Maxime Kjaer

Results 16 issues of Maxime Kjaer

- REST Client Version: v0.24.6 - VSCode Version: 1,67.2 - OS Version: Windows 10 Steps to Reproduce: The following are highlighted the same way, but not parsed the same way....

bug

### The kind of change this PR does introduce * [ ] a bug fix * [ ] a new feature * [ ] an update to the documentation *...

As discussed in #4037, as of Git 2.23, it is possible to ignore certain commits in a `git blame` (see [this article](https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame)). This effectively removes the main argument against automatic...

Bloop is currently able to compile and link Scala.js 0.6.x and 1.0.x, but not 1.1.0. It fails with the following error: ```console > bloop compile root > bloop link root...

enhancement
Scala.js
upgrade

## Bug description Running `sbt bloopInstall` on a Scala.js 1.0.1 project generates a Bloop config that has `platform.kind` set to `none`, regardless of the module kind in the sbt config....

bug
Scala.js

# Bug description `bloop link` is not able to link Scala.js projects without a main class. It reports the following error: ```console > bloop link root [E] No main classes...

bug
help wanted
Scala.js

When following the "Running from Source" instructions, I encountered the following error: ```console $ nvm use 12 ... $ yarn ... $ yarn start ... A JavaScript error occurred in...

`+` is `keyword.operator.arithmetic.scala`, `:` is `keyword.operator.scala`. This is likely also a problem for `:++`, etc We can solve this by adding a rule highlighting `${opchar}{2,}` as an operator.

bug

Lecture 5b page 2 defines the logistic function as e^z / (1+e^z). This formulation is [equivalent to](https://www.wolframalpha.com/input/?i=e%5Ex+%2F+(1+%2B+e%5Ex)) 1/(1+e^(-z)), or 1 - 1/(1 + e^z). Lecture 12a page 5 says that...

Hi, I think I've spotted a few typos in the lecture notes for lecture 6a on Generalized Mixture Models: - **Page 9**, the probability of Gaussian distribution needs to be...