Subroto

Results 66 comments of Subroto

I'll keep this issue open, in case there are more demands for this feature. As of now, I'll keep this on hold, till I or someone else get time to...

Thanks for opening the issue @carlosfachini I would love it if you could raise a PR, else give me some time as I am busy with some other tasks. 🙇🏽

Some learnings from here: https://github.com/microsoft/vscode/issues/99504, though not helpful for this plugin to get triggered only when required. Some pointers I need to keep in mind: - VSCode autocomplete triggers plugins...

Yeah, `precedence` of variables is a challenge. We can keep a context of where the variables were created, but I still feel it wouldn't solve our problem, cause variables can...

Anyone looking for a workaround in the meantime can use `deno.json` overriding the importmaps for any workspaces/unresolved node imports, as follows: ```json { "imports": { "crypto": "node:crypto", "foo-package/": "../../packages/foo-package/", "@/":...

Hi Folks Thanks for this great library. I was trying out a few scenarios using `thumbhash`, and comparing `lqip` generated by `svelte-img`. I saw that the data URLs generated by...

Ohh!! Thanks for helping me understand. I thought generating data uri is required during the build to make it work. Well generating base64 string during the build and processing it...

For me `sslmode` in DB URL is also not working. I tried a few workarounds like setting `strict-ssl=false` in `.npmrc`, but that didn't work as well. Tried running the command...

Yeah! That's true. But, would work on that later, and remove this file, as for that kind of setup, even the Server should start using Docker.