Chris Broz

Results 85 issues of Chris Broz

## Bug Report ### Description [This pydot issue](https://github.com/pydot/pydot/issues/205) summarizes the issues for Windows users. For DataJoint Windows users, `pip install datajoint` may result in the following errors when calling `dj.Diagram`:...

bug
awaiting-triage

## Feature Request ### Problem If I attempt to drop a schema referenced by a foreign key constraint, DataJoint returns a `pymysql` error that is difficult to parse for the...

enhancement
stale

## Feature Request ### Problem Diagrams of extensive schema become difficult to understand when nodes are displayed on only one line. Currently, horizontal level conveys which tables take primary keys...

enhancement

I'm working with a team that has mesoscope data with 4 ROIs across 2 planes, recorded over time, and fixed z-depths. So far, images have been processed by splitting `tifs`...

bug
enhancement

I'm looking for a tool that could convert `.sublime-color-scheme` into a VSCode theme. Any ideas? EDIT: I've since adopted [Dracula](https://draculatheme.com/) across all IDEs to remove the need for a converter

Discovered a few more path updates as I started running through data ingestion. I will push more updates to this branch

Thanks for all your work on this! I really enjoy having this tui Is there an argument I can pass to launch the UI in basic mode (e.g., `spt -b`)?...

#### ALL software version info - OS: Linux, Pop!_OS 22.04 LTS x86_64. Ubuntu variant - Python: 3.9.18 - IPython: 8.18.1 (latest minor version compatible with python 3.9) - panel: 1.3.8...

type: bug

Based on the README I would expect ```console git open -s pulls -p > https://github.com/TRACKED_REMOTE_USER/CURRENT_REPO/pulls ``` but instead I'm seeing ```console git open -s pulls -p > https://github.com/TRACKED_REMOTE_USER/CURRENT_REPO/tree/BRANCH/pulls ``` I...

## Bug Report ### Description Underscores are currently (a) permitted in table names and (b) used to determine master/part relationships. This can result in one table being falsely identified as...

bug