Benjamin Maisano

Results 19 comments of Benjamin Maisano

Great thank you. There is a good video on pitfalls of dep and why they went another route. Finally having a real module Management system in go tooling is huge...

@peppelinux @fmarco can someone share the code sample and relevant config that even creates saml:AttributeStatements and saml:Attribute ?? I'm unable to have my create_authn_response wrapper method set this up. ??...

yes this is much needed. The example idp is confusing to follow, just need to know how to configure IDP with key/cert to give metadata, configure an SP to send...

Im also having this problem, mac os x, go 1.10+, setting up new project with session and session/redis, it isn't clear to me how we should know what dependencies to...

Yes this seems like major issue, cannot use the redis session store (I imagine the very popular way to manage sessions) . Currently getting this error # github.com/gin-contrib/sessions/redis /Users/ben/go/src/github.com/gin-contrib/sessions/redis/redis.go:52:42: cannot...

The most reason main branches of project have been updated. Just using go clean/install didn't work for me though. I had to go into GOPATH / GOROOT dirs and physically...

Thanks Josh. If someone could at a high level design approach in notes that would be awesome. I am concerned if the full remove and add of events will scale....

the crash was from running on simulator without adding this: https://github.com/google-ar/arcore-android-sdk/releases

Generally agree Foreign Keys, multi column index, and constraints are super important in a robust for production RBDMS. I dont understand the design decision for defaulting to join tables, seems...

Hi Prisma team, I think you are seeing that building an ORM it is crucial to get relationships and performance right working with databases. This project has such potential, I...