wvh
wvh
The performance of `sync.Map` really depends on several factors such as number of cores, see for instance [this article](https://medium.com/@deckarep/the-new-kid-in-town-gos-sync-map-de24a6bf7c2c). If you don't have obvious contention issues, or if you do...
> When you performed the benchmark, did you use [`httpgzip.FileServer`](https://godoc.org/github.com/shurcooL/httpgzip#FileServer) which uses the [`GzipByter`](https://github.com/shurcooL/vfsgen#additional-embedded-information) interface to avoid unnecessarily decompressing gzip-compressed bytes from vfsgen output when serving HTTP clients that accept...
I think it's because some javascript engines don't allow overriding String.length anymore. I guess you could use `input.value.length`, or call `input.toString().length`, which is how I solved the problem.
We also use Github for login in several services, for instance Rancher. It's convenient especially for external people because most already have a Github account so it's just a matter...
I'm not sure the pod list can be filtered server-side – unless it's a label or field selector – but an option to start with a filter or selector would...
We're running into this too now. Rancher got stuck in an endless loop trying to create machines, which is causing costs, so it is definitely an issue. I wonder if...
I don't know if you noticed the CLI command and arguments in the initial post,or if they are not sufficient. If you install Cilium 1.16.x on a CNI-less `k0s` cluster...
I understand the problem with skip behaviour. But would a `at-least-once` dependency make sense? An app depends on a database. The app might see daily updates, but the database might...
Having `@reboot` work as expected would save us an initContainer, as the main container can just use a health probe to wait for Supercronic to do its thing on start-up...
A clear, working example for Python with several projects and a shared lib or component directory would be very helpful. It's hard to get this figured out and especially sold...