Jikstra
Jikstra
> So, Gulp 3 uses orchestrator. Presently our library doesn't implement any binding to Gulp's events. That would be why its not 'automatically' stopping, there is a closeServer call. >...
I just stumbled over https://github.com/miquels/webdav-handler-rs and it has a actix 4 support. I tried out the example (https://github.com/miquels/webdav-handler-rs/blob/master/src/actix.rs) and upload/download/listing... seems to work. Quite suprised how well it works. I...
I guess you could spawn a command here after this line: https://github.com/svenstaro/miniserve/blob/a81d26f50b42daa0f07e370612fbaa09716b8a36/src/file_upload.rs#L118
I think the more proper way would be to use nginx or something like in in front of miniserve. You can use nginx as a reverse proxy then to access...
> As far as I'm aware, LV2 isn't designed at all to communicate with hardware devices, but only for DSP, so I imagine anything you'll end up doing to communicate...
> I think that'd be easiest, however be wary that this will probably introduce some undefined (and maybe variable) amount of latency, since the host is in charge of scheduling...
Are you running it on top of jack or pipewire? I think carla can be started with a `-gdb` command, maybe that helps to get some backtrace?
Can you post screenshots or something? Maybe I'm too used to the telegram ux but to me the emoji chooser is not really a problem, or at least not unusable...
I think @Simon-Laux found a bug in deltachat-node causing this. @Simon-Laux is the fix already in 1.20.2?
@r10s can you take a log? Not sure how to enable debug logging to the terminal on mac, probably you have to start DeltaChat from your `/Applications` folder?