Ben Hoyt
                                            Ben Hoyt
                                        
                                    Hmm, this does change the behavior (as shown by the failing doctests), because now you can't add more than one of the same item to the tree. This might be...
Sounds good -- I've renamed the issue title to reflect what we intend to do to fix it. Could add some simple checks into the list fields, or potentially start...
For the records, comments from Mattermost: > @rwcarlsen: That all sounds pretty reasonable to me. With the caveat that we can concretely back up the assertion that they probably aren't...
Yeah, it looks like there's no easy way to do this right now. A `config-changed` hook *is* fired when you execute `juju trust`: ``` $ juju trust snappass-test --scope=cluster $...
WIP spec: https://docs.google.com/document/d/1QeKJ8KjbBLTMkDBxN51NSw9iCpFjddpe1nwD4zFKFWA/edit
Interesting, thanks for the report. Hmm, no, no real sense without digging in. However, I did just run into a very similar [issue](https://github.com/benhoyt/goawk/issues/122) with `os/exec` in Go on a side...
@paulomach I can't reproduce this locally. I'm running the Pebble server/daemon in one terminal: ``` $ PEBBLE=~/pebble go run ./cmd/pebble run ... ``` And then using the test Pebble CLI...
Sorry for not responding to this earlier! I'm curious (and I haven't written a lot of C for a while): why doesn't the `(void) ptYielded` cause the compiler to not...
Interesting, thanks for the report! This is a tricky one. It seems that GNU Gawk (and other AWKs) allow you to set `RS` at any time when reading from an...
@arnoldrobbins, any thoughts on this? Where is this behaviour (that one can change `RS` part way through a file) documented, or is it just assumed that this will work? I...