Kostis Maninakis
Kostis Maninakis
I'm using vue with the web components and I have the same issue. My CSP is the following: ```hml ``` But I don't think it's a CSP issue because I...
@r3m0t if you could share a diff so that I can better understand where I'm missing it that would help a lot, thank you! I `Ctrl + F` for "font-src"...
Thank you both for the quick respons and especially @hawkticehurst for the detailed hints. I've changed my CSP to be ```html ``` The above seemed to have no effect. Noteworthy...
Hey @r3m0t, after reading your comment I didn't know to which `codicon.css` you were referring to. There's no mention of it on the Readme nor the Getting Started Guide. After...
OK, so after copying the css and ttf file under `assets/` and importing it in my `App.vue` what was left was setting `base: ''` in the vue app's `vite.config.ts` which,...
I'm using "regular web components" with vue and v1.4.0, and I'm having a similar issue. In fact regardless if I set `"above"` or `"below"` the effect seems to be the...
> However, when I replaced XOR with this, it raised the proper errors for all three error cases as expected. > > ```ts > type XOR = > | (A...
@slavafomin I can't seem to reproduce the reported issue. Everything seems to pass/error-out as expected.  Closing until further notice. If the issue does persist, please post a reproduction link...
There should never be a specific need to have exclusively a function or exclusively an array, since those are always mutually exclusive by default. As a counter-example, try to assign...
The versatility and ergonomics of `javascript-time-ago`, especially their [Custom](https://www.npmjs.com/package/javascript-time-ago#custom) config, are worth looking into for inspiration.