Zach Wasserman

Results 231 comments of Zach Wasserman

Sharvil and I discussed yesterday -- he's taking a look into research and we're going to plan for implementation during the 4.14 sprint.

This was deprecated in 2015? https://blog.mozilla.org/addons/2015/05/04/dropping-support-for-binary-components/ If so, I think we can remove it.

https://github.com/osquery/osquery/pull/7735

If the current library doesn't support icons for submenus, we'll just use text (eg. `My Device (failing policies)`) for the first iteration. The device API does include policy information. If...

Just discussed with @sharvilshah. We will go ahead and implement using the existing API for the Beta version. Let's make sure we get a separate endpoint implemented as part of...

My understanding of refetches differs from @michalnicp. Policies are checked on refetch. Check out this demo: https://www.loom.com/share/9ae338f41e8e4e7d89cfdfb1b848adfc

@roperzh can you please retest when you have a chance? Thank you!

@jessert Can you help me understand how you would use this? Why is JOINing for additional data insufficient?

The `,` operator is synonymous with `JOIN`. You can also use a subquery if it makes things more clear: `SELECT *, (SELECT uuid FROM system_info) uuid FROM os_version`. This should...