James Moore

Results 30 comments of James Moore

Yeah I run 5 workers each every 5 minutes.

I think the Instagram API has changed. I'll have to look into it.

@xurizaemon I was looking over your PR yesterday and the way its written I believe that any fav, not just a self-fav, would cause the message to be cross-posted. I'm...

The `Flask-migrate` package support generating the migrations automatically with the `flask migrate` and `flask upgrade` commands. I have a shell script in tools to make running it easier. I'll dig...

I've done something similar to the above: Prefs->Tools->External Tools->New Name: Vault Edit Group: Ansible Program: parameters: `edit $FileName$` working dir: `$FileDir` script.sh: ``` #!/bin/sh EDITOR=charm ansible-vault --vault-password-file= "$@" ``` Assuming...

I'm resorting to this 🤢 : ```bash while grep '\[\[' job.nomad; do echo "*****************************************" levant render \ -log-level=WARN \ -out=job.nomad \ job.nomad done ```

Yes, I'm familiar with the filtering which is good but sometimes I want highlighting instead. Its nice to be notified of a matching line and see it in context at...

On the server I got this error: ``` [ERROR] http: request failed: method=GET path=/v1/node/ error="rpc error: missing node ID" code=500 ```