Commit Graph

3498 Commits

Author SHA1 Message Date
Dillon Kearns
e17d89d30a Add todo. 2022-02-10 14:51:20 -08:00
Dillon Kearns
de2650e357 Remove old invocation of port://env. 2022-02-10 10:10:26 -08:00
Dillon Kearns
6c2524e72a Fix Env.get. 2022-02-10 10:06:51 -08:00
Dillon Kearns
08540c52a0 Update pokedex example. 2022-02-10 09:55:20 -08:00
Dillon Kearns
3f8b68a655 Expose a Manifest generator helper. 2022-02-10 09:26:51 -08:00
Dillon Kearns
f0626f1a21 Inline function and move into let instead of case. 2022-02-10 09:08:21 -08:00
Dillon Kearns
49e8360030 Remove some redundant declarations. 2022-02-10 08:46:52 -08:00
Dillon Kearns
92abb27596 Remove unused. 2022-02-10 08:39:14 -08:00
Dillon Kearns
56b8bf5f41 Remove Cli done Continue logic since it's only sending a single page at a time it should be safe. 2022-02-10 07:55:04 -08:00
Dillon Kearns
acb50777e7 Remove some obsolete value from the Cli Model. 2022-02-09 21:38:37 -08:00
Dillon Kearns
5d8ffab1fd Update todo comment. 2022-02-09 21:37:55 -08:00
Dillon Kearns
9d6502bd4d Remove unused code. 2022-02-09 17:25:05 -08:00
Dillon Kearns
b10b247d99 Use more threads for build process. 2022-02-09 17:21:33 -08:00
Dillon Kearns
f777ecad07 Fix error decoding. 2022-02-09 16:26:28 -08:00
Dillon Kearns
46bda23c11 Remove obsolete special case from StaticResponses resolver that passed through stripped JSON. 2022-02-09 16:26:08 -08:00
Dillon Kearns
d7109bfe40 Add missing await. 2022-02-09 15:08:06 -08:00
Dillon Kearns
a643d78ce7 Resolve Site.data . 2022-02-09 14:45:31 -08:00
Dillon Kearns
fedda39a4f Remove manifest from Site.elm and move it into user-space. 2022-02-09 10:47:59 -08:00
Dillon Kearns
1d144996d8 Use an async version to check if file exists. 2022-02-08 11:41:05 -08:00
Dillon Kearns
f21893ac04 Remove unused. 2022-02-07 21:10:05 -08:00
Dillon Kearns
8f4491adf0 Remove unused code. 2022-02-07 21:07:54 -08:00
Dillon Kearns
50e81ca5de Remove some special cases for DataSource resolvers. 2022-02-07 17:49:14 -08:00
Dillon Kearns
3e65d2fae1 Fix test errors. 2022-02-07 14:50:38 -08:00
Dillon Kearns
6d2ce4d542 Fix some test suite errors. 2022-02-07 14:27:05 -08:00
Dillon Kearns
9c79667003 Show 404 page for unhandled API routes. 2022-02-07 09:00:50 -08:00
Dillon Kearns
a39c53de8b Fix ordering for ApiRoute matches. 2022-02-07 09:00:50 -08:00
Dillon Kearns
4e755be53e Expose additional type from Shiki plugin. 2022-02-06 16:24:40 -08:00
Dillon Kearns
6e7a179e07 Make Cli.perform TCO-friendly. 2022-02-06 16:04:08 -08:00
Dillon Kearns
e0b5fe1a3a Make DataSource.map2 TCO-friendly. 2022-02-06 15:28:40 -08:00
Dillon Kearns
c25d8b6d38 Make DataSource.map TCO friendly. 2022-02-06 15:21:47 -08:00
Dillon Kearns
cf9ee465eb Remove tuple wrapper from custom type. 2022-02-06 15:14:08 -08:00
Dillon Kearns
290f36867c Show missing environment variable name in failure message for Env.expect. 2022-02-06 13:38:09 -08:00
Dillon Kearns
e3883e669f Use fnv1a hashing instead of murmur3. 2022-02-06 13:36:17 -08:00
Dillon Kearns
a63eab2dd7 Update .idea config. 2022-02-06 09:57:31 -08:00
Dillon Kearns
df45d0af0b Keep cache for build step in docs. 2022-02-06 09:57:23 -08:00
Dillon Kearns
597a379fb6 Delete unused variants. 2022-02-06 09:45:02 -08:00
Dillon Kearns
9d8767635e Simplify function. 2022-02-06 09:33:18 -08:00
Dillon Kearns
2af7accfe8 Delete obsolete data related to OptimizedDecoder stripping. 2022-02-06 09:27:43 -08:00
Dillon Kearns
dc4d336ad1 Remove obsolete data left over from OptimizedDecoder stripping. 2022-02-06 09:23:31 -08:00
Dillon Kearns
1ff78c2d71 Remove obsolete code from OptimizedDecoder stripping. 2022-02-06 09:14:55 -08:00
Dillon Kearns
0cae7ed20e Remove redundant transformation. 2022-02-06 09:14:24 -08:00
Dillon Kearns
dcc5808eda Simpilfy type. 2022-02-06 09:13:38 -08:00
Dillon Kearns
205b5974ce Simplify operation to grab Dict values. 2022-02-05 21:53:21 -08:00
Dillon Kearns
423820cbc7 Delete obsolete code. 2022-02-05 21:43:37 -08:00
Dillon Kearns
d47d14035b Delete obsolete code for stripping responses. 2022-02-05 21:40:45 -08:00
Dillon Kearns
8d239ac2da Simplify Dict insertion logic. 2022-02-05 21:32:45 -08:00
Dillon Kearns
15e265d757 Remove unsued params. 2022-02-05 21:11:34 -08:00
Dillon Kearns
33ae0367e3 Remove obsolete dictionary wrappers that were wrapping single values. 2022-02-05 21:09:24 -08:00
Dillon Kearns
5ae078ced6 Improve performance. 2022-02-05 20:45:14 -08:00
Dillon Kearns
364753694f Improve build error message ouptut. 2022-02-05 20:34:42 -08:00