Marcus Wu
Marcus Wu
The CFIs generated by Readium seem to contain an ID assertion for an `` element which has an IDREF attribute but no ID attribute. Per the CFI specification[[0](http://www.idpf.org/epub/linking/cfi/epub-cfi.html#sec-path-xmlid)], the ID...
It looks to me like it is sending the command to heat the print bed and then immediately sending the command to heat the extruder without waiting: ``` Send: N6...
In Vim, d/ and a regex will delete up to the text matching the regex. It would be awesome to see this implemented. ## --- Want to back this issue?...
The BNO055 from Adafruit (https://learn.adafruit.com/adafruit-bno055-absolute-orientation-sensor) is interesting as an IMU because it handles determining absolute orientation itself. I would like to use Go for my project so I'll need support...
There are some use cases where applyBlacklist does not work. applyBlacklist removes the entire subtree starting from the element that is blacklisted. If the injected element surrounds original content (for...
Don't display filament sensors beyond the established limit. Closes #1420
### What happened? The extrude panel fails to display (blank screen) when there are more filament sensors than can be displayed (beyond the limit of four set in extrude.py). ###...
Code like this: ``` draw.Textpath("Some text here", "#topArc", `text-anchor="middle"`, `startOffset="50%"`, `font-size="25"`, `font-family='Salma Pro'`, `fill="black"`) ``` Results in this xml: ``` Some text here ``` I want the `text-anchor` and `startOffset`...
This proposed change gives finer grained control over the produced XML by allowing tags that were produced by start / end functions to have their contents defined by a function...