Otto G
Otto G
> Tried on node version v18.16.0 and it didn't work. Tried again on node v18.17.1 Still getting `https://codeload.github.com/hugomrdias/concat-stream/tar.gz/057bc7b5d6d8df26c8cf00a3f151b6721a0a8034: Request failed \"404 Not Found\` `yarn start` fails Take a look to...
Hi @fremdelve and @Maximesol I just would like to suggest taking a look to this other repo: https://github.com/scaffold-eth/se-2-challenges/, where there is lot of effort put into adapting the challenges to...
what kind of help do you need for this one?
I cannot reproduce the issue with macOS monterrey, I have vertical arranged monitors and moving windows across displays works as expected with shortcut.
> It depends on your hardware. On a M1 the state_of_the_union took around 1h for me It took me exactly ~~52~~ **29** minutes with an Intel Core i7-4790 from 2013,...
Another idea could be to reuse the already proven and mature `.gitignore` syntax so users are able to do things like: ```jsonc "file_scan_exclusions": [ "!.env*" // (...your other exclusions) ]...
same issue here
I also tried to install `prettier-plugin-motoko` separately and configure it in a `.prettierrc` file, without success, but I understand from the extension documentation that shouldn't be needed, am I right?
> Happy to help debug. Is this your first time downloading the extension? Also, what operating system are you using? > > > The extension output looks like this after...
100% agree with your observation about the use of deprecated functions in the base library. It's indeed confusing and can lead to unnecessary compiler warnings. Regarding the documentation's advice on...