David Roeca
David Roeca
Thanks for such a great library! Just pointing out a minor issue I've found both in the application I'm working with and in the demo--when parsing a local file, an...
### What's wrong? When installing `react-cosmos` from yarn 2, the following warnings are raised: ```shell $ yarn --version 2.1.1 $ yarn install ➤ YN0002: │ react-cosmos-shared2@npm:5.5.0 doesn't provide react@^0.14.8 ||...
I have a rather long master password, and sometimes I hit enter by accident while typing it out, or have a single typo. Once I hit enter or unlock and...
As mentioned in https://github.com/omnidan/redux-undo/issues/147 users could benefit from use cases supported in https://github.com/powtoon/redux-undo-redo An example: An action happens, and an api call is made that creates a resource. That action...
There is currently a package named [@types/jexcel](https://www.npmjs.com/package/@types/jexcel) and it is probably worth adding a new version that matches the name here (`@types/jspreadsheet-ce`). I may get around to this later this...
I currently have some systems relying on semantic/fomantic in React. I'm keeping my eyes on svelte kit--further developments here would really help ease a future migration whenever svelte kit reaches...
## 🐛 Bug Report This is a bug report pertaining to the use of "./" as one of the moduleDirectories. In particular, I was using a scoped package that had...
## Description `fga_client.close()` is handled by the context manager so it isn't needed, as discussed in https://github.com/openfga/python-sdk/issues/191 ## References ## Review Checklist - [x] I have clicked on ["allow edits...
It looks like `.close()` is called in the async `__aexit__()` method as well as the sync `__exit__()` method. Given that context managers in python call the exit block in a...