Paul Paterson

Results 26 comments of Paul Paterson

I had issues using this package with `create-react-app` and webpack 5. One solution I found was to add this to `package.json` ```json "exports": { ".": { "import": "./dist/abort-controller.mjs", "require": "./dist/abort-controller.js",...

There is still no signal when login fails. When it fails, there are no changes to the UI.

@marktani if the stage/wip label is being removed, is it being demoted in priority? Where can we expect it in the roadmap? waiting? I understand that there may be no...

- TLDR: - Big problem - Need to arbitrary data linked to arbitrary data - Need to bootstrap auth, permissions, integrations, etc. - Problem well defined with real-life use cases,...

Interface types still allow the use of well-defined schema, they just need to be used differently. I do agree that the data I have would be best served with a...

Installation with the MSI (downloaded today) installed to `C:\Program Files (x86)\Yarn\bin\`, but the PATH variable was updated to `\AppData\Local\Yarn\.bin`. I may be more confused by the extra period in `\.bin`....

Took me a bit to realize I had been using Yarn on a new Windows machine without problems. It's because I installed with npm without even really thinking about it....

Okay thank you for the clarification then. I have only installed the whole environment.

Thank you for the very detailed response! > Ferrum comes with ifdef(val?, (v) => v) and isdef(val?) which are useful for dealing with null/undefined in pipes which substitute for Maybe....

I'll also say that going into this, I did not realize that Rust does not define functor/monad operations through traits. Where there is overlap, the types just implement similar functions...