Eric Davies

Results 197 comments of Eric Davies
trafficstars

@Wynand one of the most common things, `AbstractArray`, is of length 13. As you have more functions in your codebase, the length of the things are probably going to increase....

Hmm I think there are two exemptions here, and one is easier to define than the other. One: ```julia function do_thing(status) is_good(status) || warn(LOGGER, "Whoa there. Things aren't all good....

`;`, `}`, `]`, any other custom brackets, `end`, some operator like `*`, some operator like `||`, maybe more

See https://github.com/invenia/LibPQ.jl/pull/197/files#r494597781 A list of pairs where the second element of each pair is a long string of text is another good example of something that this would make nicer.

@dpo I have the same system configuration, but my startup is doing: ```julia using OhMyREPL @async begin # reinstall keybindings to work around https://github.com/KristofferC/OhMyREPL.jl/issues/166 sleep(1) OhMyREPL.Prompt.insert_keybindings() end ``` This doesn't...

Additional fact from the original observed file: this column was the right-most column but there were several columns of various types including Float64, string, and Int64, and only this column...

AFAICT `jl_init_with_image__threading` is still exposed, just like `jl_init__threading`

Could you have `AxisArray{_,_,NCVar,_}` instead?

See https://github.com/JuliaArrays/AxisArrays.jl/issues/127