Peter Valdemar Mørch

Results 92 comments of Peter Valdemar Mørch

And for good measure, as I can see that the repo relies on a git submodule where it pulls in various c files: I built using https://cpan.metacpan.org/authors/id/M/MA/MARKELLIS/Net-AMQP-RabbitMQ-2.30000.tar.gz ``` > sha1sum...

Yes, it still happens with https://cpan.metacpan.org/authors/id/M/MS/MSTEMLE/Net-AMQP-RabbitMQ-2.40005.tar.gz (you did mean 2.**4**0005, right?)

I see. If `list` is a prop, then the prop itself does not get modified, but the order of elements in the `list` array do. ``` ... ... export default...

Hi again, I've been reading up a little on Vue. And the guide [explicitly](https://vuejs.org/guide/components/props.html#mutating-object-array-props) calls it out as best-practice for a component not to modify parent arrays and objects: >...

In fact you wouldn't need to do a deep copy or a deep watch - a shallow copy and watch would be enough since you only ever change the top-level...

I totally understand that #15 had a different cause (also evidenced by the fix in 33a73ca64f26) But the reason I discovered #15 was because I expected that I had to...

It is a shame that this does not contain a repro or a version that triggered it. Line 322 no longer has these contents, and it appears `btrfs-snapshots-diff.py` has not...

I also was seeing fewer lines of logs than I was expecting: I was expecting to see all logs since the pod started. Starting from scratch, ensuring all config and...

Fantastic! I now have Shift-L to be `kubectl logs "$@" | less` and Ctrl-L to be `kubectl logs -f "$@"` with `.config/k9s/plugin.yml` containing: ``` plugin: # See https://k9scli.io/topics/plugins/ raw-logs-follow: shortCut:...

@mertalev wrote: * > HEIF needs to be handled correctly before this can be merged * > Can you debounce the rotation clicks? @jrasm91 wrote: > I can't be bothered...