seph

Results 141 issues of seph

Someone on slack commented that `interface_details` wasn't returning `link_speed`. A quick test on my mac confirms that behavior. I haven't much dug into it, though I notice that it's all...

bug
virtual tables
macOS
triage

Hi! In the vein of #175 I was playing with `fscrypt` as a library to get information about a directory. One thing I noticed, is a bunch of debugging oriented...

enhancement

I often need to translate measurements from one system to another. For example, right now, I'm trying to ingest system from heroku, via their logplex system. Getting the metrics isn't...

feature-request

I was playing with rgbw leds, using the existing `ws2812` driver. It turned out to be quite easy, instead of writing the GRB bytes, I needed to write a 4th...

Modern RGB leds are amazingly bright. This often leads to wanting to set some global brightness level. I'm not sure if this is more desirable as something using the alpha...

(Hi! This is somewhere between a question and a feature request. I hope that's okay) I have a ruby app, and we use Liquid for template handling. (Thanks!) I've now...

### Welcome - [X] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported. - [X] Yes, I've searched similar issues on GitHub and...

enhancement

Firefox stores its preferences in a `prefs.js` file. Despite the name, this is not javascript. It would be nice to be able to parse these. Some info: * https://blog.mozilla.org/nnethercote/2018/03/09/a-new-preferences-parser-for-firefox/ *...

good-first-issue
table

I've seen the occasional debug log that has osquery failing to start and dumping errors like: ``` {"caller":"rocksdb.cpp:149","component":"osquery","level":"info","msg":"I0623 14:42:31.630718 24216 rocksdb.cpp:149] Rocksdb open failed (5:9) IO error: No such file...

During WWDC22 Apple [announced](https://developer.apple.com/videos/play/wwdc2022/10109) that there's a new [rest API for notarization](https://developer.apple.com/documentation/notaryapi). This is exciting, and it will let is replace the shell exec in [applenotarization.go](https://github.com/kolide/launcher/blob/eb7667d4b2a24c8cb497855331492876466e4204/pkg/packagekit/applenotarization/applenotarization.go) with something nicer. Not...