Jack Franklin
Jack Franklin
So our tests run on PRs. @PixelsCommander I think this needs some of your help because you own the repo. I would be happy to take ownership, or we could...
To make it easier for people to contribute :) It should cover: - how to run locally - how to run tests - how to format with Prettier We should...
Once 0.9.0 is out with https://github.com/PixelsCommander/ReactiveElements/pull/81 in it, we will now have two options that you can pass in on a per-registration basis: ```js document.registerReact('some-component', SomeComponent, { ignoreAttributeChanged: true, useAttachedCallback:...
 I kept getting that warning in the console, so I figured I'd remove the offending line. Thank you for all your work on...
In #390 I demonstrated that on a high DPI screen the label for a window gets cut off very abruptly. I realised that it was being cut off at roughly...
Take this code: ```rs root_ui().window( hash!(), Vec2::new(0.0, 0.0), Vec2::new(100.0, 100.0), |ui| { ui.label(None, "foo bar baz"); }, ); ``` If we run this with `high_dpi: false`, it renders correctly. But,...
Hey, Firstly, thank you for the great work on this plugin! It's improved my workflow a lot :) I was wondering if it's possible to not include additions from AllAutoComplete...
We have a bunch of tests in `custom-react-elements` (https://github.com/thread/custom-react-elements) that we could largely pick up + drop in here. Then we can add circle too 👌
If I have a buffertag displaying for window X, but then resize the window, the buffertag's position isn't redrawn and ends up looking a little off: Before resize, in correct...
Have you seen an issue where the notes window is extremely slow (multiple seconds) to open? This is using the branch workbench - but only on a small git repo...