Zoltán Matók

Results 9 comments of Zoltán Matók

@hcorion @dom96 I added a PR with the Nim icon for the default VSC icon set. https://github.com/jesseweed/seti-ui/pull/579 That icons set uses only 9 curated colors for all icons (so that...

I ran into the same error trying to use [Pug](https://github.com/pugjs/pug) which also imports Babel's parser. Running... ``` import * as pug from 'pug' let html = pug.compile('p Bun!') ``` ......

I'd also love an update on this.

I would be content with `pug` working, but it isn't. Prolly because of https://github.com/oven-sh/bun/issues/421

@Master-Y0da If it helps, while it's not built in, `pug` has been working since January, I've used it several times with Bun.

@Master-Y0da I'm not sure what exactly you mean, because those frameworks don't really have anything to do (as far as I gather) with how the content is rendered - they...

Gotcha, thanks @Jarred-Sumner !

Thank you @ThatOneBro, fantastic, works great! Managed to import stripe and do a balance call no problem! 🌈

@coderaiser Seems to have been solved in one of the latest releases. I had the same problem with `pug` and I don't anymore.