GHTaarn

Results 6 comments of 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