Results 100 comments of David Lutterkort

Does the Multipath lens not work for you ? `augtool` should automatically pick up `/etc/multipath.conf` - if it doesn't show up, check with the `errors` command if there is something...

This is quite nice in terms of demonstration, though it would be cleaner to split this into multiple providers; and those could just be pretty short shell scripts that use...

There's a few things going on here: - the docs (or the static build) are wrong in that the default data dir built into the static binary `ralsh.bin` defaults to...

Hi Michael ! Yes, as you discovered, the Augeas source uses some gcc extensions that break on non-GNU compilers. Would it be possible for you to use gcc to build...

"Unmaintained" is probably too strong a word, but it could definitely use some TLC. What I would love to have is one central place where all documentation sources live in...

I just had a brief look at that, and it looks like it's mostly rewriting the query which requires allocations; is there a way to write this as a visitor...

@That3Percent I just looked at the `StableHash` docs, and can't quite figure out the right way to do this with its API. Could you comment here how we could use...

This happened for `QmVCfXsbGGmf73GJxTsWZhtjUunitaUXsoJQH6kMYqQoRP`: ``` name | pancakeswap/exchange-lite status | pending id | QmVCfXsbGGmf73GJxTsWZhtjUunitaUXsoJQH6kMYqQoRP namespace | sgd66151 shard | evm_compat chain | bsc node_id | index_node_community_4 ``` Error message: ```...

What we should do is change the store to move actual work to the blocking pool itself by having some internal function `Store.with_connection(f: Fn(Connection) -> Result) -> impl Future` which...