Martin Mauch

Results 86 issues of Martin Mauch

Hi @burhanrashid52, I'm currently in the process of switching from Todoist to org-mode as project management solution. One thing where org-mode is a bit behind is a good-looking UI for...

Hi Li Haoyi, I'm wondering why the [server address is hard-coded in Shared.scala](https://github.com/lihaoyi/scala-js-fiddle/blob/master/shared/Shared.scala#L27)? I can replace the URL with an empty string and everything still works. Having the URL in...

When trying to install callsite on Ruby 1.9.1 it fails with the following message: gem install callsite ERROR: While executing gem ... (Errno::ENOTDIR) Not a directory - C:/Ruby/lib/ruby/gems/1.9.1/gems/callsite-0.0.3/spec/test:2test Same thing...

Hi @cvogt, I know you don't have much time for compossible atm, but maybe you could give me a hint on how one could destructure a TMap when using typeclasses....

Hi @timowest, I've dug much deeper than I initially planned and made quite some changes to scalagen, but I hope they pay off: - I replaced the Maven build by...

Hi Daniel, I've finally managed to create a visualization for Bayesian Networks constructed from Categoricals. Check out the README of the Gist here: https://gist.github.com/nightscape/c2fcccac859b3ae34c99#file-readme-md Could you check if it runs...

Hi all, this is more of a FAQ in case someone runs into the same obscure compiler error as I did. I got errors like the following ``` java.lang.AssertionError: assertion...

When comparing a `String` with `null` the Differ fails with a `NullPointerException`. Minimal repro: ```scala import zio.Scope import zio.test._ object StringDiffTest extends ZIOSpecDefault { override def spec: ZSpec[TestEnvironment with Scope,...

bug

I'm trying to use modAL in combination with tslearn to classify timeseries of different lengths. [tslearn supports variable-length time series](https://tslearn.readthedocs.io/en/latest/variablelength.html) by filling the shorter time series up with NAs, but...

Due to personal and professional constraints, the development of this library has been rather slow. If you find value in this library, please consider stepping up as a co-maintainer. Help...

help wanted
question