VDawg
VDawg
https://aur.archlinux.org/packages/code-translucent This build allows you to set the background as transparent. It works nicely. An extension would still be nicer though
Any updates on this issue? I just started learning Vim and this would make using it so much easier
Same issue for me. The name in my package.json contains no special characters
Subscribing here too for the Typescript solution
I solved it by using `~icons/*` for `Astro` and `virtual:icons/*` for `Svelte`. To achieve that I put the needed contents of the referenced `.d.ts` files directly into `env.d.ts` like this:...
I am using PostCss and Sass (separate components) and I have this problem too
Sorry for the late reply. I am not really gaming anymore, but I still like the idea of making private CoD more playable. Yes, OAuth2 would be awesome.
It really should not throw if the spec defines the response as plain/text and the status is 200. What is a good work-around for that?
It looks like that there is no perfect solution - but changing the signature of `R.isOk` to ```typescript declare function isOk(result: Result): result is Ok; ``` Makes it a lot...
@JUSTIVE Hey, thank you for the detailed response! :) For errors this could work, however, within a pipe `Ok` types are often implicitly defined, and being able to pass to...