Davide Setti

Results 8 issues of Davide Setti

Pip supports git:// repos like: ``` -e git://github.com/SpazioDati/envoy.git@98f0f2089d443b76d03325d1891b1c9c71ef64df#egg=envoy-dev ``` It would be handy that curd handles URLs like this without the git+ prefix.

Cross posted on: https://discuss.elastic.co/t/s3-output-cant-find-files-it-generates/68546 I'm using Logstash 5.0.2 (and .0.1 before) and I need to add an s3 output but I can't because randomly one of the file logstash generates...

aiohttp doesn't use httplib but `asyncio` Tcp connection instead. `aiohttp` is basically an async version of httplib. This applies the patch to aiohttp without asking, because the user shouldn't be...

Hi, we're experiencing memory issues after migrating from pushpin 1.37.0 to 1.38.0. The only other change we had was removing zurl from the configuration, pushpin was not starting otherwise. ![image](https://github.com/fastly/pushpin/assets/29362/ce39aefa-6660-4e5d-8434-d3b98b07ced1)...

With {% ifswitch %} is not possibile to add other conditions, this is a nice complement that can be used if you need to do something like: ``` {% if...

If i ask the type of a CIText() column, i get NullType. From the NullType docstring: ``` NullTypes will stand in if :class:`~sqlalchemy.Table` reflection encounters a column data type unknown...

bug

`default_app_config` is now deprecated and django auto-discovers it: https://code.djangoproject.com/ticket/31180