Thomas Roche

Results 61 comments of Thomas Roche

Please fix the linting error.

Geez you're correct it looks like it is trying to pull python 2.7. no idea why this is happening in the PR stages ...

Last change on the github action: https://github.com/rdeepak2002/reddit-place-script-2022/commit/76987fb71774aa46af06ba25d0169e7f8289e07b

This is happening in: ```python if response.json()["data"] is None: waitTime = math.floor( response.json()["errors"][0]["extensions"]["nextAvailablePixelTs"] ) logger.error( "Thread #{} : Failed placing pixel: rate limited", thread_index ) else: waitTime = math.floor( response.json()["data"]["act"]["data"][0]["data"][...

So no work around? It seems to be affecting https://github.com/automation-stack/node-machine-id as well

What's the discussion? The link goes nowhere for me. I am also interested in splitting up `.gitlab-*.yml` files out into its own grouping.

> > would you like to take care of lefthook python port repository? > > I prefer community support. It's hard to maintain a lot of wrappers. Yes but then...

Could it be as simple as replacing line 36 of the bin/entrypoint.sh file by the following? ```sh if [ -f "$PROPERTY_FILE" ]; then varsubst -x LIQUIBASE_ -s $opts $PROPERTY_FILE else...

@George3d6 would that closed issue help https://github.com/lidatong/dataclasses-json/issues/240 ?

Shouldn't the return type not be a tuple for the sampler and scheduler? ``` python RETURN_TYPES = (("COMBO", "STRING"), ("COMBO", "STRING"), "INT", "INT", "FLOAT") RETURN_NAMES = ("sampler_name", "scheduler_name", "steps", "hires...