Max
Max
I haven't looked into the code yet but can't the indexing run in the main process? The renderer process shouldn't care whether the main process is running some search operation...
Yeah but there are libraries emulating e.g. the fetch api in node or you need to rewrite the background process to only use node APIs. Which browser only APIs are...
1. There could be an api e.g. `supports_multi_window()` which allows the user to decide how to handle cross platform issues. This would be the simplest option and we could add...
@krooq I'm not sure how portable that would be, e.g. whether OSX and Windows allow for such a use case. Also iced would need to handle all edge cases with...
> But the question is why is another window needed for the tools? VSCode gets along fine without it. The second window is not for tools but for having code...
I'm actually not sure how the Ending colour change effect looks like as I don't have the fixtures with me currently. I'll have to check next time when I'm at...
As far as I can tell the upstream changes required for this are merged right? Are you going to merge this pr or has your work shifted to the other...
This issue is also apparent when starting a nativeshell application (including the example app) on linux using a compositor. I'm currently only able to run applications when I'm on X11...
I agree. Documentation is currently kinda lacking anyway. Though in this particular case the config should still be read correctly anyway as any config changes should be backwards compatible with...
Will be updated with new flutter version