David Pineau

Results 27 issues of David Pineau

Hello, My team and me have been using http_parser to provide a minimalistic HTTP Server feature in one of our C++ services, and it's been serving us well so far....

As discussed in #51, I've been fiddling with the module to try and see how I could fit my needs. This is rough on the edges, and may not follow...

Hello, In order to order the tests of a personal project, I've attempted to order tests on the basis of files (or the classes within it), in order to keep...

enhancement

Hello, I've been fiddling with pytest-order for a personal project. I wanted to order tests based on files and/or subdirectories, and I believe that it is not feasible at the...

enhancement

Hello, First of all, thanks for the great work on this library. I know it's not new, and quite popular, but you guys deserve the thanks nonetheless :gift_heart:. This issue...

The commit 8b2288c314bdd2b9debe38b2b0b7c5d57e58c872 by @QuentinPerez attempted to address the leak, but failed to properly fix the thing. It actually fixed the leak by calling a function instead of a macro...

The current subresource is a simple string within the request structure. It should actually be a dictionnary, since a subresource in HTTP terms is a query-string parameter, and we might...

Hello, I created (by error) a file with a strange name (composed of tabs, 'h', '0' and maybe others?) on the bucket foobar with the account dpineau. Since then I...

Currently, the ETA measures the last few seconds of bandwidth in order to attempt an estimation at how much data can be transferred. It does not take into account: -...

enhancement

We need a dummy cloudmig to be able to load and run loadable scenarios in order to test cloudmig-view easily, and quickly. This should be part of an effort to...

enhancement