Results 5 issues of Thomas Amsler

I am using node-casbin in AWS Lambda functions in conjunction with casbin-dynamodb-adapter. Instead of loading the policy on each lambda call, I was wondering node-casbin supports "StartAutoLoadPolicy", where the policy...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Release 8.x
Bug
Priority 2

Allow where clause LIKE variable substitution for '%?%' e.g. db.query().select("contact").from("contacts_t").where("contact LIKE '%?%'", ['foo']).execute(function(error, rows) { ... Right now, this results in an: "err":{"message":"Wrong number of values to escape"

I am using epoxy in my project with the following dependencies: implementation "com.airbnb.android:epoxy:4.6.4" implementation "com.airbnb.android:epoxy-databinding:4.6.4" annotationProcessor "com.airbnb.android:epoxy-processor:4.6.4" When updating to version 5.1.2, I am getting the following error: `./gradlew assembleDebug...

How does the client get notified, when the server connection goes down? I have defined the "errorCallback" in: stomp.connect([callback, [errorCallback]]) but it never gets called if the server goes down.