xenia

Results 8 issues of xenia

As per the title. For example, the following code segfaults: extern crate pancurses; use pancurses::noecho; fn main() { noecho(); } This should at least be documented, if not fixed as...

## Motivation As a lot of programming languages use 0 as a start for arrays and other constructs, the `#`-register does not work very well when for example editing multiple...

Currently, the LaTeX engine works quite hackishly, by using a combination of `pdflatex`, (not `pdfcrop`, as wrongly stated in [src/latex/render.rs](https://github.com/loovjo/ytesrev/blob/master/src/latex/render.rs) and `pdftoppm`. This has not been tested on any other...

Attempts to solve https://github.com/lomirus/html_editor/issues/9 Escaping is always hard to get 100% in all edge cases. This PR should handle escapes properly inside `Text`s and attribute values. I'm not sure whether...

This pull request does two things: introduce an error enum for possible failures during parsing, as well as track locations for all tokens to give information for errors. A few...

Hi! In the `Text` variant of a `Node`, the text is stored as-is from the source code of the HTML file. This means that a source such as `a >...

enhancement

The current build process for building the fox32 suite of software (fox32asm, fox32rom, tools (gfx2inc), fox32os and the fox32 emulator) is a bit messy. The dependencies between projects are not...

Hi! Similarly to https://github.com/30350n/pcb2blender/issues/105 I would love releases for aarch64/arm linux. In that issue, skia not having builds for Windows ARM was the blocker, but it seems here that skia...

enhancement