Eric Sandeen

Results 14 comments of Eric Sandeen

Ok. A bit of a hack, but this shows both the X axis and the tooltips in the local timezone: ``` --- ./lib/visage-app/public/javascripts/graph.js.orig 2014-11-02 09:02:17.652430060 -0600 +++ ./lib/visage-app/public/javascripts/graph.js 2014-11-02 10:08:34.219951653...

Just a note, Klipsch "The One Plus" (and presumably the "The Three Plus") has a USB DAC which disconnects when the speaker's input is switched away from USB (to bluetooth...

I was going to take a look at this due to the CVE. @GoldBinocle I'm not sure I completely understand your POC; are you fuzzing the response from the test...

> > I was going to take a look at this due to the CVE. @GoldBinocle I'm not sure I completely understand your POC; are you fuzzing the response from...

Thanks. So the disk.img does indeed have many reflinked extents, for starters (extents with flags 100000) When I compare the original disk image to the converted-back-to-raw qcow2 image, the qcow2...

Nice job on the reproducer! If I omit the step where it modifies the copied disk.img via sed, it passes. If I md5sum the copied disk.img before mounting it, it...

Patch from dchinner: https://lore.kernel.org/linux-xfs/[email protected]/T/#u Still trying to craft a simple reproducer though.

Thanks for the reply - I have the characteristic but it's empty. If I can extend this in a nice way I'll send a PR.

Hi all - I was pointed to this issue by a friend. I haven't fully grokked all of the discussion, but I wanted to point out that while project quotas...

hm additionally the result has only a label, not a ClassLabel? `{'label': 'neutral'}` Seems like I'm doing sometihng wrong, but I think I am following your example?