Chris Broz

Results 164 comments of Chris Broz

Sure, take your time, no rush. 1. Why turn a long quote into multi-lines? This rewrapping process is a convention established by [markdownlint](https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md#md013---line-length) and other opinionated markdown formatters. While not...

Closing due to inactivity. Feel free to reopen

Once addressed, [this tutorial doc](https://github.com/datajoint/datajoint-tutorial/blob/master/beginner/building-first-pipeline/matlab/importing-data.rst) should receive the same `makeTuples` -> `make` adjustment

The [datajoint python function `list_schemas`](https://github.com/datajoint/datajoint-python/blob/master/datajoint/schemas.py#L527) has the SQL syntax for querying the available schemas. Within MATLAB, that SQL syntax could be embedded in a `query()`. There's probably a more native...

Our documentation is lagging behind a bit, especially with matlab. I would be very happy to see a user-contributed PR to our [docs repository](https://github.com/datajoint/datajoint-docs).

[Initial draft as gist](https://gist.github.com/CBroz1/268fe2b36613c46c19f515d41636942d)

Does that mean that any function common to multiple pipelines should be extracted out to the parent folder of all places it is used?

I took a peek at every duplicate function name and found a lot of overlap. These are functions that can definitely refer to shared or upstream resources as-is or with...

I wonder if this would look different once #949 is merged, because it changes how I propagate restrictions