Frank Anderson
Frank Anderson
This is the page I am referring to. https://zed.dev/docs/adding-new-languages
In Traefik the bug comes from the authentication middleware. I expect the middleware is some sort of basic auth.
I expect it has something to do with the URL parsing in this file. https://github.com/plugsy/core/blob/main/packages/core/lib/apollo/links/index.ts Likely line 16 `uri: `${scheme}://${location.host}/graphql`,` My guess is `location.host` no longer holds what it is...
Looking into this a bit further, the issue might be that it is trying access it's own apis over the server side which is being blocked by the auth layer...
What would be required in getting the PR started? Is it just adding a class to the `Drush\Drupal\Commands\sql` namespace and adding the appropriate attributes?
Defaulting to English may not be the best solution but it is likely an 80% solution. Looking at the UI for youtube it looks like, maybe, `original` is the correct...
This is also an issue on Mac.
I will rewrite the the PR if you tell me what the correct defaults and assumptions are. My guess is. ``` SERVER_NAME = '' ``` and ``` HTTP_X_FORWARDED_PORT = 3000...
Another question has come up regarding LSP configuration. [How does someone change the LSP used for a language](https://github.com/zed-industries/zed/discussions/10547)
Does that mean the this issue should be closed?