Eli Arbel

Results 123 comments of Eli Arbel

For future maintainers - https://emojidb.org and GitHub Copilot were a big help finding matching emojis.

Probably due to kubectl changes. Found this workaround: ```diff - $FIELDS = "NAME","SHORTNAMES","APIGROUP","NAMESPACED","KIND","VERBS" + $FIELDS = "NAME","SHORTNAMES","APIVERSION","NAMESPACED","KIND","VERBS" ```

Oh, cool. I thought about doing just that! I've been sitting on this code for nearly 3 years now (the original version used Microsoft CCI). Just got around to polishing...

Hi Kyle! Thanks for the suggestion, the blog post is an interesting read. I'm currently focused on performance related optimizations for C# rather than interop scenarios. I'll keep this in...

@adamsitnik Sorry the PR slipped my mind. All tests pass now, I took a different approach.

Sure. @timcassell can you point me where this test should go?

Interesting :) I don't think I have any control of that, it's handled by Avalonia. Weird that it's only command shortcuts and not the whole keyboard layout.

Thanks for a great summary :)

There is such an option in Roslyn but it's not exposed in RP - https://github.com/dotnet/roslyn/blob/33f853a8638d9254a04a5830870067f51f8dd63c/src/Features/Core/Portable/Completion/CompletionOptions.cs#L23