GHTaarn
GHTaarn
Yes, when I use "CHRIS/CME1" or "WIKI/AAPL" then quandl works :) I am however still getting a stack trace when using the yahoo function with the example from the documentation:...
I think I remember that there is a bug in `ReplMaker`s README.md My package https://github.com/GHTaarn/History.jl uses `ReplMaker` and the README has a section on startup, hopefully you can use that...
I tried to think who would actually use a feature like this, and came up with 3 scenarios: 1. An experienced Julia user starts a simulation on a Friday afternoon,...
After testing this on Julia 1.8.5 I found that it also does not work as it throws a `MethodError`. The best solution that I could find that actually works is:...
Is `@async` really necessary? I found that it worked fine with just the following *startup.jl*: ```julia import ReplMaker atreplinit() do repl try ReplMaker.initrepl( apropos; prompt_text="search> ", prompt_color=:magenta, start_key=')', mode_name="search_mode" )...
Thank you, that looks correct
Thank you for your comment, now I know what to do in future. I agree with you that I was expecting a behaviour similar to your suggestion or to `--preserve=direct`....
#4266 has a slight glitch that I have suggested a fix to in #4087 @KristofferC from my understanding of the online help, `add` has the default that you describe which...
Hello, first of all, sorry for the long reply time, I have been very busy with other tasks until now. I am glad that you agree that it would be...
Fixed as of TimeZones version 1.21