micw

Results 155 comments of micw

Windows 10, Chrome 97.0.4692.99 (also previous versions). 100% reproducible to me: * create an issue on tree.taiga.io * Start to write a comment * Make the window smaller Above ~870px...

Actually I have an ultrawide screen. But I have split it into 2 screens (one with 1920x1440, the other with 1520x1440). The issue occurs with 1520px screen width which results...

Change to meshviewer itself is minimal: In main.js, before the router is created, I just added: ``` window.onhashchange = function () { window.postMessage({hash: window.location.hash}, '*'); }; ``` This changes in...

@herbetom I think that's a different issue. I have closed my PR since it's not 100% working. My (working) changes are in https://git.dezentrale.cloud/Freifunk-Leipzig/meshviewer/src/branch/ffle now. The structure of meshviewer makes it...

I have also tried version 1.10.5 - behaves exactly the same. I observed the behaviour in 2 different kubernetes environments (one is bare-metal, the other Open Telecom Cloud). I run...

ioolkos: thank you for the response. I wonder why it still works sometimes. How should a node behave if it's restarting? Maybe not leave the cluster at all? But how...

Hello, it actually seems that file io is still missing in luerl (https://github.com/rvirding/luerl/issues/83) :-( > How exactly are you looking for per mountpoint authentication? I'd like to have a file...

Commit is here: https://github.com/contiki-ng/contiki-ng/commit/130c672035647df194d305fc3385065939146421 There is the comment: https://github.com/contiki-ng/contiki-ng/commit/130c672035647df194d305fc3385065939146421#diff-0cab189fc04667ad50e4aef1e74c5057d7502a0b85c858a536df187bb8be12ceL96-R96 It is unclear who "we" is and why it's not needed but built anyway.

@fd0 We are internally brainstorming our backup strategies and it turns out that the use case "backup files plus large streamed output of multiple commands" is a very common case....

That gave me: Error: UPGRADE FAILED: failed to create resource: VMAuth.operator.victoriametrics.com "infra-metrics" is invalid: spec.serviceSpec.spec: Required value So I tried .Values.vmauth.spec.serviceSpec.**spec.**metadata.labels - that created an additional service but without the...