Danila Fedorin DanilaFe
DanilaFe pushed to master at DanilaFe/custom-nix 2020-04-07 20:52:16 -07:00
243376c2f2 Try node2nix again, with custom package lists this time.
5dee6169ce Remove dysfunctional katex package
Compare 2 commits »
DanilaFe pushed to master at DanilaFe/custom-nix 2020-04-07 20:03:06 -07:00
876e37fba8 Also add package-lock.json
DanilaFe pushed to master at DanilaFe/custom-nix 2020-04-07 20:00:48 -07:00
e317062d09 Add package.json and see if that helps
DanilaFe pushed to master at DanilaFe/custom-nix 2020-04-07 19:58:44 -07:00
3f0f889fb7 Try switching to Node 10
DanilaFe pushed to master at DanilaFe/custom-nix 2020-04-07 19:51:20 -07:00
3288a829ba Try using development packages to see if that fixes it
DanilaFe pushed to master at DanilaFe/custom-nix 2020-04-07 19:43:34 -07:00
954ae1567a Update node packages with lock file
DanilaFe pushed to master at DanilaFe/custom-nix 2020-04-07 19:21:36 -07:00
efb82dbf3c Add KaTeX package
DanilaFe pushed to master at DanilaFe/custom-nix 2020-04-07 19:20:41 -07:00
f2cd4964af Try use KaTeX for builds without NPM
DanilaFe pushed to master at DanilaFe/custom-nix 2020-04-07 19:14:28 -07:00
42602b2964 Attempt to add KaTeX as internal package
DanilaFe pushed to master at DanilaFe/custom-nix 2020-04-07 18:07:03 -07:00
202d682697 Revert "Temporarily disable all packages in overlay"
DanilaFe pushed to master at DanilaFe/custom-nix 2020-04-07 18:05:14 -07:00
bc0c2abdbe Temporarily disable all packages in overlay
DanilaFe pushed to master at Web-Projects/blog-static 2020-04-07 15:30:10 -07:00
7f3883fb39 Remove KaTeX JavaScript from page.
6a2698e911 Fix weird typo in part 11 of compiler series
569fea74a7 Make some progress on part 11 of compiler series
Compare 3 commits »
DanilaFe pushed to master at Web-Projects/blog-static 2020-03-30 20:32:17 -07:00
b04d82f0b3 Make small fixes to compiler series posts
DanilaFe pushed to master at Web-Projects/blog-static 2020-03-28 22:26:56 -07:00
33cd4f5f68 Start working on part 11 of compiler series
DanilaFe pushed to master at Web-Projects/blog-static 2020-03-25 17:40:44 -07:00
49cf8e3e08 Add links to the article everywhere else
DanilaFe pushed to master at Web-Projects/blog-static 2020-03-25 17:16:01 -07:00
c53a8ba68e Finish and publish part 10 of compiler series
DanilaFe pushed to master at Web-Projects/blog-static 2020-03-25 03:36:41 -07:00
5cccb97ede Add missing source file
DanilaFe pushed to master at Web-Projects/blog-static 2020-03-25 03:35:34 -07:00
493419f324 Remove debug output
DanilaFe pushed to master at Web-Projects/blog-static 2020-03-25 03:22:28 -07:00
577e0ad930 Finalize draft of polymorphism post
2a12f7f31e Switch to using type schemes and implement polymorphism in compiler series
ae3e661d7a Implement new ordered typing in compiler series
0efa05142f Separate definitions in compiler series
6714e18e7c Switch type environment to using pointers
Compare 5 commits »
DanilaFe pushed to master at Web-Projects/blog-static 2020-03-24 17:53:16 -07:00
5d53678e83 Only store type in case expression