Marc McIntyre
Marc McIntyre
Converted all files to TS + Small cleanup to API + new simpler components # Changes * Added Types for StickyTree, AutoSizedStickyTree * Added a new component `StickyList` and `AutoSizedStickyList`...
In function ResizeObserverSPI.prototype.observe, it checks to see if target is an instance of Element. If target is from another window, this fails as it would need to check against the...
if I filter on filter("a.b") and I have an object: ``` a: { b: {hey:"ho"} } ``` persisted, and my initial state is: ``` a: { b: {} c: {hi:...
Hi. Is there an easy way to update the firmware without having to use the sd-card? Ideally via USB, or ST-Link? I don't always have physical access to my printer,...
I kind of feel that the "remove" button should remove all styling, links, title styles and bullet points. This is how it works in gmail (remove styling button). Would it...
ResponsiveContainer computes the size of the chart based on the current window size. It also seems to respond when you make the browser window larger, however if you make the...
**Describe the bug** As per the spect (see https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled#attribute_interactions), calling focus() on an input element that is disabled should fire focus or change the active element. **To Reproduce** Steps to...