Omar Azmi

Results 6 comments of Omar Azmi

I was having issues with `svelte/store` in addition to typescript transpilation. After migrating to node based svelte, the problem persisted and I discovered that the issue lied in my windows...

EDIT: I wrote a Deno compatible package that bundles CSS files (SASS/SCSS not supported). jsr link: https://jsr.io/@oazmi/esbuild-plugin-css deno.land/x link: https://deno.land/x/esbuild_plugin_css npm link: https://www.npmjs.com/package/@oazmi/esbuild-plugin-css Original comment: for those interested, you can...

Glad to hear that it was of use to you @nandorojo . Do note that the snippet won't be able to bundle ccs url imports (i.e. `@import url("./some_file_or_url.css")`). For a...

Personally, I really want to see _some_ level of inference for untyped variables, without the use of linter or a code-generator. That's because there are many places where I _intentionally_...

Thank you for the detailed reply. In my opinion, the primary use-case for downloading audio files in bulk is that it would be very convenient for mobile users. Since most...

Hi @KyleJune , I wrote an esbuild plugin (https://github.com/oazmi/esbuild-plugin-deno) that resolves `http` links and `jsr` packages, without depending on Deno-runtime's module resolution/caching. Moreover, it avoids trapping resolved paths into a...