Abhinav Sarkar
Abhinav Sarkar
Please update this repo to match the syntax highlighting support for vim, emacs and sublime text. Also, please submit it upstream to https://invent.kde.org/frameworks/syntax-highlighting so that all the downstream projects like...
Plug route matching a `:private` option to specify extra data to be sent to the matcher. Please support the same in trot.
Compilation fails with the following error: ``` [7 of 9] Compiling Text.Pandoc.Filter.EmphasizeCode.Latex /private/var/folders/3b/9plp3gb959gcv_nyqg9j_k740000gn/T/stack70671/pandoc-emphasize-code-0.2.4/src/Text/Pandoc/Filter/EmphasizeCode/Latex.hs:48:8: error: • Couldn't match type ‘[Char]’ with ‘Text’ Expected type: Text Actual type: String • In the...
This bug is present in the comb branch. `get_home_timeline` returns a page of `status::Status` data that contains `card::Card` that has an `author_url` field of type `Option`. This causes serde to...
This bug is present in the comb branch. `get_home_timeline` returns a page of `status::Status` data that contains a vector of `filter::Result` data as the `filtered` field, which in turn contains...
The idea is to implement a pretty printing library based on Philip Wadler's ["A prettier printer"][1] paper. The paper already contains code for an implementation, though it is a bit...
My website provides an h-feed at https://abhinavsarkar.net/archive where each entry has tags in it tagged using `class="p-category tag" rel="category tag"`. If I convert it to Atom using Granary I don't...