Edward Ditler

Results 8 comments of Edward Ditler

One case is when I'm unsure or when I make a typo. The most annoying for me personally is underscores in the routine names. It would be quicker to skip...

I just realized: the autocomplete is already fine in this regard. It seems like only the global Go to symbol would be affected.

It appears that `fetch()` times out after more than a minute in Chrome and Firefox, which seems way too long. I included a timeout function in https://github.com/edditler/archivy/commit/e156b0ae0a567d5fb75ccff5a8a44f20f11958db#diff-82dfc4e59d32f549c0c0f2d629c4205952911a4a80a26fb4a55ba7ce94e0f66bR286-R322 and will test...

> Already handling responses where the response wasn't a 200 code is something I should have done already I didn't go through all the functions. I just included it for...

I'm not 100% sure what kind of annotations you are looking for. markdown-it plugins could get you there to some degree: - https://github.com/markdown-it/markdown-it-footnote - https://github.com/markdown-it/markdown-it-container

re the `max_id`: that seems like a good approach. one could, in principle, `git pull` data into a running instance, but restarting at that point shouldn't be a problem re...

Wouldn't it suffice to `rm -rf ./obj/prettified` and not deal with the individuals files and folders?

For my version of the code this doesn't yield any results.