Ratchanan Srirattanamet
Ratchanan Srirattanamet
So, for us this happens when `io_context` is passed across shared library boundary. The thing is, boost::asio seems to be a header-only, and `thread_call_stack::contains()` seems to rely on a static/global...
Hi @mihalicyn The `security.nesting` workaround works. I don't worry about security too much, as our usecase is for development and requires mounting user's directory into the container anyway. Our script...
macOS failure might be related to https://github.com/nodejs/node-gyp/issues/2869. Downgrading Python might help.
At the moment I can get dependencies to install on NodeJS 20. I've upgraded react-scripts, Typescript to the latest versions, fixed various typing errors, and fixed Webpack errors. I'm still...
I now manage to build this package under NodeJS 20 and NodeJS 18. I quickly test of the dashboard and it seems to work. So I believe this is ready...
Hello. I run into this problem while building another package, however I need to use system-provided CapnProto. I'm going to report this issue to Ubuntu, but to avoid duplicated issue,...
Err... I understand that Canonical is still developing anbox?
Hmm interesting. Do you mean [this commit]? Since it's on test/5.1.4/main branch and I'm currently using test/6.0.1/main I missed that. Will make sure to include this commit and test again....
As the project has taken another approach, I'll close this PR.
The command I used is: ``` valgrind --leak-check=full /path/to/ffmpeg -hwaccel drm -f concat -i imoutestvideo.txt -f null - ``` Where the `imoutestvideo.txt` contains 12 lines of text `file 'imoutestvideo.mp4'`, and...