Salmin Skenderovic

Results 29 comments of Salmin Skenderovic

> It's indeed very old and not very supported at the moment. You're welcome to try to fix it, and I can definitely give you repo access too. I tried...

In this case we don't have an API. The typescript project is a browser extension that uses the NativeMessagingHost API which uses stdin. But it is a good idea!

I did give it another go to try and get the tests running and I got it to work by checkout out tag 1.233. and locking in those versions. then...

I would love to get this merged. @IvanRodriCalleja did this work for your local env? got a sandbox project setup for testing that I can tryout? I tried in my...

@IvanRodriCalleja good idea, I will do that to :)

> 1. Is there interest in having Handlebars natively support `eval`-less execution? > 2. If so, what would be the best way to incorporate our work into the project? What...

@legrego your solution worked perfectly. I will copy the package for now, but I'd love to see it natively supported by handlebars. If you don't get any response, are there...

is this an issue with chrome that needs to be reported? how come `use_dynamic_url` became a problem all of a sudden?

I threw together this hack plugin that uses `fs.watchFile` to update manifest.json in dev mode (works normally for build) I'm no expert on vite-plugins so feel free to modify or...

> my solution above with patch-package fixes it for dev and build modes I'm not using yarn tho