Emile van Krieken
Emile van Krieken
Implement the [Storchastic framework](https://arxiv.org/abs/2104.00428) for gradient estimation. This extends [DiCE](https://arxiv.org/abs/1802.05098), meaning that the existing DiCE implementation can be extended to include other gradient estimation methods for gradient variance reduction. An...
See https://github.com/cytoscape/cytoscape.js-edgehandles
``` app.js:1 Uncaught TypeError: VizId.fromPath is not a function at eval (eval at (app.js:1), :510:37) at e.t.tryTrigger (app.js:1) at e.t.trigger (app.js:1) at e.trigger (app.js:1) at e.onChange (app.js:1) at t.trigger (app.js:1)...
Dataview now has a plugin-facing api over at https://github.com/blacksmithgu/obsidian-dataview/blob/master/src/api/plugin-api.ts This can be used for eg code blocks and querying.
As mentioned on Discord, the graph.css styling is not properly reflected on mobile devices.
Css variables don't work in Cytoscape, however, there is a repo that might help with implementing it https://github.com/lukethacoder/cytoscape-css-variables
The breadcrumbs plugin can show a convenient index of trails of all parent nodes to a file. However, if there are too many paths, this can be quite cluttered. We...