Tomas

Results 74 comments of Tomas

IE11 has more user share than Edge 17/18 as the time of writing this. I would not recommend going with that "better" not so better coverage.

I completely understand that, then the question I should have asked is: what's the purpose of preact-cli? towards production applications used by corporations, or more towards prototypes future-thinking that don't...

Either `-` or `!` would be great to let the search engine know "not" -- My library consists of pictures, videos and image and video assets such as those with...

Colorizing the paths using CSS (single color Lottie files) -- icons animations. In addition, not using Shadow DOM makes the controls not show up when `controls="true"`

I think (untested) we could colorize the paths if the SVG was slotted when using Shadow DOM.

This is when shadow dom is off, as title suggests On Thu, Jan 18, 2024 at 6:58 AM SamuelOsborne ***@***.***> wrote: > the problem with repeating ids shouldnt be an...

I think for this to work in mobile, will need some kind of inertial scrolling implementation... :/ :+1:

This could also be useful for tracking purposes. Where AR.JS uses Hiro markers, this could provide bitmap support to that.

For anyone using a context without a package.json, you can do the following: 1. Enable `"prettier.resolveGlobalModules": true` in your VSCode settings.json 2. `npm i -g prettier` to install latest prettier...

I recommend not using this plugin. Here's an alternative simpler method that doesn't break your HTML: ```javascript function nbsp(html) { var text = $(html).text().replace(/\n/g, '').split(' ').filter(Boolean), secondLastWord = text[text.length -...