Jake Spencer Walklate

Results 8 comments of Jake Spencer Walklate

It looks like the [neovide project](https://github.com/neovide/neovide/) uses your rpc library which has become an interesting resource for ui-events, their code uses nvim as a child process, whereas I'm using nvim...

this is my package.json ``` "dependencies": { "@babel/plugin-syntax-jsx": "^7.16.7", "@babel/plugin-transform-react-display-name": "^7.16.7", "@babel/plugin-transform-react-jsx": "^7.17.3", "@babel/plugin-transform-react-jsx-self": "^7.16.7", "@babel/plugin-transform-react-jsx-source": "^7.16.7", "@expo/vector-icons": "^12.0.5", "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^13.5.0", "@types/cors": "^2.8.12", "@types/customize-cra": "^1.0.2", "@types/jest":...

I got it to run using an npm install --force instead of keeping legacy dependencies, now I'm getting a runtime error from the tabs components ![Screen Shot 2022-02-22 at 9...

same problem ``` Another exception was thrown: type 'Null' is not a subtype of type 'int' in type cast Another exception was thrown: type 'Null' is not a subtype of...

I also need something similar to this, i have tried to create my own version of it by removing and adding nodes but it turns into a mess

``` Because date_time_picker >=2.0.0 depends on intl ^0.17.0 and every version of flutter_localizations from sdk depends on intl 0.18.1, date_time_picker >=2.0.0 is incompatible with flutter_localizations from sdk. And because device_preview...

> Will do. I need to take one more pass at this to evaluate if the API is right and I need to see why the tests are failing. Will...