Igor Artamonov
Igor Artamonov
Current plugin is compiled against Java 7, and if you try to run it under Java 6 it fails with: ``` java.lang.UnsupportedClassVersionError: iron9light/coffeescriptMavenPlugin/CoffeeScriptWatchMojo : Unsupported major.minor version 51.0 ``` Is...
### Expected Behavior Insomnia should keep gRPC request definitions even if probuf files were reorganized. ### Actual Behavior Insomnia removes all existing gRPC bodies from workspace if remove ".proto" file...
The recent release of librocksdb-sys v5.18.4 stopped to compile on macOS. Cannot compile project with this dependency neither on dev mac, nor on Github Actions with macos. The error is...
Plugin also need permission for `s3:GetBucketLocation` on selected bucket, in addition to `s3:ListBucket` Without this permission it fails with: ``` aused by: com.amazonaws.services.s3.model.AmazonS3Exception: Status Code: 403, AWS Service: Amazon S3,...
## What happened? When I run tests with Github Actions it may copy source code without `.git` directory, therefore the build fails with: ``` * What went wrong: An exception...
Currently Jumblr `MultipartConverter` uses default system encoding for message body (`message.getBytes()`), that could be `8859-1` on some systems. Scribe, at same time, always use UTF-8 for signature (`message.getBytes("UTF-8")`). So, on...
For some requests it critical to route a request to a node which have a response in it's index. It could be: - for `eth_getTransaction*` to be in `--txlookuplimit` range...
Introduce a new Quorum that checks that at least N upstreams agree on the response value.