Martin d'Allens

Results 14 comments of Martin d'Allens

This didn't quite work for me. I ended with the following solution: ``` # Proguard configuration for Jackson 2.x (fasterxml package instead of codehaus package) -keep class com.fasterxml.jackson.databind.ObjectMapper { public...

Here you go: https://github.com/i18next/i18next-parser/commit/18fa6457605555512af9082405d65fa684e0be8f. The test fails: ``` 1) JsxLexer skips variables in `defaults` prop: AssertionError: expected [ Array(1) ] to deeply equal [] + expected - actual -[ -...

Hi, I'm not using OpenVidu, but for your information, some other projects decided to call `setWebRtcBasedAcousticEchoCanceler(false)` on specific phone models. See: https://github.com/signalapp/Signal-Android/issues/7635

Thank you @hallard, you are right.

I'm not sure, I don't have an ESP toolchain anymore. Maybe this is inherent to having too many concurrent requests? Would rate-limiting after more than N=5 simultaneous requests be okay...

OK. It is possible that when thingspeaks receives so many requests it throttles them. The requests take longuer, maybe never finish, so the heap grows. I suggest trying to temporarily...

@dexterkhm Does the fix_memleak branch solve the problem?

Use case : guessing the home country of a user from his phone number to switch features based on the market. An alternative is parsing with regular expressions when few...

In the meantime I have published the current master (71c34cb) here: https://www.npmjs.com/package/@liberty-rider/flexpolyline Usage: ```sh npm install @liberty-rider/flexpolyline ``` ```js import flexpolyline from '@liberty-rider/flexpolyline'; ```

This package by @morris provides a rule that checks for null list items: https://www.npmjs.com/package/graphql-schema-linter-extras It does not check for null lists. Here is the code. ISC license according to package.json....