Jesús Leganés-Combarro

Results 342 issues of Jesús Leganés-Combarro

Fixed conflicts from https://github.com/redux-offline/redux-offline/pull/337

Modification needed to export internal functionality needed to enable multi-queue support.

In our project, we are using `redux-offline` to manage requests to our own API client object with a custom `effect()` function, and probably we would need to do the same...

discussion

Last weekend I did a [proof-of-concept](https://github.com/piranna/redux-offline-Node.js-PoC) about how to use redux-offline in a Node.js CLI app, maybe it can be useful as an example about how to use it outside...

discussion

Since we have already support for TravisCI server, add support for [Coveralls](https://coveralls.io/) so we can track tests coverage.

Add support for the [`grid` CSS media](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/grid) so it's possible to serve a CSS stylesheet optimized for grid devices, like terminals. There are other [CSS media queries](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries) that could be...

On the example located at https://github.com/debug-js/debug#output-streams, it shows that's possible to set custom `log()` functions for each namespace, but also that setting it directly on the `debug` module takes precedence...

bug
change-patch
needs-documentation
pr-welcome

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. As stated in #873, docs says...

What's the current status of the project? Seems there's no movement since 4 months ago...

With Chromium 71, trying to add support for `react-native-dom` to a project I get the error `Uncaught SyntaxError: Unexpected token {` in file `bootstrap.bundle`. Looking at the line, the code...