Stefan Brand
Stefan Brand
After a fast check I still get "Invalid ICS file" for a calendar entry with a location field of "Mödling".
I did manage to configure `flake8` in my home directory, but I could not get it to work with a `setup.cfg` directly in the project folder structure, e.g. ``` repository...
> may be annoying for version control systems Many tools put files/directories into the project. E.g. our `.gitignore` has these entries: ``` .ipynb_checkpoints .idea .vscode ``` I would even go...
> Are you really sure you cannot change the startup directory for JupyterHub? Technically it is certainly possible, but that single directory would be the new default for all users...
Hidden Python files in the project root could be excluded in `.gitignore` like this:`/.*.py`
> Out of curiosity what would happen if you create `~/.jupyter/jupyter_notebook_config.py` or `~/.jupyter/jupyter_server_config.py` with: I tried both config files and it does not seem to change anything. The directory that...
Here is the `__dict__` of a model instance. Of particular interest in the context of this issue might be `__sqlmodel_relationships__`. ```py mappingproxy({'Config': , '__abstractmethods__': frozenset(), '__annotations__': {'geometry': , 'id': typing.Optional[int],...
Why doesn't simply someone else become the group owner? Edit: OK just saw #889...
I can confirm this with Firefox 69.0
@mattesCZ Do you think my issue #218 is solved by your PR?