Slava Matyukhin
Slava Matyukhin
29 queries for a request that has some exports, ~26-27 without exports. Overall it takes ~0.9-1s. Most of these look like auth checks, possibly can be optimized with caches. Another...
We had those before, and still show build statuses in revision history. Need to bring them back.
This feature is linker-specific; see also: #3494. Possible sources: - metaforecast (easier than supporting separate forecasting platforms directly, because we can standardize on data format) - guesstimate - OWID
We have Figma designs, should convert them to code. https://www.figma.com/design/NKq3eL9CM1ZF4jcFvPE2ZN/SquiggleHub?node-id=1802-18385&node-type=canvas&t=T00A5cwc62MyxfmW-0
We've discussed this before: many builtin functions could be methods. This would be useful, among other things, for: - error reporting - auto-completion - sometimes for performance (multi-dispatch lookups are...
This is my old proposal that I want to raise again; we could interpret this code: ``` d = { foo = 5 bar = 6 } ``` As this:...
- install legacy Squiggle versions in `apps/website` instead of supporting them in versioned-components - use each legacy version directly on separate pages - redirect to that page from `/playground` when...
Reasons: 1) We've allowed them by accident in 0.9.0 and 0.9.2, and some models on Squiggle Hub are stuck on those versions. - we could handle this manually by emailing...
This is low priority and just a performance optimization, but would be nice to have. We now have to do an extra SQL query when session is loaded: https://github.com/quantified-uncertainty/squiggle/blob/334aa2f37def71b84843b5fc4f64c344c3f38997/packages/hub/src/app/api/auth/%5B...nextauth%5D/authOptions.ts#L33 It...
Focus on arr[1]: (screenshot is done with playground from #2071 that includes the final chevron, but it's still not enough to clear up the confusion) Maybe we should show array...