Julien Enselme

Results 16 issues of Julien Enselme

Hi, I am using the `async/await` keywords in more and more programs to easily do asynchronous tasks in Python and I would be interested in using when doing shell commands...

With the current implementation, the script uses more and more RAM as time goes on. On my computer, after 7s, the script needs around 1.4GB of RAM and more than...

Hi, Could you add support for jinja2 2.8? I don't know why this version is excluded in the setup.py file.

### Expected and Actual Behavior I am using [Slug.php](https://github.com/phalcon/incubator/blob/master/Library/Phalcon/Utils/Slug.php) to generate slugs in a phalcon project. The project is configured to display the dates in French. However, after I generate...

Hi, I am in the process of updating autobahn to 0.18.1 for fedora and I encounter failing tests on the build server and on my system. Tests output: ``` ===================================...

bug
asyncio
needs-investigation
CI-CD
PRIO HIGH

Hi, Can you add an option to print the command only if it has an stderr (with the stderr of course)? I am compelled to run a command that takes...

enhancement

I am trying to concatenate the output of gulp-run with files coming from gulp.src. To do this, I use `merge-stream` and `gulp-concat`. I get the following error: ``` events.js:72 throw...

bug

I am trying to use the python bindings to style text. To do that, I define a TextSymbolizer and I try to set its `name` property. However, when I do...

During the package review for fedora, the reviewer spotted that `_snappy` is in the global namespace. Since it is private it may be a good idea to move it in...