Andy

Results 8 issues of Andy

Hey there! I've been wanting to step up my Rust security game for ages now. Therefore, I just decided to install `cargo-crev`, but I was immediately reminded as to why...

Hey there! I'm having a lot of trouble trying to include `svg` files using the `svg` package. I have created the following example document: ``` \documentclass{article} \usepackage{svg} \begin{document} \begin{figure} \centering...

Hey there! This may be a case of an [XY-problem](https://en.wikipedia.org/wiki/XY_problem), so please tell me if this doesn't make much sense. So, I'm using Tectonic 0.9.0 together with VS Code (with...

Hi, I was wondering whether it is possible to extract blocks of plain text that are connected. Take the example given in the README: ``` from TexSoup import TexSoup soup...

Hi there! I'm wondering if there is a way to create an `LComment` without the line numbering. I'm trying to write down an algorithm, where the individual steps can be...

Hi, I'm trying to use this extension with a simple, standalone Kotlin source file. The file looks like this: ``` fun main() { println("Hello, world!") } ``` With this, I...

### Introduce the problem Hey, so in the [timer handler documentation](https://docs.lvgl.io/master/porting/timer_handler.html#timer) the following is mentioned: > To handle the tasks of LVGL you need to call lv_timer_handler() periodically in one...

Hey there! Please note that the title of this issue is not the best, since I don't exactly know whether the data type is at the core of the problem....