Aris Pikeas

Results 71 comments of Aris Pikeas

This would be great, the helm install works but kustomize would be even better!

I agree with highlighting `PROTOCOL_V2`, and almost every example in your unit tests. However, the example I used when opening the issue is a case I believe _shouldn't_ be highlighted:...

Hmmm...maybe `X*_something` should be a variable (capital, any number of letters, underscore, anything lowercase)? Lots of code uses Greek letters, for example `Theta_coefficients`.

Chiming in since I was tagged. For names containing letters, I suggest the following rule (in pseudocode, not Python): ``` If the name contains any letters: If all letters are...

The regex works but only when triggered manually. Is there a way to apply it on save?

I just sanity checked this with dummy components: ``` import Outer from "$lib/foo/Outer.svelte" ``` ``` import Inner from "./Inner.svelte" Outer 1 Outer 2 * > :global(.inner) { color: red; }...

The plot thickens! For `RadioGroup`: - `* > :global(label)` does *not* work - `* :global(label)` works For `Dialog`: - `* > :global(h2)` does *not* work - `* :global(h2)` also does...

Experiencing the same InterfaceError, any progress on this?

+1! I have many services which package a backend+frontend, running two containers as a single service. I can update my frontend definition manually (it changes much less often), but it...

The issue is reproducible in Hyper, including the rendering bug for the cloud emoji when pasted.