Frederik Hanghøj Iversen

Results 24 comments of Frederik Hanghøj Iversen

> Are there any other modes with the same needs? Just looking at my own `.authinfo` I can see that I'm using it for accessing a JIRA board. I forget...

I started work on this here https://git.data.coop/fredefox/dhall-typescript

I just wanted to chip in my two cents. The issue of encoding non-empty non-record alternatives could be side-stepped by changing how alternatives are encoded. Rather than having a tagging...

I'm realising that my fix is not the correct one either. Feel free to treat this as a bug-report that the compatibility table is wrong. My example in the description...

I think this is a great idea. Particularly I'm interested in splitting `pgf` the Haskell bindings into a seperate repo. I imagine I'd just make a seperate repo for that...

I created a snippet for this. I took inspiration for how `forge-browse-commit` was implemented. Here's what I came up with: ``` (defun forge-browse-buffer-file () (interactive (browse-url (let ((rev (magit-get-current-branch)) (repo...

> This feature would be really useful if you would like to send over a reference to a file or a highlighted couple of lines to somebody over chat or...

That's a very nice addition. It's nice to see people share their creativity. I would probably replace `magit-rev-abbrev` with `magit-rev-parse`. Also I would suggest defining it as a helper `forge--buffer-file`...

`parseWith (pure mempty)` -- BTW -- was a trick I came up with to inspect how much input attoparsec consumes. See http://hackage.haskell.org/package/attoparsec-0.13.2.2/docs/Data-Attoparsec-Text.html#v:parseWith

> Thanks! Can you change this to the value 1364? I believe that will fix the test. Ah cool! Thanks for providing the fix, I had just glossed over it....