Émile Fugulin

Results 702 comments of Émile Fugulin

Interesting, I will try it out for sure. I thought this was async due to the `Started` name, but it might not.

As far as I am understand this hook would allow to modify the permission of the sandbox binary before its packed in the appimage which should work around the permission...

@mmaietta Another thing I realized while doing some testing, there is a flag called `isAsyncSupported`. Some targets will be true and will run concurrently. We likely need a way to...

I think those are two different concepts, you can have a list of baked models at build time and another generic way to fetch an up to date list at...

@eps1lon I am also facing this issue (`Exports and export assignments are not permitted in module augmentations.`) when wanting to re-export types from one module into the global. ```typescript //...

Could this be fixed it is kinda of annoying to push an empty commit just for the deployment to rerun.

Pre-v1 crates in Rust are expected to break between minor updates, though having a good CHANGELOG is nice to have.

If this is something you are willing to consider @djc I can push the implementation.

@larscom if you even found an issue please comment, otherwise I will close within in the next few days. Doing some cleanup

Thanks @joshua-mo-143, I just started playing with rig in a somewhat mature project and it annoyed me a bit, but nothing blocking. I can push a PR but I dont...