Adib Baji

Results 10 issues of Adib Baji

## Bug Report ### Description nose does not support python 3.10 https://github.com/nose-devs/nose/issues/1099 https://nose.readthedocs.io/en/latest/#note-to-users

bug
good-first-issue

Python 3.10 checks are currently disabled as `nose` does not support python 3.10 https://github.com/datajoint/datajoint-python/issues/1011

## Bug Report ### Description Calling `schema.list_tables()` at any point before a computed table's definition, and then calling the computed table's `populate()` method without calling `schema.list_tables()` again beforehand throws a...

bug

Examples: ``` vscode ➜ /workspaces/datajoint-python (dj-cli) $ dj dj repl >>> dj.config { 'connection.charset': '', 'connection.init_function': None, 'database.host': 'fakeservices.datajoint.io', 'database.password': 'simple', 'database.port': 3306, 'database.reconnect': True, 'database.use_tls': None, 'database.user': 'root', 'display.limit':...

I'd like to import my docs to a section besides the nav. For example if I have a `H2` in my `index.md` labeled `Projects`, I'd like to list the documentation...

enhancement

addresses #422

## Feature Request ### Problem Unions [currently use](https://github.com/datajoint/datajoint-matlab/blob/master/%2Bdj/%2Binternal/GeneralRelvar.m#L393) `|`. Using `+` is supported but [raises a warning](https://github.com/datajoint/datajoint-matlab/commit/9be55dc38981eb3b36b3e7d96e86f3b488494d80#diff-d0b248c60d63b45c5f7f8c77b6d53c55ff22e5c37fd6b2b34b7d6587197b110bR570). ### Requirements Remove the `|` operator as a valid union operator and replace...

enhancement
awaiting-triage