Matthew Ryan

Results 160 comments of Matthew Ryan

This is primarily an issue when compiling native libraries: you can't depend on `caml_startup` and friends being available if the library will later be linked against an OCaml program (or...

We're not pre-generating the langrange basis that we need before running the verifier. When we find it missing, the rust code panics, and WASM treats the panic as a halt....

@45930 Fix here: https://github.com/o1-labs/o1js/pull/1857. Can you chase the right reviewers etc. to get it (and the corresponding PRs for the Mina, bindings, proof-systems submodules) merged?

IMO better would be ``` map X LinkHints.activateMode action=hover map X LinkHints.activateMode action=copyText map X LinkHints.activateMode action=copyUrl map X LinkHints.activateMode action=openWindow ``` this also opens us up to do things...

#1032 (stale) offered commands for exactly this, and I gave the example of several IMDb features (dropdowns, film thumnails [(example)](http://www.imdb.com/list/ls000004180/?start=1&view=grid&sort=listorian:asc&defaults=1&scb=0.9718015717912694)) on that PR. You may still be able to harvest...

+1 Implemented at PR #1032

@smblott-github I've also implemented this at #1032, but with "unhovering" too. This ensures that only one element is ever hovered at any time, by providing a `mouseout` event to the...