standarddeviant
standarddeviant
I'm following up on this StatPlots.jl issue: https://github.com/JuliaPlots/StatPlots.jl/issues/147 And I'm unsure if I can re-open this DSP.jl issue: https://github.com/JuliaDSP/DSP.jl/issues/203 I have a reasonable prototype of code using RecipesBase.jl here: https://gist.github.com/standarddeviant/0e676140feca9b938943ebeded05b8e1...
@boarchuz Firstly, thank you so much for creating this library - it looks very promising! What are your plans for documentation? I see some nice function descriptions in the header...
This is a question and/or enhancement request. I would like to invoke the `pdoc` CLI via something like ```python python -m pdoc --html MyCode ``` Is this possible? I ask...
This is related to https://github.com/twadleigh/mexjulia/issues/48 because I can't figure out how to get multiple outputs from a julia function. Again, with this as the example: ``` # nargoutTest.jl function nargoutTest(a,b)...
This is rather minor, but wanted to make it easy to fix a spelling mistake. Cheers!
In the docs, the numeric types are INT, FLOAT, or Decimal. I'm wondering if it's aligned with the goals of the rhai project to add support for a `Complex` type...
There's a bit of syntax that uses the `.` operator combined with the boolean `||` operator here: https://github.com/GenericMappingTools/GMT.jl/blob/master/src/statplots.jl#L385 This works on newer versions of Julia, but not older versions. For...
Hello, what is needed to support ESP-IDF 3.3 or 4.x? For context, I'm interested in using the I2S+DAC feature, which is known not to work in ESP-IDF 3.2 per this...
Hello, Firstly, thank you so much for embassy and nrf-softdevice. Being able to program microcontrollers with rust is very appealing. I'm curious if anyone has successfully run a an embassy/nrf-softdevice...