Chris Dzombak

Results 51 comments of Chris Dzombak

(gentle ping) - do you have any additional thoughts on how to resolve this yet?

This GIF shows trying to run the QR service once, which opens Kaleidoscope instead; then the second time, generating the QR code worked. ![incorrect-service-first-time](https://user-images.githubusercontent.com/102904/142058372-e2f55848-e4d6-4bc4-a5b0-27d5a8f65206.gif)

This is exactly how `UITextField` behaves — the placeholder text is shown whether or not the field is the first responder, as long as the field has no text in...

Also running into this. Screenshot, showing "no actions selected" at the top, since I already tried to delete these:

Ran into this last night trying to import my Pinboard archive of ~8000 links. When I woke up this morning, the machine was almost entirely out of RAM (8GB) &...

> Ok, I can't promise a fix immediately … Understood, this isn't a life-or-death issue for me 😄

I notice that `/etc/cron.daily/netdata-updater` was added to the uninstall script in 2019 in https://github.com/netdata/netdata/pull/5121 . These servers may have had netdata installed before that change was made; I wonder whether...

@georgiats > In the meantime, we’d also love to initiate a conversation based on your post, so that we can better utilize your feedback to improve Netdata. Please let me...

[`zintermediate`](https://github.com/zmap/zcrypto/blob/master/x509/zintermediate/zintermediate.go) appears to be the only other file in zcrypto with a dependency on go-logging, but it doesn't expose that dependency through a public interface.

> `zintermediate` is made up and can be easily changed to use Logrus, if needed. It doesn't expose that dependency, so I care significantly less :P