Sebastien Arod
Sebastien Arod
**Do you want to request a _feature_ or report a _bug_?** _feature_ **What is the current behavior?** You have to specify the nodeVersion and yarnVersion **What is the expected behavior?**...
It would be nice to support [Kotlin](https://kotlinlang.org/) language. Not sure if this would help but there is an antlr grammar available here: https://github.com/antlr/grammars-v4/tree/master/kotlin. Thanks for this wonderful project. It is...
## Goal Add support for some level of parallelization inside the Junit Vintage engine. Ideally the level of configuration should be similar to maven surefire parallel options. ## Why When...
Upgrade gensim and smart-open to fix the issue. Fixes https://github.com/mitmedialab/sherlock-project/issues/60
### Steps to reproduce 1. Installing the requirements using `pip install -r requirements.txt` 2. Run the 00-use-sherlock-out-of-the-box.ipynb notebook ### Actual result The notebook execution fails with `ValueError: numpy.ndarray size changed,...
One big missing part of github is the capability to identify popular issues inside a project. Popular could mean: - Issues with lots of comments - issues with lots of...
md-pickers should support having angular 1.7 as a dependency. Today package.json limits usage to 1.5 or 1.6
The year picker seems to use an infinite scrolling mechanism which breaks in some situation which prevent to select year in the far further. **Steps to reproduce:** * Open a...
When using the following code angularjs-annotate fails to annotate the class if the class is transpiled to ES5 ``` /*@ngInject*/ export class Broken { constructor($q) { } }box chec ```...
It would be great if p2-maven-plugin could support using maven BOMs to specify library versions. Large projects often provide a [BOM](https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#bill-of-materials-bom-poms) to indicate the set of jar version that work...