Phil Duby
Phil Duby
Even if it was not doing any modifications, FCP would not currently work for CI, because a lot of the existing parts do not pass. I started another (python) script...
When booting to the multibootusb menu, or when booting from there to a specific iso? I encountered an issue some time back where some linux distro iso` will not boot...
That is not completely true. Try this: ``` | digit | multiplier | product | note | explanation | | --- | --- | ---: | --- | | 0...
Another case where grip handles table data different from github. Using the following markdown: ``` |Base | value |||| | --- | --- | --- | --- | --- |...
@nosarthur "doesn't work" is rather vague. What "doesn't work"? what markdown did you use, and what was the generated result?
"|" is a special marker character for (gfm) markdown tables. There number and position is what creates a table. If you actually want to show a "|" character in a...
So it is a difference with the way grip processes the markdown. Looking at the 2 examples, I will guess that github.io is noticing that the `|` characters are in...
With my background, I prefer to share the svg files where possible. Two main reasons. Any fixes applied will fix all of the parts using the svg, and reducing the...
The subset of the svg standard used for Fritzing might have problems, but the full standard supports animations. All that should be needed is a method to 'freeze' an animation...
I did not think it would be that complicated. I have not researched extensively, but a quick question to ChatGPT says that QT has the support needed for SVG animations....