Jason Siefken

Results 45 issues of Jason Siefken

``` Foo ``` Will produce something like `Definition 1.1.Foo.` It looks like great care was taken to separate out whitespace and the period after the codenumber into their own spans,...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you tried the latest build? - [X] I have tried the latest...

bug

I am using `OpenShot-v3.1.1-dev-daily-11909-a9e34a9b-8e9d7edc-x86_64.AppImage`. When `Performance > Linux VDPAU` is selected, the clip fails to load with an error message `sample_960x540.mp4 is not a valid video, audio, or image file.`....

:lady_beetle: bug
💡 enhancement

Is there a way to parse RNG source directly from a string? It appears that `convertRNGToPattern` only accepts a URL. (I am trying to use `salve` from the browser where...

question

Addresses issue #43 where references to containers that used `serde(rename = ...)` would use the original name but the type declaration used the "rename" name. Now the behavior is that...

Add a github action to run all tests. You need to enable github actions on this repository for it to work. It runs `cargo build`, `cargo fmt`, and `cargo test`...

When `serde(rename = ...)` is used the exported type is named to the `rename` value, but if this type is referenced elsewhere, the original name is used. e.g. ```rust #[derive(Debug,...

Currently there is some support for rebuilding assets only if they've changed, but it seems to rely on document structure. Since assets are extracted and them compiled in isolation, I...

I just spent some time debugging my project and discovered that my `docinfo.ptx` was not linked to from anywhere and so it wasn't being used. It would be nice to...

If the compilation of a tikz figure fails, the user may want to inspect the `.tex` file that was attempting to be compiled. The CLI currently gives the name of...