ExpandingMan
ExpandingMan
[dracula](https://github.com/dracula/dracula-theme) is a [ridiculously well-supported](https://draculatheme.com) which I would describe as "neon but not so 80's". Anyway, considering that it is so widely supported, I thought I'd make this PR rather...
It really, really should be its own package (I assume that's the ultimate attention, but even if this is so, now we have an issue to track). And, at the...
Not really a big deal, but for some reason I don't understand the registrator bot failed to apply the new package tag [here](https://github.com/JuliaRegistries/General/pull/45387). Don't know why, the pulls right next...
# v0.4 Eco Checks I have run unit tests for all direct dependents against v0.4 as of the latest commit on my latest PR. As you can see, most packages...
I have just come to fully understand a problem that I was struggling with a bit when I wrote my 0.4 PR: current master on this package still conflates "keys"...
I'm not sure if this is really the most appropriate place to open this issue, but this is where the download links are after all, and I figured this would...
Happened to notice the "essential tools" section today, and noticed that the profiler was there but BenchmarkTools.jl is not. I think it would be good to add this. We see...
Any time a break a loop (and I don't mean through an error, just normally), the terminal "goes dead" meaning that it no longer appears to accept any user input....
Creating a video with e.g. ```julia map(_ -> rand(RGB{N0f8}, 100, 100), 1:60) ``` results in a file which is unreadable by most video players. For example, VLC gives ``` [h264...
Sometimes I want to give a user the opportunity to intervene in some otherwise-automated process if a certain condition is satisfied. As a toy example, consider an `AbstractDict` object where...