Dennis Hoelgaard Bal
Dennis Hoelgaard Bal
Currently, the readme and plot therein look to me like they demo the package. However, they do not show examples of setting the minimum window width `w`, nor do they...
I do not know the name, so I hope someone can correct the `INSERTFILENAME` to the right filename.
I am pretty sure that this is correct now, and it was very wrong before. I am still unable to generate a sysimage, but at least the file is not...
This PR adds a skeleton for a sentence I am missing before i can make use of ColorCycle, where i am hoping that someone who knows the answer can correct...
This is the current helpstring for MCMCThreads ``` help?> MCMCThreads search: MCMCThreads MCMCThreads The MCMCThreads algorithm allows users to sample MCMC chains in parallel using multiple threads. ``` It would...
I mentioned in a comment on [this issue](https://github.com/c42f/RemoteREPL.jl/issues/50) that I had some latency issues when using RemoteREPL for my Raspberry Pi. But I just checked using a local host, so...
Closes https://github.com/c42f/RemoteREPL.jl/issues/54. This PR adds a single line to disable nagles algorithm, using the `Sockets.nagle` function. This is done on the client side, inside the `setup_connection!` function. On my system,...
This PR adds a troubleshooting section, as mentioned in my final comment in https://github.com/c42f/RemoteREPL.jl/issues/47. This would close https://github.com/c42f/RemoteREPL.jl/issues/47.
See comments in #50 for motivation, and for detail on what would be needed.
Based on [this thread](https://discourse.julialang.org/t/interpolation-in-macro-calls/25530/3), it is possible to process a macro to allow interpolating of values. My use case is that I want to define something like ``` function get_ADC(addr,...