Eric Davies
Eric Davies
This would be a good example case to talk about how to do type conversions in LibPQ.jl
Yes, and this should already work; please give me examples where it doesn't and I will attempt to fix any issues :)
I've changed the title; currently I support numeric arrays only. I need to add escaping support in order to support text.
Yes, if you use the text format, which I do right now. Lines 268-346 in src/parsing.jl contain the current code for parsing numeric arrays, if you're interested in making a...
> I would not be surprised if `haskey` on this type is horrendously inefficient. I can imagine it being slow but it absolutely should not be allocating much memory. I...
I'm saying the opposite; JIT allocations are included so you can't draw conclusions about the code in a function from the allocations number unless you filter them out. From the...
I know that message is no longer a thing on HTTP 1.0, but both AWS.jl and this package are behind. I believe when streaming on HTTP 0.9, the actual body...
Happy to continue to approve stuff like this if you want to make me a collaborator
Does that environment variable work when using the V1 CLI interface?
Still exists, but looks different now (with reproducer, PDMats v0.11.16): ``` julia> c = Cholesky(UpperTriangular(Float64[1 0; 0 1]), :U, 0) Cholesky{Float64, UpperTriangular{Float64, Matrix{Float64}}} U factor: 2×2 UpperTriangular{Float64, Matrix{Float64}}: 1.0 0.0...