Suavesito

Results 15 issues of Suavesito

First of all, I love this project and I've used it since 2016, thanks for the hard work and amazing features! Now to the feature. I like to see youtube...

fix #241 adding `@numrule` as proposed by @shashi

Basically, what the title says. I use a latam keyboard (Mexican Spanish is my native language) and the keys end up being mapped as follows | Original | latam |...

bug

I just write a small wrapper around a C library called [LibTeXPrinf.jl](https://github.com/Suavesito-Olimpiada/LibTeXPrintf.jl), for rendering LaTeX to a Unicode string, maybe this can be used to `display` in the terminal. I'll...

I developed a package called [LibTeXPrintf.jl](https://github.com/Suavesito-Olimpiada/LibTeXPrintf.jl) for Julia that uses this library to make a wrapper around [libtexprintf](https://github.com/bartp5/libtexprintf). Ignoring several other errors, I get `ERROR: LoadError: Failed to parse translation...

fix #46 What this does is to flush stdio from libc, so the remaining text doesn't stay in the buffer.

I'm making a package called [LibTeXPrintf.jl](https://github.com/Suavesito-Olimpiada/LibTeXPrintf.jl) in which I need to capture `stdout` to define some variables. But `@capture_out` doesn't capture all the output unless I had run already a...

This adds the ability to solve arbitrary _consistent_ linear systems. It throws if an inconsistent system is passed (e.j. $a+b=2$ and $a+b=1$ on $(a,b)$ ), otherwise it returns a vector...

Basically, what the title says. As in minecraft, add the ability to have a local list of servers that are not registered.