Kevin Bonham

Results 67 issues of Kevin Bonham

Related to a discussion on slack, it would be useful to have a style guide for new content as something to review against and also as a way to memorialize...

content

Pursuant to a discussion on Slack, this PR adds the ability to specify an alternate location for scratch directories using `Preferences.jl` or using an environmental variable. My personal reason for...

https://github.com/JuliaData/DataAPI.jl/blob/main/src/DataAPI.jl

enhancement

On previous version of julia, I have the following in my startup.jl: ``` atreplinit() do repl # other stuff @eval using Revise # more stuff end ``` This has worked...

**Is your feature request related to a problem? Please describe.** [Typst](typst.app) is a new type-setting language (similar to LaTeX) written in Rust. It natively uses Hayagriva (based on YAML) syntax...

I'd like to get the names of dimensions for a `NamedAxisArray` - googling I found [this page](https://juliahub.com/docs/AxisIndices/AHOcZ/0.6.4/named_axes/) on juliahub, but it doesn't seem to be present in v0.7 docs, and...

One of the things I'd love to use tabli for is organizing myriad google docs that I'm working with. Unfortunately, google changes the url out from under you at inauspicious...

Brought up by @mlhetland: https://github.com/JuliaData/YAML.jl/issues/121#issuecomment-1110909042 > Though … I guess in YAML 1.2, the yes and no literals were removed, because of, e.g., «The Norway Problem». However, they still seem...

bug
parser

From #116 @hexane360 said: >To be honest, the hacky part was already there, in that `_parse_flow_sequence_entry` could randomly return `nothing`. This change just handles that case appropriately. I'm not familiar...

question

See #101 for details. Short version - some tests fail on Windows (on CI, weirdly not a problem locally) due to line endings. We're now chomping lines to get around...

Tests / CI
good first issue