NateAGeek
NateAGeek
@monzanifabio I created an issue for react-native-vector-icons. It does seem to be a little inactive for PRs. Worst case I can make a module font that can be managed separately,...
@alekslario A PR might be nice for the author to potentially add this to the main project.
Exploring this a bit more found an error gets emitted in src\integrations\ethereum\common\services\TruffleIntegrationService.js:42 ``` { errno: -4068, syscall: "watch", code: "EISDIR", path: "\\\\wsl$\\Ubuntu\\home\\{...}\\truffle-config.js", filename: "\\\\wsl$\\Ubuntu\\home\\{...}\\truffle-config.js", message: "EISDIR: illegal operation on a...
I was able to resolve the issue. The error event emitted was not passed as an "error" event, causing a Promise to never be resolved(hence an infinite loop). However, the...
I believe this is an issue with Node.js. Ideally we would a) not support wsl until bug is resolved and display an error b) remove the requirement to watch the...
#1671 That is the PR with the sample code, feel free to tell me any feedback.
Yeah, talked a bit with @MultisampledNight on some ideas on config. I might look into adding in a setting in the RendererSettings... But I need to take some time and...
@rekram1-node Are there any current wip? I could offer some time coding if that would help. I was going to give it a shot anyways.