Markus Lohmayer
Markus Lohmayer
Can BlockArrays (currently) be used to define BlockDiagonalArrays in a straightforward way similar to Diagonal in LinearAlgebra? Thanks!
I want to compute the rank of a symbolic matrix: ``` A = Num[0 -1 1; 1 1 1; 1 -1 0] rank(A) ``` unfortunately this yields `MethodError: no matching...
The combination of implicit multiplication and string macros seems to cause problems. For example, the [Unitful.jl](https://github.com/PainterQubits/Unitful.jl) package makes use of this heavily: ```julia 3u"kg" ``` means 3 kg, since the...
I think this is really a great package! Although I prefer to use `ResultTypes` over plain Julia exceptions in most situations, in some cases I still want to throw exceptions...
I tried to setup comma together with the prebuilt index from https://github.com/Mic92/nix-index-database but I get `Warning: Nix-index database does not exist`. I am on macOS and I have `nix-index-database.hmModules.nix-index` as...
First of all, thanks for providing the Dockerfile. I have a question: Is it possible to bind the DHCP server to one specific physical interface on the host, say eth0?...
Again, my full appreciation for this library! As the title says, I would find it very useful if setting `.standalone.enable = true;`would still create a `@` output. In this way,...