Slava Matyukhin
Slava Matyukhin
Unfinished and likely to get stale before it's finished. Read #3612 carefully before continuing to work on this. In particular, this PR upgrades only `packages/ui` and `packages/components` to Tailwind v4....
## new classes Tailwind v4 CSS classes are incompatible with v3. I updated all classes in the unfinished #3611 PR, but if it becomes stale (very probable), it will be...
- fetch all or at least [historical](https://docs.manifold.markets/api#trade-history-dumps) markets to the database - write a script that feeds market data to Squiggle AI and runs workflows on each one There are...
Right now "Save Model" button in Squiggle AI saves the code from workflow, not from playground. Also, playground edits don't block navigation. Things to do: - show a warning that...
Discussed here: https://eaforecasting.slack.com/archives/C030T49UHSS/p1737486831253379 Long nested ifs in FP can get ugly. I wonder if we could add some syntax for early returns, and keep the rest of Squiggle functional. ```...
I expect that we will deprecate or remove the syntax for unit types implemented in #3323. Instead, we should have something like this: ``` kg = Number.unit("kg") // type object...
Quick typing (e.g. `// aaaaaaaaaa`, hold "a") in website playground crashes the playground: ``` Too many calls to Location or History APIs within a short timeframe. ``` Next.js crashes with...
Instead of listing the errors below the chart, like in this example: We could render the full chart, but highlight the vertical areas that failed to evaluate in red, and...