Jack

Results 11 issues of Jack

Resilience4j version: current Java version: 11 How would you plug this kind of logic into the RateLimiter? Maybe by cycle? I want to try to set the rate limit in...

enhancement
question

per https://github.com/aws/aws-sdk-java/issues/436 https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/Headers.java#L34 and https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/model/ObjectMetadata.java#L625 the aws java sdk expects headers to be in a particular case (not lowercase), even though headers are supposed to be case insensitive, and webrick...

Demonstrates a python flask app to authenticate using keymaster and store tokens in JWT. Uses a JWT rotation strategy.

Whenever we manage schema migrations for non production environments, we invariably need to follow up with stub data inserts. Integrating stub data with our schema tool makes sense for two...

So if I have a feature branch with a pending schema change inside a file, unapply that change before `git checkout master` Cool idea?

I keep going back and forth between the chrome debugger and start debugging to inspect elements in chrome. Opening the chrome debugger kicks me out of webinspector, but I can't...

enhancement
in progress

Suppose I observe the user, and then I add fields to `_User` from the online gui. I can't access those fields from react or refresh the subscription from `refreshQueries` because...

perhaps here https://github.com/ParsePlatform/ParseReact/blob/master/lib/Mixin.js#L148 before `forceUpdate` call a method like 'this.willReceiveData' on this component if the method exists. I'm proposing this because I have a subscribed query that moves a window...

I was calling `first()` instead of `limit(1)` and it took me a while to figure out XD

good first bug

This shouldn't be too bad. I'm leaving an issue to remind myself to do it.

enhancement