Robert Boros
Robert Boros
I agree with @jan-xyz, sometimes it would be helpful if the compiler would prevent me to do assertions between different types.
Hey @khanakia, I tried to simulate the shared folder watching with docker and volumes, I don't know if this is your scenario, but here is my configs and the result...
The extensions of the files you are sharing and trying to edit are present in the include_ext array? If it's not a secret, are you using samba for the file...
Do you want to keep and support the old, non-generic version (for example) under a v1 package or make a different repository specifically for GoDS generics or just update the...
Maybe go [submodules](https://github.com/go-modules-by-example/index/blob/master/009_submodules/README.md) would help us. Based on the linked article, if we separate the code into two directories, for example named v1 and v2, probably we can use different...
It's fully understandable, I also don't want to force people to switch to newer version. Maintaining two versions, next to each other is a little scary, but I think the...
@andymartin-sch Thank you, it was a lifesaver comment! Just a note, it's still working with the following code `k8s_resource('nginx', port_forwards=['0.0.0.0:80:80'])`
Add brew release
I also tested it on the current version with k3s (v1.27.3+k3s1) and everything works properly.
Hey, how is the development going? Can I help somehow? I'd happily write the dockerfile and configure the github action to build multiarch images.