ExpandingMan
ExpandingMan
Maybe this is simple and I'm just not seeing it, but can somebody show a minimal example of just opening the REPL in the right split instead of the left?
Much like the original poster, I had been looking rather earnestly for a notes system with some rather specific requirements for almost a year, and somehow I never came across...
A separate sub-command seems excessive, perhaps an option of the `browse` or `show` commands. I might try making a plugin, if I do I will share what I come up...
Uh... should have been latest tag, but I'm not 100% confident in that. Will have to check again...
In that case it would involve writing to a `IOBuffer` object, taking the `Vector{UInt8}` buffer and sending it to AWS via HTTP. Something like ```julia io = IOBuffer() get_data_from_s3!(s3, io)...
I haven't had many occasions to use HDF5, but when I did I was certainly resorting to temp files, which is certainly not ideal. In linux it's very easy to...
Yup, latest tagged version of both packages. On Julia 1.6.2. This is using a `startup.jl` which can be found [here](https://gitlab.com/ExpandingMan/dotfiles/-/blob/master/home/.julia/config/startup.jl).
Ah! No, I think I figured it out, it's the combination of the two errors. Don't pass `3` to `sin`, pass `\phi` to deliberately get the error. I get the...
I'm incredibly confused... I can reproduce this quite reliably...
The fact that I was able to achieve the same behavior you got when I changed the code a bit may suggest that this is a terrifying heisenbug... :fearful: