Razzi Abuissa
Razzi Abuissa
Currently we're using Chrono which itself depends on momentjs. However they plan to switch to dayjs. Once that is done, Popcode can upgrade chrono, switch to dayjs and reap the...
Yo this would be a sweet feature. Chrome console does this really well and it's open source so theoretically this could use a similar implementation.
The bundle sizes are actually a regression, probably because `chrono-node` (a natural language date parser) depends on moment. Stats from `env PROFILE_BUILD=true npm run preview` http://localhost:3000/profile/webpack-visualizer.html: Before: Stat 11.09 MB...
The date parsing is occurring in `AssignmentCreatorForm.jsx` I've never used the `AssignmentCreator` functionality. Just to make sure, can anybody comment on how it's part of the app, maybe with a...
If we removed chrono-node, the bundle is as expected significantly smaller. Stat 10.81 MB Parsed 4.74 MB Gzipped 1.25 MB
I opened this before seeing https://github.com/FrameworkComputer/EmbeddedController/pull/5 ! Both of these PRs make the ectool work with the framework laptop.
I was able to get v0.9 merged into homebrew: https://github.com/Homebrew/homebrew-core/pull/76750#issuecomment-834883050 Perhaps this can be closed?
This yarn install step is working for me now. Having trouble with captcha, will open a new issue.
@zx8 I'd like to submit my patch eventually, however my code loses the prefix underlining/bolding in the tab completion overlay, so effectively it's substituting a functionality bug for a visual...
@jonhermansen on the current latest main branch, even when I use your workaround, I'm still blocked by the captcha not loading. After I enter my login information on localhost, first...