Fabiano Taioli
Fabiano Taioli
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. Currently I have to declare valueForRelationship...
- [ ] There exists an issue discussing the need for this PR - [ ] I added new tests for the issue I fixed or built - [ ]...
When working in Js without Typescript help the lib don't warn you when passing bad values to stream constructor A classic example is merging or composing null values: const stream1...
I think the documentation must include a note on the diamond flow and how xstream manage it, [something like an explanation of atomic updates of flyd](https://github.com/paldepind/flyd#atomic-updates). As well described by...
``` import { L, types } from './src/index.js' console.log('lens get', L.get(['customer', 'views', 's'], types)) console.log('standard get', types.customer.views.s) ``` Output lens get undefined standard get [ 'id', 'erp', 'companyName', 'name', 'surname'...
If you paste before having ever changed the input value the suggestion does not trigger.
I have upgrade an NWJS App that was build as chrome-app with NWJS version 0.37.3 to NWJS version 0.53.0. All was ok except that when update the app on a...
The object returned by the response.getHeaders() method does not prototypically inherit from the JavaScript Object https://nodejs.org/api/http.html\#http_response_getheaders So hasOwnproperty may be missing on headers