Julius Volz
Julius Volz
Agreed, the Node Exporter sets `ContinueOnError` here: https://github.com/prometheus/node_exporter/blob/202ecf9c9d1d1960cc9cac24838d13e9cff5edca/node_exporter.go#L124 That seems dangerous, but I'm not deep enough into the Node Exporter to say what kinds of things it would break if...
Yes, that much is clear. I was just wondering if that would be too problematic to change it now. I was wondering why `ContinueOnError` was initially introduced into the Node...
:+1: I'd be interested in hearing about the current state too.
I've been running into something similar, where the `positionFixed: true` / `strategy: 'fixed'` popper config option is ignored, and thus I cannot get a dropdown menu to break out of...
@jquense Anything outside of the `modifiers` aren't passed to Popper, but there might be relevant non-modifier options too, like in my case the `positionFixed: true` (which is parallel to `modifiers`...
@jquense I'm afraid I'm lacking a bit of JS testing expertise (naively getting the computed style of the menu and checking for the value of the `position` attribute yielded me...
@jquense Ok great, I filed https://github.com/react-bootstrap/react-overlays/pull/779, but didn't mark it as fixing this specific issue here, as the flip modifier still gets overridden after the spread of the user-provided options....
@hoesler Whoops sorry, I never saw this. Could you rebase this on top of latest master, if it's still applicable?
@hoesler Thanks! So I don't know much about collectd (especially anymore) and kind of became the maintainer here by accident :) Just want to make sure I understand correctly: if...
@hoesler Ok, happy to let this sit here for a while. Maybe someone else feels motivated to look into it, or you get to it again at some point :)