hmf
hmf
Think this is the intended link: https://www.juce.com/
This is not a bug in the sense that it prevents Markdown from working correctly. However it prevents [JBake from using its configuration file to add the Flexmark extensions properly](https://jbake.org/docs/2.6.7/#markdown_extensions):...
…Class" style check. See issue #937. ## Description ## This change was discussed in issue #937 I am working on data with labels but do not use those labels for...
## Description I am working on data with labels but do not use those labels for learning and inference - unsupervised learning with auto-encoders. I do need the labels later...
Any plans to update and publish Vegas for Scala 2.12? TIA
I came across the pull request [ WIP: Support for scala 3.1 #896 ](https://github.com/almond-sh/almond/pull/896) and took a stab at it. Apparently the TASTy versions between the `2.13.*` and `3.*.*` branches...
Scripts calling coursier to [generate the launcher](https://github.com/almond-sh/almond/blob/master/scripts/generate-launcher.sh) and [install the kernel](https://github.com/almond-sh/almond/blob/master/scripts/install-kernels.sh) are using the deprecated `-I `option. Do we still need this? If not, create a PR with its removal?
I have forked the a [Maven project](https://github.com/hmf/graal-js-jdk11-maven-demo) that demonstrates the use of the GraalVM. It also includes a set of tests that confirm that the GraalVM JS engine is faster...
I am trying to activate the extension as indicates in the [documentation](https://jbake.org/docs/2.6.7/#markdown_extensions). The link to the documentation does not seem to help because I cannot find the strings as shown...
The following code: ``` val dir: File = cwd / "data/inegi/ensaios_rolamentos_3" val matchNames = "*.csv" val matches_tmp: Iterator[File] = dir.glob(matchNames) val (good, bad) = matches_tmp.partition{ e => e.path.getFileName.toString.contains("norm") } println(s"good.size...