Flo Edelmann

Results 458 comments of Flo Edelmann

Nice, I updated the server with this configuration. Could you please check again? But 600 seconds = 10 minutes is a bit much, I'd prefer a 2 minute timeout. Anything...

Yes, bigger file uploads are usually done using multipart form encoding rather than base-64 text encoding. But I don't think it is worth reworking that whole upload part just to...

It probably depends on the bundler and its configuration. This could be mitigated by something like: ```js let proj4 = require('proj4'); if (typeof proj4 !== 'function') { proj4 = proj4.default;...

Superseded by #3919

I'll close the others then. @LAP70 Please include all information in a single fixture definition if it is the same device. Can you open a pull request against this branch...

NB: [Ktlint](https://pinterest.github.io/ktlint/latest/), a linter for the Kotlin language, also stores its configuration in `.editorconfig`: https://pinterest.github.io/ktlint/latest/rules/configuration-ktlint/

@kengruven There is another PR for the same fixture: #3771 Which one do you think is more complete?

Thanks for the ping and thanks a lot for the PR! This was on my todo list for way to long. When/if this is merged, it might be worth [creating...

Could you please add [`eslint-plugin-jest-formatting`](https://www.npmjs.com/package/eslint-plugin-jest-formatting) (500k weekly downloads)? I opened an issue there: https://github.com/dangreenisrael/eslint-plugin-jest-formatting/issues/122.