Jakob Krell

Results 13 issues of Jakob Krell

I found that writing a doctest using the HTML backend can fail. It was printing to the terminal, rather than whichever IO that Documenter.jl was redirecting to. I think that...

[The website](https://pkgs.genieframework.com/) should document how the download number is determined (is this just only user downloads, is it requests to `Pkg.add`, is it GitHub clones?), where the data comes from,...

@JuliaRegistrator register

@JuliaRegistrator register

### Description The `raw` function's `lang` parameter supports markup `"typ"` and code `"typc"` modes, but should also support math `"typm"`. ### Use Case Users can create correctly highlighted math mode...

feature request
text

See the [Typstry.jl news](https://github.com/jakobjpeters/Typstry.jl/blob/v0.3.0/NEWS.md) for a detailed list of updates. - Fixes the Typst example (that I made in #48) incorrectly using `∂x` instead of correctly using `dx` - Enables...

To reproduce, enter package mode and type `a;[TAB]`. Uncertain if it's related, but sometimes you can type `;` in package mode and it will stay in package mode, rather than...

REPL

Often, the important stack frames come from local files or the REPL. This highlights those files so that they are easier to identify visually. This should make it easier to...