Michael Spiss

Results 22 comments of Michael Spiss

Thank you very much for the example! I will merge as soon as I've verified this does not break existing behaviour. (This may take a while as I'm very short...

Those are the reults I get with height: 1 (where the red circle would be your image, here as a background) ![image](https://user-images.githubusercontent.com/17252710/110641915-cdb0a600-81b2-11eb-930b-a16283c754ea.png) I get better results with height: 1.02 ![image](https://user-images.githubusercontent.com/17252710/110641776-ad80e700-81b2-11eb-94d8-f32481886170.png)...

This is very strange. For me, 0.99 is completely misaligned. Could you attach the output of `flutter doctor -v`?

Sure - I saw that you are working on a v2 so I wanted to leave this suggestion here. Finding a child node requires going through the whole dataset for...

I've done some investigation. Npm resolves the `exports."./web"."node"` version in solid-js's package.json. There, replacing `server.[c]js` with `dev.[c]js` (or `web.[c]js`) runs the tests. This is of course not a solution, but...

I'd like it better if we found a way to fix the underlying issue than work around it. I found a similar issue discussed in the [`vite-plugin-solid` repository](https://github.com/solidjs/vite-plugin-solid/issues/40), which is...

Hi, sharp is not supported with the newest release because the icons are limited to pro. I don't own a pro license and won't buy one just to then support...

Ok, so the configurator would need to infer the "sharp" capability from the existence of the `fa-sharp-solid-900.ttf` file. This assumes that every solid icon is present in the sharp-solid style...

That's why I'd check for the sharp font file directly. Not sure what font awesome families are supposed to be - I guess classic and sharp?

Thanks, it's good to know what this file looks like. I won't work on this for now due to the reasons laid out above and even though it's very nice...