Jakob Krell

Results 61 comments of Jakob Krell

I agree that it is unexpected and inconsistent. Since there is already a way to create the italic character (no quotes), it would be better to make characters inside quotes...

Hi, thanks for the reply :) I'm not aware of any other specific scenarios. It seems like this behavior deviates from the expected behavior of writing to the given IO,...

I setup Jupyter and it works as you described. Currently, `pretty_table(HTML, ...)` renders in both Pluto and Jupyter while `pretty_table(...; backend = Val(:html))` only renders in Jupyter. I support some...

Thanks for the feedback! I have another idea that I think satisfies both desires. - When the input is `pretty_table(data; backend = Val(:html), ...)` and `pretty_table(HTML, data; ...)`, the notebooks...

Another option: check to see if the current environment [is IJulia](https://julialang.github.io/IJulia.jl/v1.22/manual/usage/#Detecting-that-code-is-running-under-IJulia) or [is Pluto](https://discourse.julialang.org/t/how-to-tell-if-a-pluto-notebook-is-being-run-in-pluto-or-from-repl/84282/2?u=jakobjpeters) and respond accordingly. This can also be used to enable rendering for the case that Pluto...

I also would like to use nushell. This [Discourse post](https://discourse.julialang.org/t/support-for-non-posix-shells/72236) says that shell mode only supports POSIX shells and that one can set the JULIA_SHELL environment variable as a workaround.

This problem is equivalent to string-interpolation. So far, I'm only aware of being able to do it using `Meta.parse` (which would not work in this case) or writing your own...

The linked PR only implemented reading from `stdin`, is there a problem with or reason not to write to `stdout`?

> Stdout was also implemented, but in another PR: #3632 Awesome, thank you!

My package wants to handle infix operators too, which is done incorrectly. EDIT: I'm not currently aware of any way to generate the correct latex from something like `p ∧...