Tomas

Results 74 comments of Tomas

My use case is an app I don't want "hacked". Because everything I need is available in HTML/JS/CSS and I don't feel like going the Flutter way or implementing manually...

Can we make @jamesblasco pkg an official thing?

Opera has its own rendering engine. It has been historically a browser of its own. Brave is built on top of Chromium and provides features that are not standarized or...

Adding onto @intellix proposal: It'd be backwards compatible to change the current `mat-light-theme` (and `mat-dark-theme` with the proper methods) implementations to call: ```scss @function mat-light-theme(...) { // ... $result: $primary;...

Similarly, when exporting to CSV+Markdown, the thumbnail field comes as `https://www.notion.so/df8e6953001747419c64f63ae4e80cec` for example, and there's no other mention of `df8e6953001747419c64f63ae4e80cec` anywhere. The images included (which includes in fact the thumbnail)...

For future reference, Safari (both desktop and mobile) implements smoothness but not the `scrollend` event. https://caniuse.com/css-scroll-behavior https://caniuse.com/mdn-api_element_scrollend_event The solution suggested above would be clunky then there depending what you need...

Can someone confirm whether we'll get https://github.com/prettier/prettier/issues/11484#issuecomment-1431701319 or not in a future update?

https://stackblitz.com/edit/stackblitz-starters-jc7rqz?file=src%2Fmain.ts Another example that reproduces the issue of using signals in Angular Elements

Subsetting a variable font is a non-immediate process, hence providing an API for dynamically subsetting it will take longer than users may want. I'm thinking on contributing to npm a...

Once per combination. There are 3000+ icons. The possible combinations that fit within max URL spec, is too high. On Sat, Aug 5, 2023 at 10:14 PM Ingria ***@***.***> wrote:...