Maxime LUCE

Results 31 comments of Maxime LUCE

:+1: Using #50 we can create independent modules for each platforms and build process is automated using hooks so we can generate HTML form for Windows Store and other platforms...

Hi everyone, I'm very interested in providing _lwip_ prebuilt binaries to simplify installation and setup. **Regarding Windows**, this article describe how to use AppVeyor to build and publish binaries for...

@gkorland First we need to collect working builds for each platforms to configure **node-pre-gyp**. Then we could create automation based on **Travis-CI** and **AppVeyor** to maintain this builds up to...

Your method is OK for an owned-application. The problem is that we are displaying external websites in our application (secured web browser). We have no way to adapt the code...

@Prinzhorn: Yes, this would help! However, it does not resolve all issues. Indeed, the above solution works only when file inputs exist on the page when it's initially rendered. If...

I investigated the feasibility of this PR and found something interesting in chromium source: The behavior of file input's file chooser is determined by the `ChromeClient` which could be overridden:...

Hello contributors, I would like to progress on this feature. Is there someone that could help me?

@dummdidumm, Thank you for reviewing this and sorry for prettier issues 😅. I like your idea `css -> removal function`, it's the most stable and performant way I think. About...

> Svelte 4 did always check the DOM, so I'm not fully convinced that it really makes a difference in real live whether or not we query the DOM I...