Marcin Wojnarowski

Results 82 comments of Marcin Wojnarowski

Currently it is what stops me from installing it

Thank you for investigating @matthewkwong, I will try to push a fix today

From what I can observe, `preact/compat` [has already pushed](https://github.com/preactjs/preact/pull/2805) a fix to support react 17 when aliasing. As soon as it gets released I will bump the versions in `cra-preact`...

> Well, I was not entirely right. `cra-preact build` works, but `cra-preact start` still reports the same error. That's because `cra-preact start` (and `cra-preact test`) runs in dev mode so...

The alias makes everything compile. However, sadly Fast Refresh does not work. Saving a changed file does not make the webpage reflect the new changes :/ I do not know...

Is there no way of disabling this caching and moving the responsibility to package users? Picking large files is unbearably slow. `package:image_picker` for example returns `XFile`s and explicitly states in...

I did some digging and it looks like all coloring done by flutter (ie. not `pub`, since it is external) passes through this method: https://github.com/flutter/flutter/blob/abecef6ed36565d5d756da3d406555a4e6e70387/packages/flutter_tools/lib/src/base/terminal.dart#L249 Which decides whether to color...

If you mean customizing the view finder there is no official way (for now). A workaround i've been using: ```tsx ``` Disable default viewfinder and render my own (with `z-index:...

Sounds good and should be easy to just maintain a `lemmur.json` manifest, or even adding to the main bucket