Slava Matyukhin
Slava Matyukhin
It'd be cool to have a link to yoga playground on every metaforecast page which would expose a query with data for this page. Shouldn't be hard if all our...
In the process of doing #79 I slightly changed the logic of building `options` and added an explicit check for whether there's a contract in `https://api.smarkets.com/v3/markets/ID/contracts/` list matching an id...
If I go to https://metaforecast.org/dashboards and create a dashboard with example ids but a modified title, I'll get someone else's dashboard (e.g., the default one), because INSERT in `pgInsertIntoDashboard` fails...
This is something I've had in mind for the last few days, but it's still incomplete. Right now the `history` table is populated with question snapshots. This seems suboptimal: -...
So, the "forecast" word is a kinda ambiguous, it can mean either an entire topic, or a single prediction on a given topic. This ambiguity is already present in the...
So I took a closer look at how backend/platforms are implemented, and I have a few ideas on how to improve. @NunoSempere, let me know if you're ok with all...
What I have in mind here: let's keep a `platform_status` DB table with a timestamp of the last update for each platform; ask every platform to update _every minute_ in...
Steps to reproduce: - visit https://metaforecast.org/?query=trump&numDisplay=1 - click "show more" at the bottom a few times - compare with https://metaforecast.org/?query=trump&numDisplay=200 This is due to "show more" not performing a real...
This has changed in 0.9.5 compared to 0.9.4, not sure why. We probably should just remove the support for comment docstrings to avoid the confusion. https://www.squiggle-language.com/playground?v=0.9.5#code=eNqrVkpJTUsszSlxzk9JVbJS0tfSUkjOz81NzStRSMlPLi4pysxLV9DSj8lzAHI1YpRKEtMREjFKmjF5FQq2CoZKtQCvhRi9 https://www.squiggle-language.com/playground?v=0.9.4#code=eNqrVkpJTUsszSlxzk9JVbJS0tfSUkjOz81NzStRSMlPLi4pysxLV9DSj8lzAHI1YpRKEtMREjFKmjF5FQq2CoZKtQCvhRi9 (found while upgrading...