Mona
Mona
It would be nice to be able to configure the size of the rocket via Hyper preferences. On my big monitor it's way too small :)
I created my own Element to directly use a list item tag: ``` const ListElement: React.FC = ({ children, ...props }) => { return {children}; }; const ScrollListElement = ScrollElement(ListElement);...
The link to the meetup group in the section "meet us at our hackdays" doesn't work anymore and I wasn't able to find it on Meetup manually. Are these hackdays...
I would be interested what everyone is using this great library for 😃 Add any publicly available links here. (Hope you're fine with this issue arturbien. Just genuinely curious)
I frequently find myself manually searching for torrents via nefarious and using the search term "5.1" to find torrents with 5.1 audio quality, as the automatic searching doesn't always select...
I have an array with 2 elements saved in jsonstore. I then send a DELETE request to /myarray/0 and I expect it to actually delete the element but what it...
**Describe the bug** When running a snapshot test in the release configuration it fails with the following error: ``` Test.Tests.SnapshooterTest.MultiplySnapshotTest Snapshooter.Exceptions.SnapshotTestException : The snapshot full name could not be evaluated....
After the conversion of a React.functionComponent to the new `[]` annotation, the component changed it's behavior. # Repro Steps 1. Start the repro that can be found here: https://github.com/panmau/feliz-reactcomponent-repro 2....
I use the docker image `cypress/browsers:node14.15.0-chrome86-ff82` for testing e2e and component tests in Github Actions. # Repro 1. Add the following job to a new GitHub Action chrome: name: Chrome...
It would be really cool to be able to use this tool together with Cypress as this is IMO currently the best tool out there to write tests in the...