Results 47 issues of cormullion

I still have the Julia code to create this hideous apparition, so if you want them here's a PNG and an SVG (zipped): ![cthulhu](https://user-images.githubusercontent.com/52289/107849157-49584680-6df1-11eb-908b-989786c46fd4.png) [cthulhu.svg.zip](https://github.com/JuliaDebug/Cthulhu.jl/files/5975580/cthulhu.svg.zip)

On Julia v1.8rc1 ```julia julia> circshift!(collect(1:10), 1) 10-element Vector{Int64}: 2 3 4 5 6 7 8 9 10 1 ``` On Julia v1.7.0 ```julia julia> circshift!(collect(1:10), 1) ERROR: ^[[AMethodError: no...

doc

### Discord username (optional) _No response_ ### Describe the bug Terminals usually let you type two characters to produce one. For example, 'e' U+0065 followed by U+0301 should give 'é'....

No issue - just wanted to say I like the package and I'm enjoying exploring the many possibilities. I haven't read the Wolfram book (and not sure I will 😄),...

This site - https://testdataframesjl.readthedocs.io/en/readthedocs/ - is coming up first in a number of my searches for DataFrames.jl content. Is it an official version of the documentation? - it doesn't look...

doc

Now that Julia v1.10 has been released, I think we should have a new release of Luxor - 3.9.0. This will be the release that no longer runs on any...

@JuliaRegistrator register()

stale

From [this blog post](https://julialang.org/blog/2023/07/PSA-dont-use-threadid/) we read that: >Any usage of threadid() in package or user code should be seen as a warning sign that the code is relying on implementation...

enhancement
help wanted
wontfix
need more info

I know this might be a silly question, but is there a way to build the site in a different folder, rather than the same folder that contains all the...

@JuliaRegistrator register()