Dan Rosén

Results 34 issues of Dan Rosén

The document talks about payloads at some places. They seem to be the ruby/rust-esque pipe-delimited blocks but it is never really defined.

docs

Do you know if this library is compatible with extend-tape https://github.com/atabel/extend-tape ? Then one would be able to write `assert.snap(value)` instead of `snap(assert, value)`.

I'll explain what I mean with an example. But the gist is to support something similar to what counts do for `"`. This is a snippet from `rc/base/restructuredtext.kak`: ```kak add-highlighter...

I see this library as a way of expressing list comprehensions in javascript. Your example can be written this way using list comprehensions (using syntax from python and haskell and...

I would like to use the `ffi` function to make functions that work in the `Client` monad. Both as arguments and results.

feature

Hi ul, I'm using https://github.com/theia-ide/typescript-language-server and I get this crash: ``` Oct 09 19:37:54.395 DEBG Searching for vars starting with KAK_LSP_PROJECT_ROOT_TYPESCRIPT, module: kak_lsp::project_root:41 Oct 09 19:37:54.395 DEBG Routing editor request...

I am using parcel as a HMR server using this plugin to see the tscompilers errors in the terminal it is running in. When the errors are resolved the last...

enhancement

The `filterM` in this library has this type ```haskell filterM :: (Alternative m, Monad m) => (a -> Boolean, m a) -> m a ``` whereas `filterM` in Haskell is...

Hi, I wanted to explore what parts of the buffer the different navigation functions span in an interactive and dynamic way so I wrote this script. Wasn't sure where to...