tobim
tobim
> How do you switch between listening and connecting? Is hard-coding the former the primary use case? The idea is to connect if the socket already exists, or listen otherwise.
This is not working as expected in local testing yet. Putting this on hold until it gets a higher prio.
I did quite a bit of testing on this and unfortunately the change as proposed so far does not work. The problem is that semaphore creation is subject to the...
> Should this have a changelog entry? Of course, I just didn't write one because I wanted to have a PR number first ;).
I would prefer to do the `nixpkgs` bump in a separate PR. Can I push a fix to this branch to decouple the dependency?
The Docker build fails with: ``` 2023-05-30T12:47:27.3302465Z #23 1331.2 [505/746] Building CXX object plugins/tui/aux/ftxui/CMakeFiles/dom.dir/src/ftxui/dom/canvas.cpp.o 2023-05-30T12:47:27.4812936Z #23 1331.2 FAILED: plugins/tui/aux/ftxui/CMakeFiles/dom.dir/src/ftxui/dom/canvas.cpp.o 2023-05-30T12:47:27.4814701Z #23 1331.2 /usr/bin/g++-12 -Ddom_EXPORTS -I/tmp/vast/plugins/tui/aux/ftxui/src -isystem /tmp/vast/plugins/tui/aux/ftxui/include -O3 -DNDEBUG -fPIC...
Can I push to the branch?
> If you have suggestions how to test it in CI, let me know, but I unless we have local mock instance of SQS, we'll have to live without integration...
The problem exists on 15.0.0, I haven't checked main. Were there relevant changes since then?
I tried on 1c9a3122c603e2766a793766a11ff4c706efb2aa, still affected.