breandan

Results 140 comments of breandan

Also encountered this issue on Ubuntu 18.04 with GraalVM CE 19.3.0 (AMD64) for Java 11. Running `mvn clean client:build` from within the `Maven/HelloFX` directory fails with the following output: ```...

Hi @robbporto, thank you for the helpful suggestion. Although AceJump does not currently offer a single button to automatically revert to the default color scheme, it is possible to set...

In addition to platform-specific artifacts, it would be helpful if multik continued to distribute a single fat JAR containing all shared libraries for multiplatform builds. As a library author, I...

@yzhang87 When I try building your fork with the command `configure --with-mkl=/usr/local/mklml --with-kaldi=/home/breandan/ClionProjects/kaldi`, the build fails with [this error](https://gist.github.com/anonymous/83de863ee89450895296dc10acfd24f8). I am using `g++ 6.3.0` with the Custom MKL v2 dependency...

Thanks! Still having trouble building the dependencies on Linux. I was able to install ATLAS and CLAPACK using the instructions provided. Installing ATLAS, [this Kaldi thread](https://github.com/kaldi-asr/kaldi/issues/1945) was especially helpful (you...

> In the current state of the library, it is impossible to multiply a m x n matrix with an n-dimensional vector. I've gotten around this by adding functions to...

That's a neat solution, thanks for the tip! I'd like to use a linear algebra backend such as ND4J, Commons Math or EJML, but haven't gotten around to it yet....

After giving this some more thought, I believe either representation could make sense, e.g. representing a Vector as a subtype of Matrix with `Cols=1` or Matrix as a subtype of...

Hey @tribbloid, looks cool! I won't have time to review this for a couple weeks, but encourage you to keep going! Who do you see as the audience for the...

> I still didn't see the ability to summon axioms & proofs at type level, I believe the Arrow folks are adding support for [type proofs](https://github.com/arrow-kt/arrow-meta/blob/b64fbdd9326f8f25b27bbac452fbb86c6b22df13/compiler-plugin/src/main/kotlin/arrow/meta/plugins/proofs/package.md#type-proofs), but it's still early...