Slava Matyukhin
Slava Matyukhin
This PR adds the contextual dropdown menu to editor tooltips: TODO before this can be merged: - fix the critical problem with the menu disappearing if the pointer is outside...
This PR is in bad shape, and doesn't even pass typescript checks right now, but I want to preserve it, just in case. It includes: 1) an attempt to layout...
Squiggle programs don't have to fail when execution can partially succeed. (Normal programs have side effects, so continuing execution is dangerous, but Squiggle is pure). Examples: - when parse fails...
We should terminate node workers and web workers. Otherwise, CLI never finishes, and there's a high chance of memory leaks in the browser. It'd also be good to support [`using`...
Right now we store only build errors; could be useful to store build outputs too (probably in S3-like object storage, i.e. DigitalOcean Spaces). Important: this requires figuring out permissions; e.g....
We use ink for CLI react. It doesn't support React 19 though - https://github.com/vadimdemedes/ink/issues/688 (I could put React 18 in dev deps, but I don't want to limit peer deps...
After all subtasks are implemented, we will be able to remove the dependency on old versions from versioned-components.
Because of various issues, right now Metaforecast misses ~13k markets for Manifold in 2024-07..2024-10 range. Also, I think some markets for this range exist only in "extended" tables (`ManifoldMarket` tables),...