Glen Solsberry
Glen Solsberry
It looks like line 58 of postgres_writer.py should be ``` elif column['type'] == 'tinyint' or column['type'].startswith('binary('): ```
Apologies for not being more clear; I was thinking updating the [Source class](src/promnesia/common.py#L274) (or down the line to the Browser class) to allow taking an extra param in the config...
Is there an easy way to add a custom validator that I can then use directly from the commandline? It seems like no, but if that's the case, then it...
Good to know. I'll definitely consider a PR. As for outline... My initial thought would be something like: Using the [literal style](https://yaml.org/spec/1.2/spec.html#style/block/literal) of YAML, allow "embedding" Python code directly in...
I definitely like the idea of a CLI flag to enforce it. As for a pip package, I can see the benefit there for allowing "user contributed" validators that lots...
@Jason-Morcos it is, in the manner(s) described above. Selecting a table while on the `Structure` view, pressing Option+Shift+A will select the next table to start with `a` will be selected....
I'm experiencing the same issue. I'm storing everything in dropbox, and have aliased `t` to `~/Dropbox/todo/todo.sh -d ~/Dropbox/todo/todo.cfg`. `t ls` works as expected. `t help` works as expected. `t shorthelp`...
@karbassi you are correct. Running `todo.sh --help` works as expected. Running `todo.sh --help -d todo.cfg` works as expected as well. Moving the `-d todo.cfg` before the `--help` triggers the failure.
I put some debugging output in the loop at https://github.com/todotxt/todo.txt-cli/blob/master/todo.sh#L484 (just a simple `echo $Option`) and ran `todo.sh --help -d todo.cfg`. The output is `?`, `h`, `?`, `?`, `p`, implying...
I've received this error as well. Create an identity locally, then followed these steps: 1. `git bug bridge configure` - set up gitlab as the bridge 2. ``` git bug...