Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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...
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
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 ...
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 ...
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
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/...
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
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