Sean Allred

Results 314 comments of Sean Allred

Don't worry, I won't close the issue. All unhandled errors are usually not ideal :) One extra piece of information, though – when I run it from an irony-mode C...

``` irony-server version 0.2.0 clang version 3.8.1 (tags/RELEASE_381/final) ```

`/tmp/irony.XXX` does not exist. Restarting emacs did the trick… strange. Thanks for your help! I'll leave this issue open to gracefully handle non-file buffers.

I seem to remember talking about this before, but I don't recall where ☹️ No implementation specifics -- just more Forge philosophy that it's not necessarily opposed to storing information...

Also, have you considered moving `ghub-get-repository` into Forge? It does make it inconvenient to add information like this. AFAICT, I'll have to submit a PR to add status information to...

I did mean from ghub -> forge, but I botched the variable name; my bad. Referring to constant `ghub-fetch-repository`: https://github.com/magit/ghub/blob/f1b8aebf99a7de298de6333a82c9b714609f2e99/ghub-graphql.el#L73

You don't need magithub for the snippet above; just ghub+

This will probably involve a new slot (or three) in `forge-repository`: - base URL of the file at a commit / on a branch - above + anchor line -...

> Hm, you probably are not allowed to do that yet. Time to give you some permissions. I would like that :-) I'm normally very diligent about labeling issues I...

Rate limiting is a bit difficult with graphql as the cost of a query is calculated at run time. Forge's current methodology of always pulling the entire repository's information won't...