Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
toloudis created a review comment on a pull request on allen-cell-animated/agave
placeholder, to be improved in future polish pr prior to actually releasing
toloudis created a review comment on a pull request on allen-cell-animated/agave
we'll fix that, consider these temporary placeholders. clearly need more consistent ones
toloudis created a review comment on a pull request on allen-cell-animated/agave
I started to type out a text explanation but it was getting long so in person will be more efficient. If you know how ray-plane intersection works that's most of what you are seeing here, and then...
toloudis created a review comment on a pull request on allen-cell-animated/agave
the windows-2019 change lets tensorstore build get much further along before breaking. it's not a change which affects anything on my local builds, only trying to get gh-actions happier. basicall...
toloudis pushed 19 commits to main allen-cell-animated/volume-viewer
- make vite work for test app d079983
- add vitest 5302004
- fix test file exclusions 5c3ed8d
- remove mocha/chai 3a14287
- fix test with unhandled rejection f3a0606
- fix test 7206709
- try my own counting ef1d33c
- move comment caba6c0
- remove remaining webpack commands 12e4213
- nightly publish from new dir 1fa0de0
- use "it" instead of "test" again d7c68e9
- forgot one file fc08bb1
- cleanup 9e580b3
- Update public/index.html Co-authored-by: Cameron Fraser <[email protected]> 840d50e
- use builtin function count c5f3ca0
- Merge branch 'main' into feature/vite-transpile # Conflicts: # package-lock.json # package.json fac19c9
- update package-lock 9b4de72
- drop jsx 9b10190
- Merge pull request #236 from allen-cell-animated/feature/vite-transpile use vite and vitest 4b7cd45
toloudis closed an issue on allen-cell-animated/volume-viewer
try vite
## Use Case We currently use `babel` to build our distribution for this package, and we use webpack for the demo app. Can we "update" our build tooling to a potentially faster/better/newer syst...toloudis closed a pull request on allen-cell-animated/volume-viewer
use vite and vitest
initial work toward #147 use vite for demo app and vitest for unit tests status: * `npm start` will correctly fire up the test app * tests (vitest), lint, typeCheck work * TODO/future: vite...toloudis pushed 1 commit to feature/vite-transpile allen-cell-animated/volume-viewer
- drop jsx 9b10190
toloudis pushed 15 commits to feature/vite-transpile allen-cell-animated/volume-viewer
- vol-e, remove react, rebuild docs 73f111d
- update package-lock 9e1bd49
- Update README.md Co-authored-by: Peyton Lee <[email protected]> 6f7b0c6
- Update README.md Co-authored-by: Peyton Lee <[email protected]> a6a1679
- Update README.md Co-authored-by: Peyton Lee <[email protected]> a6dcb75
- Update README.md 241e335
- more code review cleanup 10d8744
- doc: Updated PR template 1e1d674
- refactor: Removed change summary in PR template 8aefbd3
- Merge pull request #274 from allen-cell-animated/doc/update-pr-templates doc: Updated PR template f1b507f
- Merge branch 'main' into feature/rename-package 050bd30
- Merge pull request #262 from allen-cell-animated/feature/rename-package * rename npm package to `@aics/vole-core` * ... 5133512
- 3.12.4 8ee8831
- Merge branch 'main' into feature/vite-transpile # Conflicts: # package-lock.json # package.json fac19c9
- update package-lock 9b4de72
toloudis pushed 1 commit to feature/vite-transpile allen-cell-animated/volume-viewer
- use builtin function count c5f3ca0
toloudis created a review comment on a pull request on allen-cell-animated/volume-viewer
good point about fn being dead code.. I will try fn.mock.calls.length or remove it as you suggest
toloudis pushed 1 commit to feature/vite-transpile allen-cell-animated/volume-viewer
- Update public/index.html Co-authored-by: Cameron Fraser <[email protected]> 840d50e
toloudis opened a draft pull request on allen-cell-animated/agave
Feature/refactor shaders
Shaders were previously stored inline in code as string literals. This code change is to allow improved shader editing experience for devs, and also to prepare for porting to other apis like vulka...toloudis pushed 1 commit to feature/color-lut allen-cell-animated/agave
- use colormaps in fuse operation for raymarch mode 1848bfe
toloudis pushed 83 commits to feature/color-lut allen-cell-animated/agave
- add clip plane changes a516843
- try update tensorstore to fix builds f8cb4e7
- Revert "try update tensorstore to fix builds" This reverts commit f8cb4e78e47835d98fe97cbff1937459d68ac37b. 5e76c89
- try continue-on-error to get past cmake generate error 2a3bdf4
- bump min cmake for tensorstore 3224527
- remove continue-on-error c19fa14
- add unintegrated dummy source code e631566
- comment 9d0e1ad
- commenting 4cac7c5
- start folding in the new shader 8bcf849
- try tensorstore 0.1.69 d138dd5
- track thick lines as a totally separate list of linestrips 5e3e9c1
- shader compiling and building a5cc67c
- start to add the extra draw pass 50d79dd
- Merge branch 'feature/add-clip-plane' of https://github.com/allen-cell-animated/agave into feature/add-clip-plane # ... ac7be36
- bump tensorstore again e2c85a3
- try windows 2019 c47d76e
- try explicit template args 5a0b663
- abstraction for different flavors of gui shaders 98ee78e
- test out thick lines 6d3e865
- and 63 more ...
toloudis opened a draft pull request on allen-cell-animated/agave
Update Qt to 6.8
keeping up with current Qt. This revealed bug with how we use the QOpenGLWidget which is fixed here.toloudis opened an issue on allen-cell-animated/agave
clip plane save/load, and command api
## Use Case Clip plane works in interactive app but does not yet save its settings and does not yet have python api commands. ## Solution Add the above.toloudis pushed 1 commit to feature/thick-lines allen-cell-animated/agave
- use constant value 371175b