James Harr

Results 27 comments of James Harr

#61996 Might be a related ticket to keep tabs on. I'm not sure if/how binary compatibility is going to pan out between CentOS Stream and the RHEL derivatives like Alma...

Is there anything we can do to help? IE can one of us start a PR? Are there instructions on how to build our own RPMs? I dug around and...

> #61996 Might be a related ticket to keep tabs on. I'm not sure if/how binary compatibility is going to pan out between CentOS Stream and the RHEL derivatives like...

I will definitely be checking this out, thank you. I think this covers my use case. I'll leave this ticket open and let the elastic team decide if they want...

CSS workaround. ``` css [data-toggle="buttons-radio"]>.btn>input[type="radio"] { display: none; } [data-toggle="buttons-checkbox"]>.btn>input[type="checkbox"] { display: none; } ``` A fix that uses bootstrap-style attributes seems preferable, but that requires modifications to the Dart...

I think the tricky part is the way snapshots are layered on a replica. Longhorn relies on [hole detection](https://lwn.net/Articles/260795/) to realize that data is on a snapshot layer below it....

Right wrong or otherwise, my employer uses address aggregation as the standard for anonimization. More specifically: /21 for IPv4 and /48 for IPv6. When you're writing this feature can you...

One of the fields that we get from our routers in netflow data is the RIB prefix length for both source and destination IP. One of the things that I've...

Thanks @paololucente . I did find the net+prefix not too long ago and it's helpful - I overlooked them the first pass through. If we do the /21 or /48...

I have a potential use-case for `--before-regex`. I work in networking and Cisco/Arista-like devices represent configuration in a white-space indented context. ``` ... interface Ethernet 3/7.800 ipv4 address 192.0.2.1/30 ipv6...