Johannes
Johannes
A simple second order equation produces errors when trying to solve it. ## Failing Example ```jl using ModelingToolkit, DifferentialEquations @variables t y(t) D = Differential(t) @named model = ODESystem([ D(D(y))...
This is only a quick and dirty fix (edit: for #341). The real solution is to move the `fs` argument from the response types to `digitalfilter`. This would enable something...
**Title** - bug: Jest Test in Create-React-App broken with `TypeError: tabulator_tables_1.default is not a constructor` **Environment Details** * react-tabulator version: 0.14.2 * OS: Windows 10 * Node.js version: 14.5.1 (latest...
**Synopsis** Document how to uninstall in README and juliainstaller **Full Text** Since `juliaup self uninstall` seems to work in the current release, it would be great if this functionality would...
When creating a slider with inappropriately high resolution, the memory usage becomes very high, slowing down the computer or even killing the Julia process. **Steps to Reproduce** 1. Open Task...
When the HTML value of a slider exceeds `2^31 - 1 = 2147483647`, the bound value is assigned an invalid index error. **Steps to Reproduce** 1. Create a new Pluto...
LibSndFile does not seem to support playback anymore (see https://github.com/JuliaAudio/LibSndFile.jl/issues/36), so I removed the corresponding statement. I also linked PortAudio.jl, which actually supports more powerful playback.
I used your package for the first time today and experienced strange results solving linear systems of Toeplitz matrices: ``` julia> using ToeplitzMatrices, BenchmarkTools, LinearAlgebra julia> x = rand(1_000); y=rand(1_000);...
I would like an `empty!` method for all heap types. It is currently only defined for `BinaryMinMaxHeap`. Compared to using `extract_all!`, an `empty!` method would not allocate a vector, which...
**Problem** The Default Name for a `ChannelFunction` is not described clearly in the DIN 15800:2020-07. Current definition of the `ChannelFunction/@Name`: > Name Name Unique name; Default value: Name of attribute...