Sandy Maguire

Results 190 comments of Sandy Maguire

I tried to implement this today (in library code), but AFAICT there simply isn't enough exposed by rel8. At the least, we'd need something equivalent to `Rel8.Table.Name.showNames` exported.

Also, the `byteidx` function seems to do the right translation given a string. Furthermore, `byte2line` is almost exactly the buffer lookup we want.

I think the technique here is to use `byte2line` to get the line, call `line2byte` on that, subtract the two to get the line offset, and then use `byteidx` on...

Or Cornelis, for that matter, see #28.

I ran into this too. The issue is that neovim's default file type detection also recognizes markdown files, and wins the conflict. You can work around it by explicitly setting...

I'm interested. Is there a spec somewhere describing the high level language and the bytecode ops?

@AbigailBuccaneer feel free to pick this up! I'd love to contribute (especially if it's written in Haskell :) ), but am not sure I want to own it.

I'd love to help, but I'm out if you insist on C++! It's nothing personal, just that it would take 1/20th of the work in another language, and that it...

@lexi-lambda We at Takt have made our own fork and can commit to maintaining it if there is community interest. It doesn't help the fragmentation problem, unfortunately, but it might...

I have a (very) WIP proof of concept of this here: https://github.com/IxpertaSolutions/freer-effects/compare/master...TaktInc:feature/th?expand=1 should have it done by the end of the week