Chris Broz

Results 164 comments of Chris Broz

Thanks for linking! This notebook has been helpful today. One difficulty in my case is that I have 3 ROIs at one z-depth, and 1 ROI at a second z-depth....

Looks like [microsoft did it themselves](https://github.com/microsoft/theme-converter-for-vs)

> My workaround works similar to [Repkap11](https://github.com/mermaid-js/mermaid/issues/1209#issuecomment-1026095573)'s answer, by adding an extra nested _subgraph_ with a blank value and having `stroke-dasharray: 0 1` as its style; Nothing else was needed...

[Duplicate issue on `datajoint-docs`?](https://github.com/datajoint/datajoint-docs/issues/274) If I recall correctly, [alter](https://github.com/datajoint/datajoint-python/blob/master/datajoint/table.py#L106) will let you modify the secondary attributes of a table. You can do this by modifying your local table definition, loading...

Relabel to `enhancement` or `under-development`?

Reviewing outstanding PRs - Would this be fixed by PR #991, that gives the `master` tag better context?

I just spoke with a user who experienced this issue on windows. Should we limit official support to ≥3.7, ≤3.9 until this can be addressed? Or include a qualification about...

Also worth noting: unlike `drop`, `alter` fails silently when user has insufficient privileges. This might would be worth adding to a check that fixed the above