Joris Kraak

Results 5 issues of Joris Kraak

The changes made to the way `AudioNode`s are build broke this example. I've rewritten it to use the new `AudioRenderer` based strategy instead.

GitLab is fairly easy to self-host. Although best practice, this also means that the scheme over which GitLab is served is not guaranteed to be `https`. For this reason, the...

Type: Enhancement

Many components have nice descriptions for parameters and include the corresponding unit information in their comments, e.g. the [`Resistor`](https://github.com/SciML/ModelingToolkitStandardLibrary.jl/blob/59446722f3ab6114e1ce0562d1e469bb3787c361/src/Electrical/Analog/ideal_components.jl#L20-L46) or the [`ConstantPermeance`](https://github.com/SciML/ModelingToolkitStandardLibrary.jl/blob/59446722f3ab6114e1ce0562d1e469bb3787c361/src/Magnetic/FluxTubes/basic.jl#L68-L76). However, even though this appears to be supported...

## Changes [`PkgServer`s](https://github.com/JuliaPackaging/PkgServer.jl/) are the primary package distribution system for Julia (the alternative being operating on the underlying Git repositories directly, which I might contribute later but seemed like a...

I have been working on adding package servers as a "datasource" to the dependency manager Renovate (renovatebot/renovate#29623). This seems like a nice approach as it ensures the dependency manager uses...