Adam Sherwood
Adam Sherwood
Yeah, something is strange here. If I set the fonts manually and disable "Allow pages to choose their own fonts, instead of your selections above" I can set the font...
I have discovered another way to recreate this very consistently: `workspace::ToggleZoom` and [hackernews-TUI](https://github.com/aome510/hackernews-TUI). If one starts a terminal and runs hackernews_tui, it scrolls just fine for each keypress or holding....
"CI Activity" notifications open, but "Commented" notifications give the error. The notification I gave above is a "State Changed" notification. I am logged in with oath, but I think I've...
This issue is still present, though I haven't had the time to address it further. Should probably stay open for posterity.
Just verified, issue is still present. When opening a notification in browser, the api link is used.
> Is this still an issue? Yes, it is.
To whom can we send cookies or Benjamins to get this prioritized? It is really bumming me out that I cannot use much of the AI tooling in a work...
I guess I just don't really understand. It seems like we just need to be able to provide an alternate with URL during the authentication. For instance, how [jacobdot/copilot.nvim](https://github.com/jacobdot/copilot.nvim) does...
This is improved in #32296, and it works great. Would be awesome to get that merged.
@NathanBrodin all you really need is something like: ```json "edit_predictions": { "copilot": { "enterprise_uri": "https://foo.ghe.com" } }, "features": { "edit_prediction_provider": "copilot" }, ``` That's it. The api endpoints are derived....