Sam
Sam
## Summary A mid-level API to set and query properties on arbitrary Javascript values. ## Motivation The js-sys crate already provides `Reflect` to get and set properties on `JsValue` types,...
I had an epiphany this week: I've been selfish when it comes to Gitteh. I've acknowledged several times in issues / emails that I don't really have enough time for...
Documentation needs to be generated for new `v0.17` refactor. Documentation comments have been written in new gitteh.coffee bridge, we just need to generate some nice looking documentation from them.
kube-config-syncer 0.13.0 can exhibit extreme impact on kube-apiserver and etcd. In my personal cluster, I was using kube-config-syncer to sync a single ConfigMap into one other namespace using a label...
I have no idea where the `/usr/local/bin/kubelet-config-helper.sh` file comes from (can't find it via searches in nestybox organization?), but it contains this little gem: ``` # Let's look first at...
**Is your feature request related to a problem? Please describe.** When things inevitably go wrong with a cluster using an embedded etcd setup, it can be useful to drop down...
Any plans to support [KPL aggregated records](https://github.com/awslabs/amazon-kinesis-producer/blob/master/aggregation-format.md)?
This might be related to #3. I couldn't get this workflow to work at first. After a bit of diagnosis, I found LastPass/lastpass-cli#70. Basically, your Lastpass can be configured at...
Why is it considered an error if there's no stats to send? If you're sending metrics with a sample rate lower than 1.0, you end up with the message "Nothing...
Thanks for authoring this lib! Currently I have to drop down to the unsafe `lz4-sys` bindings because the higher level stuff doesn't quite fit my use-case. My issue is that...