Claire Foster

Results 720 comments of Claire Foster

> The way TB.jl is structured, we parse one log message at a time. It would surely makes things easier if you log just one message with all the metrics...

> So I'd love to be able to send summaries to one target and larger things like arrays to another target (a file probably). The right way forward here may...

Of course, I think the ideal solution to this is to improve the REPL logger config experience, and to do an iteration of performance tuning if there's any performance concerns...

Thanks for the ping. The meaning of `_group` has never been very clearly defined. Currently the default value (based on file name) means it's basically a software-component based category generally...

Hey, very sorry I missed your comment here. I'm glad you like this library :-) I think what you're looking for is SQL prepared statements, but with named arguments rather...

> Maybe a prepared query is the way to go about this, but it seems to me that the above approach sidesteps needing to care about how different backends might...

I had a quick look through here - it does all seem to make sense in terms of `curl_share_setopt` usage. Do we call `curl_global_init` explicitly somewhere? https://curl.se/libcurl/c/threadsafe.html points out that...

Looks like https://github.com/JuliaLang/Downloads.jl/issues/151 should (?) have fixed some of the immediate upstream issues.

It could be the libcurl bug mentioned here: https://github.com/JuliaLang/Downloads.jl/issues/110#issuecomment-902576602 Or perhaps something else to do with our the way Downloads.jl integrates with curl. Downloads doesn't use the same easy handles...

Thanks @helgee, I *really* appreciate these concrete use cases (despite the slow reply)! I think DataSets is exactly the right kind of package to help with some of these these...