Jordi Masip
Jordi Masip
> I just did another test install, added these changes [cbane@f4f1638](https://github.com/cbane/zfs/commit/f4f16389413061ed0b670df1cbd17954518a3096) And now I do get a notification when I disconect a drive. Without these edits I don't get a...
I would say that it should work as long as docker in OS X can create tun interfaces, but I don't use OS X so I'm not sure
After applying the @Topper69 patch to a Raspberry Pi 5 (Bookworm), the `create_camera` function works as expected. However, since the Raspberry Pi 5 does not have a hardware video encoder,...
Now I was trying something like this: ```yaml paths: # example: cam: runOnInit: bash -c 'libcamera-vid -t 0 --codec yuv420 --width 1280 --height 720 --inline --listen -o - | ffmpeg...
> Worse for the delay ? Yes, for the delay and freezes
Hi @falkben Thank you for your detailed report. It seems that starlette doesn't like reading the request body after starting the response. I changed the test to consume the request...
Ohh, I didn't know ETag could be used to avoid collisions! We need to add ETag support to Guillotina first but I like the idea of using the ETag header...
> IMO, this is a breaking change. Lots of interfaces that are potentially used. OK, agree > We could make the interface optionally async. Use https://github.com/plone/guillotina/blob/master/guillotina/utils/misc.py#L126 to not cause breaking...
I think we want to add compatibility with Py 3.9 on G7, because we'll need to update a lot of libs (probably)
@bloodbare @vangheem @jordic What do you think about this? IMO this is something interesting to implement in G7