gitboy16

Results 37 comments of gitboy16

Or we can simply have a macro that install packages at the beginning of the script without the need to load Pkg: ```julia @add_pkg DataFrames, CSV using DataFrames import CSV...

The only reason why I prefer a macro over an environment variable is because it forces the user to add it to the script/code and makes it clear to whoever...

Thank you. When I run ```julia res = curl_easy_perform(curl) ``` I see a lot of data being printed. That is the data that I want in a string variable. How...

I am not sure to understand how to convert the data to string from the above example. Why not return the variable data from the above function? Thank you

Ok thank you, I am going to search how to do that and post it here if I find out. Thanks again.

Thank you @KristofferC . I hope we will be able to specify the path of the local package/library.

In the meantime I just added the functionality to my "personal" juliaup version and I can make it work with different version of Julia. If you are interested let me...

@KristofferC would you be open to the proposal in my very first comment if I do the PR? Thank you

Hi, I was wondering if you have any feedback please? Is ok to do a PR? Or are you against it? I really think it would be great to have...

With HTTP v1.10.6 it is actually worst because now both Julia dev and 1.10.2 are failing. Here is the error: ```julia MethodError: no method matching sslupgrade(::Nothing, ::HTTP.Connections.Connection{Sockets.TCPSocket}, ::SubString{String}; readtimeout::Int64, iofunction::Nothing,...