Edgar Y. Walker

Results 9 issues of Edgar Y. Walker

Currently if someone is using a `dj.Lookup` table with `contents` field that has more entries then it is found in the database but if the person doesn't have `insert` **and**...

enhancement
good-first-issue

Currently DataJoint supports straightforward logging of query activities via `dj.schema.log` tables. However, this is entirely DJ client side logic, meaning that the logging of activity only happens for queries issued...

The HTML tooltip that displays when you hover over the HTML rendered table in Jupyter Notebook doesn't work so well when the table is long horizontally such that the entire...

enhancement
good-first-issue

Because `nvidia-docker-compose` bypasses the use of `nvidia-docker` binary executable, it currently does not create driver volume like `nvidia_driver_370.28` when it's not present. This means that if you run `nvidia-docker-compose` without...

enhancement

Currently, `nvidia-docker-compose` adds and mounts all NVIDIA volumes and devices to all services found in the `docker-compose` file. It would make sense to enable the user to specify which service(s)...

enhancement

Currently `nvidia-docker-compose` passes all command line arguments aside from `-f` onto the underlying `docker-compose`. But in the process, it ends up capturing options like `-h, --help` and any `-f` option,...

Currently when you do server side insert (i.e. insert from another relation) and if source and target both have an attribute on **the same** external storage, it works perfectly fine....

features
needs-discussion

Restricting a project of restricted table yields an error due to incorrect MySQL syntax. For example, ``` matlab pro(acq.Sessions & 'subject_id = 1') & 'subject_id = 1' ``` produces an...

bug
needs-discussion

Follow set of tables lead to incorrect cascading delete: Image ``` matlab %{ test.Image (manual) # collection of all image data image_id :int #unique image id ----- image_data=null :longblob #image...

bug