Rubén

Results 6 issues of Rubén

**Describe the bug** In a TS project, when defining any [presentation attribute](https://react-pdf.org/svg#presentation-attributes) in a `` element, I get the following TS error: ``` (JSX attribute) strokeWidth: string No overload matches...

bug

I think Gotu (https://fonts.google.com/specimen/Gotu) was recently added to Google Fonts. It would be great to have a typeface package for it!

# Bug report ## Describe the bug Every time I try to update an item using the admin UI, the toast message that used to appear after clicking "Save" fails...

Hello, and thanks for forking [svelte-scrollto](https://github.com/langbamit/svelte-scrollto) and updating it. I'm having some trouble using svelte-scrollto-element with TypeScript. I just followed the examples in the readme. The scrolling works totally fine,...

bug

Chrome is going to require Manifest V3 in all extensions. I don't have the time now to **update** this whole extension and, more importantly, to **test** it properly. Therefore this...

In Firefox, the following code works: ```js browser.tabs.insertCSS({ file: '/popup/css/insert.css' }); // ...after, when Reset is clicked: browser.tabs.removeCSS({ file: '/popup/css/insert.css' }); ``` However, Chrome doesn't support `.removeCSS()` until version 87...