Avner Cohen
Avner Cohen
I need to be able to publish data to specific websockets. The full gist of it is: https://gist.github.com/AvnerCohen/72540e2dc13a56b4be87 Specifically I do something like: ``` ruby ws.onmessage do |msg| event_type, *data...
Regular Expression engines differ from one language to another: https://en.wikipedia.org/wiki/Comparison_of_regular-expression_engines What would it mean to allow plugging-in different engine, as in: https://regex101.com/ Is there any work being done on that...
influxdb/client.py in send_packet at line 772 >> self.udp_socket.sendto(data, (self._host, self.udp_port)) Seeing this exception poping up every few hundreds of call. Using version 3.0.0 of the lib on a CentOS machine,...
On CentOs, we clearly see a regression as a result of the recent billiard update: ``` ... ... File "/base_folder/venv3.7.2/lib/python3.7/site-packages/billiard/sharedctypes.py", line 37, in _new_value wrapper = heap.BufferWrapper(size) File "/base_folder/venv3.7.2/lib/python3.7/site-packages/billiard/heap.py", line...
If a Q does not exist, the plugin will fail with a devide by zero exception. In our use case, we sometimes monitor queues that will be deleted for a...
Getting this error when moving from MongoDriver to Moped. The behaviour is very weird, because I can totally get this to work with MongoDriver, but with moped (no mongoid) something...
I can think of few ways to integrate alerts manager with promplot, such that a triggered alert will also be accompanied with a relevant graph, much like grafana alerts. Wondering...
Align to up to date provider syntax to avoid warnings and errors.
## What is this Python project? By wrapping vcrpy with Flask, Cornell provides a lightweight record and replay server that can be easily used during distributed system testing and simulate...
Apologies if this was raised in the past, I see that pages is not supported, what would it take to add such support? Invalid form data: no form file found...