Profpatsch

Results 196 issues of Profpatsch

Looking at https://github.com/gambolputty/german-nouns/blob/1d076f5eeb2bf2bac2974362417382415ea746be/german_nouns/lookup/__init__.py#L35-L68 this logic screams for just writing `import sqlite3` (comes with the python interpreter!), creating a table in memory (or on disk), maybe even with a column index,...

enhancement

The author of Marpa [claims](https://jeffreykegler.github.io/personal/timeline_v3#h1-2010_leo_1991_is_implemented) it to be an improvement over Joop Leo’s ’91 paper. Has [Marpa](http://savage.net.au/Marpa.html) influenced this library’s implementation?

``` test/Data/Aeson/Schema/Examples.hs:20:30: error: • No instance for (MonadFail (Either a0)) arising from a use of ‘mkPattern’ • In the expression: mkPattern (Data.Text.pack ".+String$") In a pattern binding: Right p =...

The latest version on hackage is currently broken.

It would be cool if the Applicative instance of the module could accumulate errors, instead of throwing on the first one it encounters. e.g. if I have a block ```haskell...

https://github.com/dhall-lang/dhall-lang/blob/60629b9d198af49984e9f9da337036942147af8b/standard/dhall.abnf This is the ABNF file for the dhall language, it might not be a fully spec-compliant abnf but when I feed it into `kgt`: ``` $ > kgt -l...

I’m trying to build the manpage, but I can’t find a Makefile rule for building the manpage and/or documentation from the minidocbook description. Am I missing something or is it...

It only really matters in insert mode (typing down a list, hitting enter should insert the next list item). ``` elisp ;; insert state shortcuts (evil-define-key 'insert evil-org-mode-map "RET" 'clever-insert-item)...

It would be nice to be able to open the GUI entry window with the correct deck/note type already preselected, e.g. for creating a keyboard shortcut: ```bash function addCard {...

I often find myself in the situation where I have comments appended to a line and want to move them to a separate line (one line up) or vice versa....

feature