Chris Broz
Chris Broz
Are there manual edits that can be made to address this issue? Also experienced with redshift-gtk ``` (redshift-gtk:205693): Gtk-WARNING **: 12:56:35.368: Theme directory actions/24 of theme Dracula has no size...
I added the lines below to `/usr/share/Dracula/index.theme`, the location of which may differ based on installation. These solved the warnings. I get the sense that these warnings are due to...
I think this could be fixed by adding an `elif` to line 182, but someone could probably fine more elegant logic than I ```console elif [ "$suffix" ]; then TRUE...
I would describe this issue as 'networkx rejects dj.Diagrams with attribute mapping' Minimal replication ```python import datajoint as dj schema = dj.schema("temp_demo") @schema class A(dj.Manual): definition = """ a :...
Unfortunately, errors persist for users with insufficient privileges. I did not see the error when testing with the first account listed below, but I do see it with the second....
In the current version, `user_tables.Part.drop` has a `force` arg [here](https://github.com/datajoint/datajoint-python/blob/master/datajoint/user_tables.py#L231) to circumvent an error regarding dropping a part w/o dropping the master. If set to `True`, the user encounters a...
Hi @dimitri-yatsenko - What protections did you have in mind when you envisioned that the user API would prohibit using hidden attributes? How would a super user circumvent this protection?
@A-Baji - Do you have a sense of your timeline for #1091? I think it could be really useful for something I'm working on
To be explicit, downgrading networkx to 2.6.2 worked in my case
I followed the developer instructions that suggest the Dev Containers extension. After some start-up time, I see the following in my VSCode terminal: ```console Successfully installed datajoint [notice] A new...