Kevin Bonham

Results 67 issues of Kevin Bonham

`walkpath` does not exist in `Base`, and `walkdir` has a different behavior, so I wasn't sure if I should make this two rows or treat them as equivalent. Edit: this...

On pop!_os v20, I ran the script with pre-downloaded exe, and it seemed to go fine ``` ❯ perl software/YNAB4_LinuxInstall.pl Would you like to: 1. Install YNAB4 and link Dropbox...

This PR currently just changes the help message about where to download - the previous link gets redirected to the main YNAB page, not the YNAB 4 download page. I...

Julia 1.7, fresh environment, ubuntu `jammy`: ```julia julia> using WGLMakie [ Info: Precompiling WGLMakie [276b4fcb-3e11-5398-bf8b-a0c2d153d008] ERROR: LoadError: IOError: listen: address already in use (EADDRINUSE) ``` Full stack trace ❯ julia...

It would be really great to have syntax highlighting for [Documenter blocks](https://juliadocs.github.io/Documenter.jl/stable/man/syntax/) like `@repl` and `@example`. Per discussion on slack, it probably doesn't make sense to take over the default...

enhancement

## Request Transferred discussion from slack thread: it would be great to have a feature for code output analogous to to Documenter's [`@repl` blocks](https://juliadocs.github.io/Documenter.jl/stable/man/syntax/#@repl-block), where something like ```` ```@repl foo...

code eval
code blocks
has draft PR

As noted on slack, I've run into a couple of road-blocks when exploring some features. Noting them here for posterity: - on [this page](https://franklinjl.org/workflow/structure/), there's an example block with `{{ispage...

help wanted
docs
good first issue

Currently, each conditional seems to be evaluated for `@subset`, it would be nice (and possibly more efficient?) to use short-circuiting evaluation ``` julia> df = DataFrame(a = ["xy", "yz", missing,...

At the moment, it seems like the setup workflow is only suitable for starting a manuscript in a brand new repository, where the only thing in the repository is the...

See https://github.com/BioJulia/Libz.jl/issues/68 Libz.jl is no longer maintained, and now recommends folks use CodecZlib instead. In any case, the implementation for Libz.jl is no longer functional. ``` julia> FileIO.load("test.log.gz") Error encountered...