Jonathan Kolyer
Jonathan Kolyer
Using RN 0.59 on Android, the first transition works properly. After that, the transitioned screen is non-responsive. The navigation back button works, but the buttons in the screen do not....
[This fork](https://github.com/jkolyer/mst-gql) has fixed a number of issues found in the current codebase. It's not PR-ready yet, as it includes a workaround and isn't thoroughly tested. The circular dependency workaround...
The `nanoid` package should be set to 3.x release instead of 4.x. [The 4.0 release](https://stackoverflow.com/questions/72597602/nanoid4-in-codecept-error-err-require-esm-require-of-es-module) is not commonjs compatible. This incompatibility produces cryptic errors which give no indication of underlying...
webapi-parser is the new package
`assert` and `Buffer` are both referenced by the code, but not by packages.json. This implied dependency is not indicated anywhere so you must spend time to debug why you're getting...
I installed it and ran it for a few queries which worked. Then suddenly it stopped working, and now interprets all input as `script`. It gives an explanation about creating...
I had to add the following to my globals.css to get dark mode working in the calendar view: `.dark .react-calendar { background: #1e1e1e !important; border-color: #444 !important; color: #f5f5f5; }...