Eric Davies
Eric Davies
I think we used to use the terms "hour-ending" and "hour-beginning" so often that it was obvious what "HE" meant to most people. Now we have many more people and...
Wow, yes, that's confusing. That should absolutely be changed.
@oxinabox https://github.com/search?q=isopen+language%3Ajulia&type=Code Also `isopen` is often used when you're not sure whether something else has closed the thing.
Right now `run` is unusable in our environment due to its tight coupling to GitHub's API. So we're looking for lower-level functionality to be made a part of the public...
Invenia strikes again: https://github.com/JuliaRegistries/General/pull/69703
We caught this for https://github.com/JuliaRegistries/General/pull/69703 when adjusting our internal packages to depend on the open source version. We get this error in our internal registry CI, which is correct: ```...
Regarding Postgres: I had planned a libpq wrapper for Julia but I cannot get Julia+Clang+Clang.jl working in any of my Julia environments (multiple compounding issues with segfaults, Pkg fetch issues,...
I think the solution for this would be something like https://github.com/FluxML/MacroTools.jl/blob/d1937f95a7e5c82f9cc3b5a4f8a2b33fdb32f884/src/utils.jl#L454-L470 as a preprocessor. I think something like that would normally belong in ExprTools.jl but I think people are also...
In support: ```julia julia> pop!(Dict(), "baz") ERROR: KeyError: key "baz" not found Stacktrace: [1] pop!(::Dict{Any,Any}, ::String) at ./dict.jl:570 [2] top-level scope at REPL[3]:1 ```
> Unrelated, but I like the attention paid to documentation and error handling in this package. Great stuff! :) Thanks! The plan for executor improvements is to have one which...