Lewy Blue

Results 96 comments of Lewy Blue

>maybe a quick note at the beginning of the course would be useful. Yeah that's a good idea. I will do this when I'm next doing updates (later this week...

In case anybody else comes across this, I suddenly started get this error while developing on localhost. No changes to the configuration file, everything working fine then suddenly "GITHUB_WRITING_FILE". The...

The workaround I found for this is to read the file using `fs` and pass the result to `imagemin.buffer`: ``` js const imageBuf = await fs.readFile(inFile) const processedBuf = await...

@vanruesc have you considered adding a sponsors page or some other way for people to help fund this project?

It's pretty easy to set up - will take an hour or two total. But I guess if you want more than a couple of sponsors you'd have to start...

Stats.js should probably be imported from here rather than from three.js https://www.npmjs.com/package/stats.js

This sounds great, but IMO would make more sense as a generic `ObjectPool`. Something like: ``` jsx

Same... the server is very handy, but it reloads the page about 5 times for every file change which is killing my eyes. I need to disable reloading.

> Does it work if you manually trigger completions (ctrl+space)? ~~Yes, that seems to work. I'd forgotten about that hotkey so this is decent workaround, thank you.~~ EDIT: no, I...

@AgainPsychoX that looks like the same issue, thanks for the video. Can you share some more details of your project? Are you using Typescript? @bradlc from examining the process log,...