Christoph Thiede
Christoph Thiede
I'm trying to run some tests locally. Following the `CONTRIBUTING.rst`, this are my **steps to reproduce:** 1. Go to https://gitpod.io/#https://github.com/spotify/luigi 2. `$ pip install tox` 3. `$ tox -e py27-core...
This is a rather complex issue, I know, but I think it is closer related to luigi than to [tqdm](https://github.com/tqdm/tqdm). Minimum example: ```python3 import luigi from time import sleep from...
## Description This PR adds a parameter named `debug_environment` to the class `ExternalProgramTask`. If it is set to `False`, environment variables won't be printed to stderr when an error occurs....
This PR aims to make connections using the `contrib.postgres` module more robust. If an error occurs during copying the rows, psycopg2 objects previously could be left opened without a proper...
Referring to MonticelloFileTree-Core-dkh.67 which is loaded by default into the current Squeak Trunk. This extension method shadows the existing method `DirectoryEntryFile >> #readStreamDo:` from the built-in Files package: https://github.com/dalehenrich/filetree/blob/28ab532548104ee38c55eaff8e8849ab3f595c5f/repository/MonticelloFileTree-Core.package/DirectoryEntry.extension/instance/readStreamDo..st Is...
I originally reported this issue here: https://github.com/hpi-swa/Squot/issues/316 (The `.ston` file is not relevant in this context, of course). It would be great if the JSON files could be formatted a...
Just stumbled upon this tool, great idea with a lot of potentials! Just one disadvantage I have noticed so far: While my built-in Windows search view pops up in a...
A helpful (even though much less known) trick for drag and drop is to: 1. drag an object, e.g. a file, from the source application 2. press Alt + Tab...
## Steps to reproduce 1. PostgreSQL: New query 2. PostgreSQL: Selection connection ... Choose Postgres server + database 3. Enter your query 4. Developer: Reload Window ## Expected behavior Query...
When working with complex queries, I am sometimes not sure whether my query was accepted and is running now, or whether I did not press F5 correctly or missed a...