Ecosyste.ms: Timeline

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

PathogenDavid

PathogenDavid starred libsdl-org/SDL_shadercross
PathogenDavid created a comment on an issue on bonsai-rx/machinelearning
The ML.NET strategy is actually somewhat dated. The modern strategy is to use [Central Package Management](https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management). One...

View on GitHub

PathogenDavid starred nvpro-samples/nv_cluster_lod_builder
PathogenDavid starred FreyaHolmer/Mathfs
PathogenDavid starred fLindahl/map-to-gltf
PathogenDavid pushed 1 commit to dev/torchsharp NgrDavid/machinelearning
  • Removed unnecessary GCHandle usage (the lambda itself makes the anchor reachable instead), turned `IplImage` without ... 6efe488

View on GitHub

PathogenDavid created a comment on an issue on ocornut/imgui
@CoreNest I agree your issue is very confusing. Please try to use terms from [the glossary](https://github.com/ocornut/imgui/wiki/Glossary). It seems like you're maybe trying to use a single Dear ...

View on GitHub

PathogenDavid created a comment on a pull request on bonsai-rx/machinelearning
While talking through these changes with Nick I realized that the `GCHandle` isn't actually necessary at all since the object can be rooted via the lambda. As such I removed it and junk related to ...

View on GitHub

PathogenDavid pushed 1 commit to dev/torchsharp NgrDavid/machinelearning
  • Removed unnecessary GCHandle usage (the lambda itself makes the anchor reachable instead), turned `IplImage` without ... f3db554

View on GitHub

PathogenDavid created a review comment on a pull request on bonsai-rx/machinelearning
Talked to Nick about this on Teams and there isn't a known situation where this is known to happen so changed it to an exception instead. [`UnreachableException`](https://learn.microsoft.com/en-us/...

View on GitHub

PathogenDavid created a review on a pull request on bonsai-rx/machinelearning

View on GitHub

PathogenDavid pushed 1 commit to dev/torchsharp NgrDavid/machinelearning
  • Removed unnecessary GCHandle usage (the lambda itself makes the anchor reachable instead), turned `IplImage` without ... 16afa2e

View on GitHub

PathogenDavid pushed 1 commit to dev/torchsharp NgrDavid/machinelearning
  • Removed unnecessary GCHandle usage (the lambda itself makes the anchor reachable instead), turned `IplImage` without ... 6558ad9

View on GitHub

PathogenDavid opened an issue on bonsai-rx/bonsai
Opening two OpenGL-powered visualizers and stopping the workflow crashes on Mono
EG: Add two `Bonsai.Vision.LoadImage` node to a workflow and open the image visualizer on each. Run the workflow. Stop the workflow. Bonsai will crash trying to make some OpenGL context current. !...
PathogenDavid pushed 2 commits to dev/torchsharp NgrDavid/machinelearning
  • Modified torch module classes to be internel 139488e
  • Reworked OpenCV <-> TorchSharp conversions to respect the garbage collector 609f88d

View on GitHub

PathogenDavid starred vgmtrans/vgmtrans
PathogenDavid created a comment on an issue on bonsai-rx/bonsai
Correct, Bonsai uses a very naive interpretation of `Extensions.csproj` which only supports: * `ProjectReference` items (`Include` and `Version` properties only) * `UseWindowsForms` (for visualize...

View on GitHub

PathogenDavid created a comment on an issue on bonsai-rx/bonsai
Ah, makes sense. What's the overhead of package restore when everything is already restored? IIRC Bonsai.ML was using one Bonsai environment per example, but is that what we're recommending/what ...

View on GitHub

PathogenDavid created a review comment on a pull request on bonsai-rx/bonsai
While I do love a nice one-liners, IMO this is more readable at a glance: ```csharp if (exportImage) launchEditor = false; ```

View on GitHub

PathogenDavid created a review on a pull request on bonsai-rx/bonsai
Acceptable as-is but did have a minor suggestion for readability.

View on GitHub

PathogenDavid created a review on a pull request on bonsai-rx/bonsai
Acceptable as-is but did have a minor suggestion for readability.

View on GitHub

PathogenDavid created a comment on an issue on ocornut/imgui
> To make this future proven, at some point I ll either make a python script or use some clang feature to automate this process. [Dear Bindings](https://github.com/dearimgui/dear_bindings) (the au...

View on GitHub

PathogenDavid created a comment on an issue on bonsai-rx/docfx-tools
Potentially related: https://github.com/bonsai-rx/bonsai/issues/2096 ------------- Since we're strongly pushing people towards GitHub Actions for publishing documentation, it would be nice if eit...

View on GitHub

PathogenDavid starred mstange/samply
PathogenDavid starred HeapsIO/hide
PathogenDavid created a comment on an issue on bonsai-rx/gui
Still need to look at the main issue more but: > Bonsai 2.9 preview starting the workflow actually throws an unhandled exception that I was able to get a log from. This is maybe related to the ge...

View on GitHub

PathogenDavid starred antopilo/Nuake
PathogenDavid created a review comment on a pull request on bonsai-rx/machinelearning
As much as I'd love to tear down Chesterton's fence, I decided to leave this pattern despite the fact that I don't like it. These branches will basically never trigger so it's whatever.

View on GitHub

PathogenDavid created a review comment on a pull request on bonsai-rx/machinelearning
I changed these from `empty` because it seems wrong to return an uninitialized tensor in this situation, but I later learned that apparently zero tensors are immutable by default? So maybe this isn...

View on GitHub

PathogenDavid created a review comment on a pull request on bonsai-rx/machinelearning
This method exists to avoid `Tensor.shape` (and by extension `Tensor.size()`) as it is a performance footgun since it creates a bunch of garbage every time you call it. Consider [banning these A...

View on GitHub

Load more