Gerrit Egnew
Gerrit Egnew
It would be awesome to get a breakdown of the project by tag
Heyo! I've starting trying to implement a test runner for `R` using `testthat`. It's proving to be a bit nontrivial, because there is no `testthat` executable that accepts flag arguments...
Alternatively, my use of `jsonlite` is confusing..let's find out: When you retrieve documents in bulk and then get a single entity from the list (see code below), then a property...
### Issues Policy acknowledgement - [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md) ### Where did you encounter this bug? Local machine...
### Short description of current behavior Try something like: ```sql SELECT * FROM timescaledb_datasource.my_table WHERE time > NOW() - INTERVAL '10 seconds' ``` gives an error: ``` SQL statement cannot...
also on the `/register` route. See: https://github.com/fastapi-users/fastapi-users/discussions/1142
It's possible I've missed something in reading the docs, but I can only get buffer-local abbreviations. I.e.: - if I run `:Abolish foo bar`, it works as expected. - if...
It's possible that I've done something wrong, but I've overridden the `vcr` config in `conftest.py` as below: ``` @pytest.fixture(scope='module') def vcr_config(): """Pytest hook for vcr config""" return { 'filter_headers': ['Cookie'],...
There appears to still be an issue with rich display, a la https://github.com/IRkernel/repr/issues/97 and https://github.com/IRkernel/repr/issues/131 ```r a = '[{"something":{"weird":1}}]' jsonlite::fromJSON(a) b = '{"something":{"weird":1}}' jsonlite::fromJSON(b) ``` Example `b` works fine. Example...
`nvim-tmux-navigation` doesn't work at all if the neovim session is run after `poetry shell`. Would appreciate help debugging, if possible. `:checkhealth` outside of poetry shell: ```bash Python 3 provider (optional)...