Dan Whitman
Dan Whitman
Having the same issue, and I need to vendor because I need to be able to compile offline.
Though this is obviously pretty trivial to figure out, here is an example for a subset of primitives. ``` pub trait Bits { fn bits() -> u32; } impl Bits...
Was just able to reproduce this on a different machine, though this is also running Ubuntu 20.04.3 LTS with Python 3.8.10.
Hi David, I finally had a chance to check this out. I am having trouble building the initial PreTeXt version, which most likely means that I am doing something stupid...
Turns out the main issue was missing the `-xinclude` option to `xsltproc`. I knew that `/path/to/mathbook/xsl/mathbook-html.xsl` should be the actual path, I just left that in there because where I...
As I fix issues in the conversion (which won't' be for awhile because my time is currently pretty limited and I need to learn PreTeXt first!) I will make notes...
For tracking purposes, [here](https://github.com/slint-ui/slint/issues/4178) is the issue relating to the `Path` issue.
Just for reference, there is some discussion about this very issue over in PR #845, though that PR does not address it directly.
Here are all the dependencies with major version status: # `pygamer` library - `cortex-m`: Up to date at 0.7 - `st7735-lcd`: 0.8.1 -> 0.10.0 - `cortex-m-rt`: Up to date at...
Copy, I'll work on the updates just in this branch and rename the PR. I'll focus on the core library dependencies first, but it also shouldn't be a big deal...