sloane ess
sloane ess
This is legal rust but breaks my pretty highlighting
Should a Vuex getter dependent upon `vueAuth.isAuthenticated()` behave reactively? The docs led me to believe yes, but when I go through the login flow, my getter does not update. I...
I have been using lalrpop to implement parsing for [a small language](https://gitlab.com/matthewess/pig) I have been working on, and it has been very convenient and intuitive. However, I was considering integrating...
Hi! I'm a new rust programmer, coming from Haskell, working on a prototype compiler for a language I'm designing. In Haskell, I would frequently use `Data.List.NonEmpty` to guarantee that parts...
Maybe not on the scale we hoped last time we tried this (a single unified interface to access users by nick, real name, or firebase alias), but at the very...
Certain buggy/incomplete modules need to be rolled back and either fixed or refactored. - wolfram - summary - snippets - preferences Some other modules need attention for fixing minor bugs,...
We should enforce that any modules that try to access firebase only have access to the calling threadID and module document. For example, if someone in `threadID=1` access the preferences...
Store images and do yes/no(/maybe?) calculations in the bot or as a feature of the backend