Gianni Tedesco

Results 10 issues of Gianni Tedesco

This controls whether to enable the behaviour of reaping all child processes. This is useful in the case where libuv is being used as part of a pid-1 or init...

stale

Make sure these boxes are signed before submitting your Pull Request -- thank you. - [x] I have read the contributing guide lines at https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Contributing - [x] I have signed...

needs ticket

I'd like to `Bitmap.deserialize` from a read-only mmap file which contains a large roaring bitmap. To do that I have to copy the bitmap in to a `bytes` by slicing...

If your libuv-based program runs in a container then, as leader of the PID namespace, it will be PID 1. In UNIX, PID 1 has some special responsibilities. Most significantly,...

Hi, So I've been having problems with a python-uvloop process which is run from a container and spawns child processes. If those child processes spawn their own children which lose...

If WatchManager.close() is called twice then bad things can happen :) Also if WatchManager.close() is called then Notifier.stop() the same thing can happen. Basically, there needs to be a well...

To be applied after or instead of previous pull req.

1. Make function prototypes be prototypes. 2. Fix various bad initializers (missing braces, initialise from non-const) 3. Sprinkle some attributes around, const since most functions are totally pure functions, one...

Hi guys, I am trying to add mypy support for dataclassy, which is a replacement for standard dataclasses. You can see the code here: https://github.com/biqqles/dataclassy/blob/15cef524b55df2c65b39d1619c7b8f1a3d28a813/dataclassy/mypy.py One of the problems I've...

question
topic-plugins

Lots of methods could be const, particularly constructors, and conversions from column/row oriented and back. That way you can have static/const vectors/matrices etc..