Emre Sahin
Emre Sahin
Same for me with the same hardware. I set it to 1 minute before the meeting. Desktop: - macOS version: 12.4; Apple M1 Pro ``` ▶ brew info meetingbar meetingbar:...
For me it is still not running, also after hitting the Test-Button :( will check again with the new version
hello everybody, I was trying to achieve something similar, where I want to extract the perspective projection matrix for using it within ROS, which uses [senser_msgs/CameraInfo](https://docs.ros.org/en/noetic/api/sensor_msgs/html/msg/CameraInfo.html). This expects the matrix...
Modified the change a bit to also include the exception hook from sys.excepthook https://docs.python.org/3/library/sys.html#sys.excepthook
I had a similar issue and setting the highWaterMark helped me out with the issue: `const archive = archiver("zip", { zlib: { level: 0 }, highWaterMark: byteSizeOfFile });` where **byteSizeOfFile**...
did somebody try out, if the new version 3.3.0 fixes the issue? It seems like the options passed to the avsc library are now a copy instead of the reference,...
I created a PR to address crashing consumers based on the Instrumentation Events. Maybe it could be handle more generally. Here is the related PR: https://github.com/nestjs/nest/pull/11910
Any updates regarding the review of the PR? This feature is crucial for a production environment, since you could get into the state, where the consumer dies, but your nest-service...
looks like the integration tests failed on the websocket adapter, which was not touched by this PR
will close the PR for now, since there are some other discussion in related PR in #11616