Ellis Kenyő
Ellis Kenyő
Some terminals experienced a weird bug with indentation. Should close #34. Honestly, it's pretty dirty & you should probably clean it up, but it works. Tested: `zsh 5.0.8` and `bash...
9da0867 feat: introduce toc-heading style  65dfe94 fix: remove redundant call Idk what I was thinking when I wrote this... c7cfff8 feat: add ansi-color faces  c6bdb3c fix: handle argument...
 Given the below slide exported to ox-latex via beamer, the above is output. ``` #+begin_src org ,* DONE Make screenshots CLOSED: [2020-09-03 Thu 18:24] ,* DONE Restyle Site CSS...
# Summary This _should_ take care of a number of issues w.r.t installing this within a flatpak sandboxed browser. At present, this is only tested against firefox but there's little...
The biggest missing piece is viewing solutions for exercises and marking them as done (and having that be reflected in the UI) The API is a _mess_ in that regard,...
Not sure exactly what yet; but so far: - [ ] View in browser - [ ] Help menu - [x] Maybe some kind of ignorelist (kinda resolved thanks to...
Currently because `exercism-current-track` is a global because of how local variables handle mode changes, having multiple tracks open currently isn't easily possible. Would need to investigate making the track buffer...
`request` can handle errors generally and per status code; so this should handle as many errors as we can discover
So, the short version of this is that during export any exceptions thrown during the ingest callback (that I'm aware of, I imagine this applies in a few other places)...
Thanks for yamllint, this is a great tool! The usecase we have for it is ensuring that our Helm templates don't include things like duplicate keys and such that `helm...