Michael Bullington
Michael Bullington
Haven't heavily tested yet, however we ran into this issue in our codebase and swapping for `simplify-geojson` *seems* to work. https://github.com/maxogden/simplify-geojson
Is this still an issue with `v6.2.0`? If so I can try to come up with a reproducible case to help.
`eslint-plugin-tailwindcss` has most of the code needed for this! https://github.com/francoismassart/eslint-plugin-tailwindcss/blob/master/lib/rules/no-custom-classname.js I think it would be cool if this were generalized beyond just Assembly, like a `eslint-plugin-atomiccss` or something where you...
I think `-docker-image` sounds good. Will work on that shortly.
Hi @rsms, pretty sure my latest commits meet your requested changes. I'm using this over at https://github.com/mbullington/astro-wasm and the changes work well. Best
Hey @migueldeicaza ! Thanks for your patience here, I've been moving and doing a lot of personal tasks to get settled. I hope I answered most of your questions in...
Last thing I think this PR needs fixed is this, I'm sure there's a really easy solution but I'm not super versed in Linux shared library linking. https://github.com/bloomos/SkiaKit/runs/3528061024?check_suite_focus=true
Also there was an issue that was crashing my real iPhone in `SkiaView.swift` and `SkiaCanvasLayer.swift`. I was able to fix by persisting the bitmap data until next render or deinit,...
> Hello Michael, > > This looks like an amazing patch! I will review it and hopefully merge it soon, and will try to address the couple of issues that...
This was quite a patch! I’m with @migueldeicaza as it worked well at the time, but I’ve lost context on the scope of it. I’m also not super tuned into...