ma-laforge
ma-laforge
There appears to be some form of timing issue when using GameZero in Linux. As an example, it takes less than 1/2 a second for the bird in flappy bird...
Copying https://github.com/JuliaControl/ControlSystems.jl/issues/92: There seems to be alot of overlap in the facilities provided by the https://github.com/JuliaDSP and https://github.com/JuliaControl groups. | JuliaControl | JuliaDSP | | - | - | |...
In case the DSP group would like interactive notebook examples:  The example can be found here: https://github.com/ma-laforge/InspectDR.jl/blob/master/notebook/5_dspfilters.ipynb The plot includes a graph of the transfer function overlaid on a...
There seems to be alot of overlap in the facilities provided by the https://github.com/JuliaDSP and https://github.com/JuliaControl groups. | JuliaControl | JuliaDSP | | - | - | | `zpk` |...
I realize (think?) there is no current support for mouse cursors in Gtk.jl, but: In Gtk v0.18.0, I could use the GTK C calls to change mouse cursors in my...
Gtk.jl apparently does not work in JuliaBox. If I run: ``` Pkg.build("Gtk") ``` I get: ``` INFO: Building Cairo INFO: Building Gtk Installing dependency libgtk-3-0 via `sudo apt-get install libgtk-3-0`:...
Requested by @HackYardo in [#26 here](https://github.com/ma-laforge/InspectDR.jl/issues/26#issuecomment-855321559) Try to figure out a clean-ish way to do this without making the code too unwieldy. This set of components (axis type, plot area...
Appears that the `getstyle()` function uses `DEFAULT_FONTNAME` instead of the `fontname` parameter provided.
There is currently no way to specify a default line format (thickness, color, etc) for the actual plotted data. It would be nice to add this feature.
### Description InspectDR includes some code to ensure it can work with the installed version of Plots.jl. If InspectDR detects that it is more recent than the last time it...