paoloalba

Results 6 issues of paoloalba

After selecting a value from the combobox, I can not successfully clear the field value from the GUI. This means that if I have a background process which depends on...

I am trying to migrate a column from type Date to type Datetime. Here the migration script: from alembic import op import sqlalchemy as sa def upgrade(): with op.batch_alter_table('col_1', schema=None)...

batch migrations
sqlite
use case

In case of serving multiple pages and using the --show flag, it would be cleaner to have the possibility to open just the index, and from there navigate through the...

type: discussion

is there a way to remove the marker created through a successful search, without having to refresh the whole map? The market can be dragged, and I can perform a...

I am using jupyter/scipy-notebook:python-3.10.5 docker image, and it seems that the syntax match/case is not highlighted for python code cells.

enhancement