Andri Möll

Results 65 issues of Andri Möll

Hello, Max, from Tallinn. I tend to add a symlink named `root` to `node_modules` to require things relative to the app's root directory. Looking like an external module, I assume...

enhancement

Hey, Cabal on GHC >= v8.4.1 seems to fail to install fltkhs because of the `custom-setup` section's `base` max non-exclusive version of v4.11 Removing that does raise a few issues...

Hey again! Hope your spring is going swell. Do you have some tips on how to achieve showing help-on-empty when subcommands and subparsers are involved? That is, given something that...

Hey, Just a heads up that I too stumbled upon an issue with certificate serial numbers getting serialized in hex where they should be integers and noticed there's even a...

bug

Hey, Does this Haskell version of Docopt allow passing options _after_ positional arguments, too? My first crack at it seemed not to. That's something like specifying the following: ``` Usage:...

question

Hey, Currently when you start a rename with `:TernRename` and decide not to by pressing escape, the variable is remove entirely.

As asked on IRC, creating an issue for discussion. `runSelectReturningOne` returns `Nothing` when more than one row matches the query. https://github.com/tathougies/beam/issues/268 states this is by design. I claim that returning...

Hey! Thanks for working on Beam! Have you considered having `runBeamSqlite` and similar monad runners return a monad in `MonadIO` so they could be used in non-`IO`, but in `MonadIO`...

enhancement

Hey, I'm not even sure how well running Beam on SQLite from different lightweight threads (`forkIO`) should work, but given the temporary table creation mechanism for getting the inserted row...

bug

Hey! Stumbled upon another slightly unclear thing — how to filter against a value from a variable. Turns out all of the `filter_` examples in http://tathougies.github.io/beam/user-guide/queries/basic/ use hard-coded values that...

docs