Maxime LUCE

Results 11 issues of Maxime LUCE

This PR aims to add a new variant named `alpine-runtime` which only bundles the `node` executable (without `npm` nor `yarn`). ## Description This PR adds a new variant: `alpine-linux`. This...

Since `knockout` `3.5` is now publishing Typescript types in its own repository, I suggest to do the same here in `knockout.validation`. This types are using the `knockout` embedded types as...

Hello, Thank you for providing this very useful library. This PR aims to allow to provide migrations manually instead of looking in a specified folder. It's particularly useful when working...

c: feature
needs rebase
p: 1-normal

### Describe The Bug The `cleanup_task` does not run when flow is interrupted by `Ctrl+C`. This is problematic when using `cargo watch` (or similar). **Exemple:** Imagine we are developing a...

help wanted
low priority

Hello, Thank you for your work on this project. It allows a lot of awesome implementations of ffmpeg. I'm trying to make this work with `ffmpeg` v5.1.1 (with `ffmpeg-next` v5.1.1)....

Since `knockout` `3.5` is now publishing Typescript types in its own repository, I suggest to do the same here in `knockout.mapping`. This types are using the `knockout` embedded types as...

Hello, Thank you for your work on this project. This PR updates `node-gyp-build` to `v4.8.1` to fix a bug preventing builds for Windows i386 (see https://github.com/prebuild/node-gyp-build/pull/69). Thanks

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

enhancement :sparkles:

Hello Svelte Team, I use Svelte to create injectable widgets in other apps. I found a good way to do this with svelte by mounting component into an `iframe`. This...

Hello Svelte Team, I send you this PR to make `handleFetch` a shared hook that can be used on both client and server side. ### Motivation I'm working a hybrid...

feature / enhancement
needs-decision