Alessandro Molina

Results 24 issues of Alessandro Molina

Hi, for the past few years I have been taking care of maintaining Beaker, merging PRs, cleaning up API, adding features and making releases. Recently due to personal reasons I...

As pointed out by @alex if an user is able to sniff enough sessions (nearly 16,777,216) it is possible to decrypt some of them. This is caused by nonces repeating...

Currently when logging there is no way to know which request a log line belongs to, we might want to add a way to allow this. If this is not...

Fork from #32 which was related to custom templating but actually provided support for multiple messages in https://github.com/moschlar/tgext.flash

As `varmap` uses `iteritems`: https://github.com/getsentry/raven-python/blob/03559bb05fd963e2be96372ae89fb0bce751d26d/raven/utils/basic.py#L45 It can lead to crashes under multithreaded programs that might modify the dictionary variables concurrently while a message is being reported. ``` File "/var/lib/crunch.io/venv/lib/python2.7/site-packages/raven/base.py", line...

Expose a `Dataset.filter` method that applies a filter to the dataset without actually loading it in memory. Addresses what was discussed in https://github.com/apache/arrow/pull/13155#discussion_r875076518 - [x] Update documentation - [x] Ensure...

lang-c++
lang-python
docs

ResourceWarning is only helpful if it actually refers to depot code. Currently we get a lot of ResourceWarning for tests code itself as tests don't care about closing the opened...

Duktape hasn't seen a release in an year, https://github.com/jerryscript-project/jerryscript is much more maintained. It would be reasonable to verify if we can easily embed/vendor it without adding complexity to the...

I tried to come up with an experiment to understand how a big package containing many shared objects could be divided in smaller packages all containing _some_ shared objects and...

Paster BadCommand is not available and must be handled manually, terminating with sys.exit(1). In Paster raising an exception named `BadCommand` allowed to quit with an error message ( see https://github.com/Pylons/pylons/blob/master/pylons/commands.py#L107...

kallithea