gitolicious

Results 50 comments of gitolicious

About your questions: > _Which browser?_ JavaScript key events were captured with Chromium. Though this is irrelevant, same thing happens in any input field, text editor etc. I expected _"Press...

Thanks for your quick response, great fix! All the key combinations I tested are working perfectly fine now. I wasn't aware of the `local: true` option but enabled it now....

I appreciate your perseverance in keeping your PR(s) up to date with master and enjoy the keyboard functionality in ESPHome every day. Finger's crossed @OttoWinter or another reviewer finds some...

Superseded by the merge of #2700.

Superseded by the merge of #2700.

I guess for that exact use case it would actually work - at least I can see a lot of space key events when putting `1000` instead of `5`) I...

Same here. The problem does not seem to be the `every` keyword itself though, but a multiline block within it. After a single line block, everything is still fine, see...

Duplicate of #1747 and solved with the merge of #2700.

What I found: Navigating to the start page http://octoprint:5000/ (or any other tab), then clicking on the PrettyGCode button, everything works fine. Opening the tab directly with http://octoprint:5000/#tab_plugin_prettygcode leads to...

Is this the correct fix and worth opening a PR? For reference, the above code snippet relates to these lines: https://github.com/kubeedge/kubeedge/blob/4e3be37c302075d444616af213d213bea82579b1/edge/pkg/edged/edged.go#L324-L329 which were introduced with https://github.com/kubeedge/kubeedge/commit/c9acdb7c0eb60a9dc151ecfc2f90f2961a37dc0d @fisherxu @ttlv