Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

toloudis

toloudis pushed 1 commit to feature/wgpu-native allen-cell-animated/agave

View on GitHub

toloudis opened a draft pull request on allen-cell-animated/agave
Feature/wgpu native
**Pull request recommendations:** - [ ] Name your pull request _your-development-type/short-description_. Ex: _feature/read-tiff-files_ - [ ] Link to any relevant issue in the PR description. E...
toloudis created a comment on an issue on allen-cell-animated/volume-viewer
In a coming build, we have removed the exception error for too-large volumes. They will now put a console error and still attempt to load. Your mileage may vary! Also coming soon, is a "Advanced...

View on GitHub

toloudis opened an issue on allen-cell-animated/volume-viewer
cache uncompressed chunks
## Use Case The current chunk cache stores the fetched blobs in cache. These chunks are typically compressed. Whenever we have a cache hit, we have to pay for decompression every time. One way...
toloudis pushed 3 commits to feature/react18perf-functionize allen-cell-animated/website-3d-cell-viewer
  • refactor: Updated name from Volume Viewer to Vol-E 39066bc
  • Merge pull request #335 from allen-cell-animated/refactor/rename-website refactor: Updated name from Volume Viewer t... efb0729
  • Merge branch 'main' into feature/react18perf-functionize 1cc4083

View on GitHub

toloudis created a branch on allen-cell-animated/agave

feature/thick-lines

toloudis starred shader-slang/slang
toloudis created a comment on an issue on google/tensorstore
my bad, I was changing the issue to something else entirely after redoing several builds on my latest branch... still not building correctly. I will also investigate the other bad build with the pb...

View on GitHub

toloudis pushed 1 commit to feature/add-clip-plane allen-cell-animated/agave

View on GitHub

toloudis pushed 1 commit to feature/add-clip-plane allen-cell-animated/agave
  • bump min cmake for tensorstore 3224527

View on GitHub

toloudis pushed 1 commit to feature/add-clip-plane allen-cell-animated/agave
  • try continue-on-error to get past cmake generate error 2a3bdf4

View on GitHub

toloudis pushed 1 commit to feature/rename-package allen-cell-animated/volume-viewer

View on GitHub

toloudis created a review comment on a pull request on allen-cell-animated/volume-viewer
not really.. mainly just needed to pick up the package name and I decided to do it by running a docs rebuild. But the docs are terribly out of date and can basically be ignored

View on GitHub

toloudis created a review on a pull request on allen-cell-animated/volume-viewer

View on GitHub

toloudis pushed 1 commit to feature/rename-package allen-cell-animated/volume-viewer

View on GitHub

toloudis pushed 1 commit to feature/rename-package allen-cell-animated/volume-viewer

View on GitHub

toloudis created a review comment on a pull request on allen-cell-animated/volume-viewer
yes! ♾️

View on GitHub

toloudis created a review on a pull request on allen-cell-animated/volume-viewer

View on GitHub

toloudis pushed 1 commit to feature/rename-package allen-cell-animated/volume-viewer

View on GitHub

toloudis pushed 1 commit to feature/rename-package allen-cell-animated/volume-viewer

View on GitHub

toloudis created a review comment on a pull request on allen-cell-animated/colorizer-data
> `outpath` was only ever a string value. how do you know?

View on GitHub

toloudis created a review comment on a pull request on allen-cell-animated/colorizer-data
then you could convert to pathlib.Path to use the `/` operator in a crossplatform way here (nit / optional but I just had to say it)

View on GitHub

toloudis created a review comment on a pull request on allen-cell-animated/colorizer-data
Nit: using pathlib across the board (or not) might help things feel more consistent with all the extension checks

View on GitHub

toloudis created a review comment on a pull request on allen-cell-animated/colorizer-data
same comment I had on previous PR, I'm not sure if dev tooling knows what the fields of config are when they are accessed by string, and my impression is that `config.outlier_column` is a less erro...

View on GitHub

toloudis created a review comment on a pull request on allen-cell-animated/colorizer-data
if it comes up a lot, the check for times_extension seems like it could be abstracted into a little function like get_is_json_file(times_path) or get_file_type

View on GitHub

toloudis created a review on a pull request on allen-cell-animated/colorizer-data

View on GitHub

toloudis created a review comment on a pull request on allen-cell-animated/colorizer-data
I'd suggest deleting these if they only appear in the defaults of the function signature

View on GitHub

toloudis created a review comment on a pull request on allen-cell-animated/colorizer-data
missing and or misnamed columns is a good test case just to make sure it errors out gracefully

View on GitHub

toloudis created a review comment on a pull request on allen-cell-animated/colorizer-data
Nit: for futureproofing this might be better as a string name or enum type of thing. output_format = "parquet" or "json". totally optional... I don't know if or when a third format will show up

View on GitHub

Load more