Alexandru Keszeg

Results 5 comments of Alexandru Keszeg

The documentation is a work in progress, see https://github.com/crystal-lang/crystal-book/issues/292 The only documentation available is the pull request description I mentioned in the initial issue.

if you are stuck with object_root true, a workaround is to use: ``` rb collection @object, object_root: false attribute :id, :activity_id, :created_at, :updated_at ``` ``` rb object :false glue @object...

I don't have any extra plugins for compiling This is the minimal serverless.yml I used to reproduce it. ``` org: artworx app: demo service: lambda-demo provider: name: aws runtime: nodejs12.x...

Because i created a new project with just a single js file. It's not about the compilation, its about the injected wrapper by the serverless framework which gets stripped from...

In my use case, we have multiple short transactions waiting for a big batch. I need to add `SKIP LOCKED` to the small transactions to avoid waiting for a long...