Andrew Mellor

Results 8 comments of Andrew Mellor

sent you an invite to the repo

Try opening a new window button and use the browser console to run `document.getElementById("focus_input").focus();`. The label did not disappear for me on Chrome Version 101.0.4951.67 ![image](https://user-images.githubusercontent.com/45333542/171228611-4ea76ec8-02c6-4f11-8b29-8723a9180869.png)

> But did you realise, that input_focus doesn't get a focus when calling document.getElementById("focus_input").focus();? @tbelch-at-eHealth-Tec Yes that's what I was trying to communicate. As far as I know `Element.focus()` does...

Can confirm issue is still happening in version 0.19.4

Having a similar problem after using `editor.pasteHTML(html)`, then using a button in the toolbar. ``` quill.js:3192 Uncaught DOMException: Failed to execute 'setStart' on 'Range': The offset 4294967295 is larger than...

I had a similar use case and this is what I came up with: ```py def record(): print("recording") events = keyboard.record() f = open("input.txt", "w") start_time = events[0].time for evt...

> While the inline case above isn't useful, attr templates are useful when you can apply them to an existing element or share them across many elements in different templates....

I was looking for the same thing and wasn't easily able to get this package to do that. However this seemed to do the trick for me: https://atom.io/packages/atom-ide-ui