Doug Harris

Results 9 issues of Doug Harris

Problem: When I try to write the tmux copy buffer to a file, tab completion doesn't work for the file name. I copied text in my tmux session and tried...

## Description I love the autocompletion of pgcli. I love that it does completion of the columns I'm selecting _after_ I've added the `FROM tablename` to the query. So, I...

## Description It'd be nice if I could set a default format for timestamp columns. For example, rather than seeing `2023-04-27 15:16:38.125568+00`, I'd prefer to see `2023-04-27 15:16:38` (or maybe...

enhancement

I have a django form with a field defined like this: ```python myField = forms.CharField( widget=forms.HiddenInput(), initial=f"2023-{settings.FIELD_BASE}", ) ``` I'm writing a test where I'd like to use `@pytest.mark.parametrize` to...

Today I installed this workflow and tried a couple calculations. One was off by a month. After setting my date format to 'YYYY-MM-DD', I tried: ``` dcalc today - 2016-05-31...

Following this past weekend's time change in the US, I was wondering if any of our scheduled tasks were scheduled to run between 1am and 2am in our time zone...

A pattern we've used (with internal code, not django-flags): - have a site-wide feature flag, either in django settings or (more commonly) in [django-constance](https://django-constance.readthedocs.io/en/latest/) - middleware or hook that detects...

Do you want to request a *feature* or report a *bug*? ----------------------------------------------------- feature What is the current behavior? ----------------------------- N/A - Not a bug What is the expected behavior? ------------------------------...