Commit Graph

364 Commits

Author SHA1 Message Date
e8f1839a95 fix: hopefully finally fix StaticImageData error 2022-10-21 13:14:09 +01:00
63628c96fe Revert "fix: type error"
This reverts commit ed0c6e0588.
2022-10-21 13:11:49 +01:00
0d84c26e08 Revert "fix: try another fix for StaticImageData"
This reverts commit 1bf1cf9c83.
2022-10-21 13:11:12 +01:00
1bf1cf9c83 fix: try another fix for StaticImageData 2022-10-21 13:04:21 +01:00
ed0c6e0588 fix: type error
See: <https://github.com/vercel/next.js/issues/29788>
2022-10-21 12:57:53 +01:00
133db36d69 fix: autoprefixer error, node location error
See:
- <https://github.com/twbs/bootstrap/issues/36259>
- <https://nextjs.org/docs/messages/nested-middleware>
2022-10-21 12:53:03 +01:00
aff30ac0c4 fix: insight types 2022-10-09 12:52:01 +01:00
0cddbf69b0 fix: goodjudgmentopen type 2022-10-09 12:47:25 +01:00
0e3cede352 Revert "feat: save Insight Prediction progress"
This reverts commit 3892db1157.
2022-10-09 12:41:16 +01:00
3892db1157 feat: save Insight Prediction progress
Note that the fetcher is subject to this bug:
<https://github.com/quantified-uncertainty/metaforecast/issues/94>

which means that it'll hit insight pretty hard.
2022-07-28 14:05:35 -04:00
69ab8f905c feat: wrange Insight Prediction API 2022-07-28 13:33:40 -04:00
a751caf8fb tweak: Hide Insight Prediction code for now
Asking the guy for less rate limiting in my api access.
2022-07-08 22:56:56 -04:00
494e8d74ad feat: Fix Good Judgment flow, start writting the Insight Parser.
Note that the Insight Prediction parser is in fact not complete
2022-07-08 22:25:11 -04:00
c9bfba8474 fix: Good Judgment workflow 2022-07-08 17:50:15 -04:00
Vyacheslav Matyukhin
7a5b7837f5
fix: better heading cleanups 2022-06-05 00:38:16 +03:00
Vyacheslav Matyukhin
1a0e42147e
feat: cleanText improvements 2022-06-05 00:34:24 +03:00
Vyacheslav Matyukhin
ceeeff9681
fix: metaculus on groups 2022-06-03 16:54:45 +03:00
Vyacheslav Matyukhin
5bf24a58ef
feat: metaculus fetcher skips unknown types instead of failing 2022-06-03 13:30:17 +03:00
Vyacheslav Matyukhin
646397d8d4
fix: handle empty metaculus prediction 2022-06-03 12:01:02 +03:00
Vyacheslav Matyukhin
2345b81350
feat: support "discussion" metaculus type 2022-06-03 11:43:35 +03:00
Vyacheslav Matyukhin
de47956e29
feat: tune SLEEP_TIME for metaculus 2022-06-03 11:27:18 +03:00
Vyacheslav Matyukhin
c96627e2cf
feat: skip metaculus questions earlier 2022-06-03 11:13:57 +03:00
Vyacheslav Matyukhin
cc2257b626
feat: collapsible embed preview instead of button 2022-06-01 23:31:41 +03:00
Vyacheslav Matyukhin
c1330101e1
fix: types 2022-06-01 00:24:27 +03:00
Vyacheslav Matyukhin
558c0964e4
feat: section anchors 2022-06-01 00:20:29 +03:00
Vyacheslav Matyukhin
6e25f8bcd2
feat: question page style changes 2022-06-01 00:20:29 +03:00
Vyacheslav Matyukhin
69e5a6ece5
feat: better question page layout (WIP) 2022-06-01 00:20:29 +03:00
Vyacheslav Matyukhin
8fac309bf3
Merge pull request #88 from quantified-uncertainty/embed-question-page
Embed question page
2022-06-01 00:12:21 +03:00
Vyacheslav Matyukhin
c3d144337b
Merge pull request #84 from quantified-uncertainty/metaculus-improvements
Metaculus fetcher improvements
2022-05-31 22:11:09 +03:00
Vyacheslav Matyukhin
f5a3c16322
feat: metaculus group questions, description from api 2022-05-30 23:39:13 +03:00
Vyacheslav Matyukhin
addf87b22a
feat: embed question pages 2022-05-26 17:11:19 +04:00
Vyacheslav Matyukhin
19779bca02
fix: handle empty guesstimate descriptions 2022-05-26 17:02:26 +04:00
Vyacheslav Matyukhin
1e357a75b8
fix: Stars positioning 2022-05-26 16:44:39 +04:00
Vyacheslav Matyukhin
a6e6053c63
refactor: options code; also gql-gen & new timestamps 2022-05-26 16:28:50 +04:00
Vyacheslav Matyukhin
ab2efa8a88
feat: remove old timestamp field 2022-05-26 14:15:06 +04:00
Vyacheslav Matyukhin
31555615a9
Merge pull request #86 from quantified-uncertainty/new-questions
feat: firstSeen, new questions in graphql
2022-05-26 12:50:26 +03:00
Vyacheslav Matyukhin
9c162fab9d
feat: expose fetchedStr and firstSeenStr 2022-05-26 13:47:54 +04:00
Vyacheslav Matyukhin
5fdea80f8b
feat: firstSeen, new questions in graphql 2022-05-21 00:59:33 +04:00
40c6f57c11 fix: Deal with questions with no options
Like https://metaforecast.org/questions/metaculus-6326
2022-05-20 14:37:40 -04:00
020f0c0c5e tweak: Further question page changes
- Add estimate of likeliest option to top
- Or of event happening for yes/no questions
- Restore selection highlight from legend
  - But avoid weird color errors
- Add a bunch of parameters to QuestionOptions
  - I could just have added a flag for isInQuestionPage,
  - Not sure if this is the best way to go about this

I'm not particularly planning to continue with changes in the upcoming
days
2022-05-20 13:53:21 -04:00
7236e9662f tweak: chart padding 2022-05-19 20:54:47 -04:00
3afbb647da tweak: minor aesthetic chart tweaks 2022-05-19 19:48:31 -04:00
51bdfc915d tweak: minor aesthetic tweaks 2022-05-19 17:50:46 -04:00
Vyacheslav Matyukhin
d684d074f5
feat: metaculus fetcher takes markdown description from js vars 2022-05-19 14:16:08 +04:00
Vyacheslav Matyukhin
4d736f711d
feat: metaculus validates api, supports --id cli arg 2022-05-19 14:16:08 +04:00
159f9c2b45 tweak: Question page style tweaks 2022-05-18 20:53:00 -04:00
Vyacheslav Matyukhin
e6e9f9bdbc
feat: better question page styling; ol styling 2022-05-13 02:23:06 +04:00
Vyacheslav Matyukhin
fad619385c
fix: circular dependency 2022-05-12 18:59:07 +04:00
Vyacheslav Matyukhin
2d5e73dd8b
feat: store smarkets original contracts and prices 2022-05-12 18:33:30 +04:00
Vyacheslav Matyukhin
fcbc627d1d
feat: improve smarkets; cli args and partial fetchers 2022-05-12 17:58:56 +04:00