Sam Ritchie
Sam Ritchie
With the typescript changes, test changes etc it's time that we add a DEVELOPING.md. @cchudzicki , I would love if we could have notes on - [ ] how to...
So far, I know of: - https://www.math3d.org/ - https://kineticgraphs.org/ - https://github.com/QBobWatson/ila textbook - https://github.com/christopherChudzicki/mathbox-react - https://github.com/mentat-collective/mathbox-clj - visualizations at https://sam.zhang.fyi/ - demos listed here https://groups.google.com/g/mathbox/c/Uvyb5fHaLq4,
#25 Introduced infrastructure for typings. Remaining TODOs: ### To-do: - [x] add typings for `mathBox` options - [ ] finish manual typings for `types.js` - [x] add more tests to...
Some internal mathbox functions query Mathbox's DOM using invalid CSS selector queries. For example: 1. Edit Mathbox source at `https://gitgud.io/unconed/mathbox/-/blob/master/src/model/model.js#L322` to `console.log` its first argument, a css selector query. 2....
The following warnings are emitted when running Mathbox from Clojurescript: ``` 1------ WARNING #1 - ----------------------------------------------------------- Resource: node_modules/mathbox/src/render/meshes/base.js:73:25 String continuations are not recommended. See https://google.github.io/styleguide/jsguide.html#features-strings-no-line-continuations -------------------------------------------------------------------------------- ------ WARNING #2 -...
Here is the analogous issue for the Mathbox repo: https://gitgud.io/unconed/mathbox/-/merge_requests/18
The following are emitted when evaluating mathbox code in cljs: ------ WARNING #35 - ---------------------------------------------------------- Resource: node_modules/shadergraph/src/visualize/markup.js:131:22 String continuations are not recommended. See https://google.github.io/styleguide/jsguide.html#features-strings-no-line-continuations -------------------------------------------------------------------------------- ------ WARNING #36 - ----------------------------------------------------------...
It looks like when I call `get-all` with an index specified and include a key in the list that doesn't have any results in the database, I sometimes get a...
This would allow users to take advantage of the error handling here while still being able to pass custom options on to FLAGS. An alternative approach would just pass all...
[ To keep development of this project going, consider sponsoring. If you are already a sponsor, thank you! ] **version** [ Please specify which version of clj-kondo you're using. You...