Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
SeanLeRoy pushed 1 commit to feature/metadata-editing/restrict-annotations AllenInstitute/biofile-finder
- Simplify data flow 6913786
SeanLeRoy pushed 1 commit to feature/metadata-editing/restrict-annotations AllenInstitute/biofile-finder
- Clean up; Use hook for grabbing selection 4612a91
SeanLeRoy pushed 1 commit to feature/metadata-editing/restrict-annotations AllenInstitute/biofile-finder
- Simplify fetch for file details e9d980c
SeanLeRoy pushed 1 commit to feature/metadata-editing/restrict-annotations AllenInstitute/biofile-finder
- Add password form 81a3a18
SeanLeRoy created a branch on AllenInstitute/biofile-finder
feature/metadata-editing/restrict-annotations - An open-use web application created for easy access, collaboration, and sharing of datasets through rich metadata search, filter, sort, and direct viewing in common industry applications or in our web-based 3D Volume Viewer.
SeanLeRoy created a comment on an issue on AllenInstitute/biofile-finder
Is this a feature for desktop users then? This is available to users that add their native file browser as an application to BFF.
SeanLeRoy created a review on a pull request on AllenInstitute/biofile-finder
Seems like you could do “^8.67” to avoid the version being able to drop lower than it was prior to this PR
SeanLeRoy pushed 1 commit to feature/incorp-fua AllenInstitute/biofile-finder
- WIP: Incorp fua 9d79518
SeanLeRoy created a branch on AllenInstitute/biofile-finder
feature/incorp-fua - An open-use web application created for easy access, collaboration, and sharing of datasets through rich metadata search, filter, sort, and direct viewing in common industry applications or in our web-based 3D Volume Viewer.
SeanLeRoy created a review comment on a pull request on AllenInstitute/biofile-finder
Perhaps if you are introducing env dependent variables to this class then there should be a case for `this.env === Environment.STAGING` where the return is: `return `http://stg-aics.corp.alleninst...
SeanLeRoy created a review comment on a pull request on AllenInstitute/biofile-finder
Is this `null` or the cloud path at this point? If `null` can you return `null` here explicitly & if it is the cloud path can you keep the comment above?
SeanLeRoy created a review comment on a pull request on AllenInstitute/biofile-finder
My main issue with this isn't the usage of `localPath` as a property but that `env` is being passed in as a property to this class when it could just be a parameter to `getLocalPath`
SeanLeRoy created a tag on bioio-devs/bioio
v1.2.0 - Image reading, metadata management, and image writing for Microscopy images in Python
SeanLeRoy closed an issue on bioio-devs/bioio
ubuntu 18.04 support (GLIBC >= 2.28)
### Describe the Bug Multiple users have reported crashes due to dependency conflicts related to requiring GLIBC version 2.28 or greater. Ubuntu 18.04 only seems to supports up to glibc 2.27....SeanLeRoy pushed 2 commits to main bioio-devs/bioio
SeanLeRoy closed a pull request on bioio-devs/bioio
Block using bad scitkit-image
Should resolves #76 which blocks support for Ubuntu 18.04 users by preventing access to this scikit-imageSeanLeRoy created a review comment on a pull request on AllenInstitute/biofile-finder
This is great, but FWIW lodash can do this whole method in one line for ya: ``` // Splits the fileId into an array where is character is its own element then chunks them into groups of 3 wi...
SeanLeRoy created a review comment on a pull request on AllenInstitute/biofile-finder
I think it'll be cleaner long-term to keep this out of the properties and instead pass it to a getter method `getLocalPath()` - this would replace the property `localPath` (FWIW `localPath` seen be...
SeanLeRoy created a branch on bioio-devs/bioio
bugfix/prevent-bad-scitkit-image-usage - Image reading, metadata management, and image writing for Microscopy images in Python
SeanLeRoy created a review on a pull request on bioio-devs/bioio
Code changes seem good to me too! Does this drop support for 3.10/3.11 or was that just a side question @imagejan?
SeanLeRoy created a tag on bioio-devs/bioio-czi
v1.0.2 - A BioIO reader plugin for reading CZI files.