Pierre Baillet

Results 11 issues of Pierre Baillet

- Source #12, thanks @pierrehenrymuller - `actionable` callback does that by default

enhancement

This bug is related to https://github.com/notify-rs/notify/issues/240 I verified using a simple perpetual file updater that we are only receiving a single event once we release the file handle.

This is the case for the latest Docker Desktop app: ```shell ls -laF /Applications/Docker.app/Contents/Resources/ total 15288 drwxr-xr-x@ 20 pbaillet staff 640 Jul 7 19:59 ./ drwxr-xr-x@ 10 pbaillet staff 320...

This is probably a known issue, but there is not clear doc on how to do that correctly: With `lua 5.3` from brew, the install command that succeeds on my...

Hello Olivier, I'd like to add a "virtual" repository to the server : My project is to attempt to connect popcorn-hour datasources (primarly torrent streamed from eztv) to a uPNP...

Hello, On a freshly configured haxe setup, the vscode extension tries to validate the fact that the interpreter is codesigned [here](https://github.com/vshaxe/hashlink-debugger/blob/master/src/Extension.hx#L28-L34) and my local `hl` is not signed. I don't...

When running behind a proxy, it would be nice if there was a way to have the framework pick the correct client IP Address. Also, @hoisie, do you think the...

Hello, Playing with your nice library to port some code from sinatra to go. I would like to know if implementing the support for if / else would be too...