Nathan Boyer

Results 40 issues of Nathan Boyer

```julia julia> Panel("{dim}This is some long text.{/dim}") ╭───────────────────────────╮ │ This is some long text. │ Panel("{dim}This is some long text.{/dim}", width=20, fit=false) ╭──────────────────╮ │ This is some │

Switching from the `:text` to `:markdown` backend yielded mostly the same table, except my title was removed.

Related to #791, but that was supposedly fixed two years ago. ## Details [The first SciML tutorial](https://docs.sciml.ai/Overview/stable/getting_started/first_simulation/) has you model 🐰 and 🐺 populations and use those emoji as variable...

enhancement
GR

Currently labels have to be added at the same time the series data is plotted. Other attributes like titles and axis labels can be added and modified after the fact....

enhancement
good first issue

- [X] are you running newest version (version from docs) ? GLMakie v0.9.8 - [X] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`) Same...

bug
Makie

I cannot figure out how to compile everything except the functions defined in my package, and I imagine that is the most useful debugging configuration for everyone. ![image](https://github.com/julia-vscode/julia-vscode/assets/65452054/ea6843dd-dfd7-4aa3-9669-f4ba04e32426) - The...

When a module is selected in the VSCode GUI (either implicitly or explicitly), it doesn't actually change the REPL module. Implicitly Selected (parentheses): ![image](https://github.com/julia-vscode/julia-vscode/assets/65452054/3746e6a2-e088-4678-8929-4ce1c9667128) Explicitly Selected (no parentheses): ![image](https://github.com/julia-vscode/julia-vscode/assets/65452054/36c60489-0bb4-4cf9-ae21-818eeceed72f) ```julia...

Replaces PR #2907 since it was too out of sync with the main branch.

This looks great! ![image](https://github.com/korsbo/Latexify.jl/assets/65452054/a909bb89-64d9-464e-9359-b5d492f0f17f) However, this does not. ![image](https://github.com/korsbo/Latexify.jl/assets/65452054/338e6126-7384-4fa3-a992-90b08971d6e0) Would it be possible to support the ≤ and ≥ Unicode characters, so both my code and LaTeX look good?

```julia ┌ Error: error when executing notebook based on input file: `\diff-zoo\src\tracing.jl` └ @ Literate \.julia\packages\Literate\3qT7A\src\Literate.jl:555 ERROR: LoadError: LoadError: syntax: unexpected semicolon in tuple around string:1 in expression starting at...