James Chen-Smith

Results 19 comments of James Chen-Smith
trafficstars

Hey @ivanayov, thanks for the input. 😊 In the concern you mentioned, my suggestion is to merge the file into `stack.yml`. I can think of three scenarios to handle currently:...

I totally vouch for this enhancement (literally working with 20+ kube-contexts 😅), while also suggesting the potential of migrating the `provider` configuration to `config.yml`. My main reasoning for this big...

I experienced this issue as well. Fortunately, I only experienced it in a single test case, so switching to `ClaimsPrincipal` resolved the issue for me. Seeing as this could easily...

I got this to work today for the most part (I'll put down what's not working below to see if it can be addressed). I think for OP, one issue...

I would like to suggest the tried-and-true [`package-spec`](https://docs.npmjs.com/cli/v9/using-npm/package-spec) format (i.e., `$workspaceName@` in the context of this issue) for the following reasons (non-exhaustive): - The format is already used in parts...

> Wow, I would never ask such a thing and just do what I want with the data of a simple website like vimgolf ! That's fair. I guess I've...

I'm running into this issue as well, and it's very annoying to have to restart the language server any time I want to do code actions (renames don't require a...

Ran into this in Omnisharp Roslyn ([OmniSharp/omnisharp-roslyn#2375](https://github.com/OmniSharp/omnisharp-roslyn/issues/2375)), where the server resets the version to 0 on `textDocument/didSave`. You can find my analysis in the linked issue. Based on the LSP...

I had this same problem, and the cause ended up being the project order in the solution file. For anyone experiencing this warning, I would encourage you to check if...

Sorry for randomly popping in here. I just wanted to chime in here to note that maybe you could take notes from how [`just`](https://github.com/casey/just) handles this situation. `just` has a...