Commit Graph

489 Commits

Author SHA1 Message Date
002a0e5e2f tweak: Added some metaculus checking
But this doesn't work, because many questions
are being validated at once. Aarg.
2022-10-26 16:08:18 +01:00
a873cc4497 feat: update manifold markets code. 2022-10-26 14:36:23 +01:00
bc09456bb7 fix: hacky fix for typescript error 2022-10-26 13:53:11 +01:00
fc9c222a44 fix: catch metaculus errors
Current code isn't particularly resilient
to API changes.
2022-10-26 13:44:14 +01:00
83a01e6156 fix: Deal with <https://github.com/vercel/next.js/issues/8592>
Document this on the README, and add a few more to do items
2022-10-25 14:20:06 +02:00
346e070d0e fix: add typescript package 2022-10-25 13:24:52 +02:00
2518707d6a fix: Move to yarn
npm wasn't dealing well with large numbers of dependencies,
and the updating process is a bit clunky (requires me to
delete the node_modules directory each time). Trying yarn for now
2022-10-25 13:17:11 +02:00
ba84377eae fix: update dependencies
Metaforecast has been going down somewhat randomly. Hopefully
that fixes some of it.
2022-10-22 22:20:13 +01:00
f0f4188758 fix: remove netlify devdependencies
No longer needed, since we are using vercel.
2022-10-21 13:22:58 +01:00
a4b88e6023 fix: fix some outdated packages, I. 2022-10-21 13:20:43 +01:00
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
9766b49046 fix: update graphql dependencies. 2022-10-21 12:41:02 +01:00
a78918da61 upgrade: graphql packages 2022-10-09 13:11:48 +01:00
17ba3c1ce4 Revert "yolo: update all dependencies"
This reverts commit c48a80b0d2.
2022-10-09 13:06:17 +01:00
c48a80b0d2 yolo: update all dependencies 2022-10-09 13:05:12 +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
e4a3f38ddf Merge branch 'master' of github.com:quantified-uncertainty/metaforecast 2022-10-09 12:42:09 +01:00
0e3cede352 Revert "feat: save Insight Prediction progress"
This reverts commit 3892db1157.
2022-10-09 12:41:16 +01:00
aeece45756 Revert "feat: save Insight Prediction progress"
This reverts commit 3892db1157.
It should make graphql fixing easier
2022-10-09 12:30:24 +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
cb6f9239bf tweak: Update README.md 2022-07-08 20:42:31 -04:00
c9bfba8474 fix: Good Judgment workflow 2022-07-08 17:50:15 -04:00
acc85dad63 fix: update squiggle version 2022-06-18 12:46:01 -04:00
Vyacheslav Matyukhin
f98958f27e
Merge pull request #92 from quantified-uncertainty/better-cleantext
Fix cleanText for metaculus
2022-06-05 00:42:04 +03: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
00615c1e63
feat: delete questions from frontpage on deletion 2022-06-03 20:03:13 +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
c051f0dc7d
Merge pull request #90 from quantified-uncertainty/embed-question-page-2
Embed question page 2
2022-06-01 00:34:53 +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