Marces Engel

Results 11 issues of Marces Engel

Fixes #2666. Updated `jna`, `java-objc-bridge`, `sqlite-jdbc` and `zstd-jni` to supported versions. Breaks java 8 support due to bumping `java-objc-bridge`, see https://github.com/shannah/Java-Objective-C-Bridge/issues/41#issuecomment-795362552. - [ ] Note dropped Java 8 support in...

CLA Signed

NDK up to 21.3 uses clang 9.0.8, from there onwards clang 9.0.9 is used. - [ ] Add a testcase for NDK 21.4 to CircleCI

CLA Signed

Hello, I am struggling to get the package running. I have svn installed, both `git-diff` and `svn` are enabled and my project folder is the subfolder of an svn repository...

Hi, I have the need to resolve symlinks, as they aren't supported by some of my consumers. I did a basic implementation of it and want to share it. However...

See #101 for the error and a description of why it occurs. Basicly TS expects the module to have a `default` export when compiling down from ES6 to CommonJS. `add-module-exports`...

Dear maintainers, referring to https://redis.io/commands/hset and https://redis.io/commands/hmset, `HMSET` is deprecated since version 4.0.0, where `HSET` was made variadic. I'd like to provide a PR to change this if you say...

`proxy-addr` not only passes the ip but also the index of the hop to the callback. This could be noted in the documentation, as it's useful for private servers behind...

needs tech review

Hi! First of all thank you very much for the nice plugin! I'm having some strange formatting for the use-case mentioned above, where the keys of an inline object align...

Hi, first of all thanks a lot for the work on this package! Looking through the README, I was wondering if `jwt.decode(idToken)` is actually the right thing to do, or...

Hi! First of all thanks a lot for these benchmarks 🤗 When running my own with very small payloads - like say`{ "data": { "user": { "name": "John Cena" }...

enhancement
help wanted