Lazerbeak12345

Results 120 comments of Lazerbeak12345

yeah... I'm not following the readme very well. Something even just as simple to import as jquery or lodash would be just great - as you could easily see where...

(comment moved to https://github.com/elkowar/eww/discussions/453#discussioncomment-2872743)

I looked through, and it seems that the answer to your question isn't a yes-no answer. It's up to date for version 3.9 of TypeScript. That _could_ mean it's up...

Nothin to worry about. They commited just 9 hours ago: https://github.com/zloirock/core-js/commit/5fd933ab94adfcf9abac52905e393e0747a3ad64

can confirm **heavy** memory usage. A basic 200 line typescript file (32K in file-size according to `du`) that compiles in 2 seconds in tsc takes 15+ minutes and at least...

Sure https://github.com/Lazerbeak12345/pixelmanipulator/tree/v5-alpha is the closest thing - but you're going to have to remove these files (and replace them with the appropriate matching files from the getting started guide): -...

I'll make a branch with the specific changes made then and link it here. This might take some time.

I'm actively working on this right now, and here's an interesting finding: If I provide `yarn parcel build` an entry point, this issue does not happen, but if i run...

Alright, I've figured it out. (I actually solved it half an hour from my last post, but was offline so couldn't post this). @mischnic Your hunch was correct. Parcel seems...

It is also interesting to note, however, that while this is resolved for me - it still used a ton of threads and ran out of memory. This implies that...