Dr. Juan Miguel Cejuela

Results 44 comments of Dr. Juan Miguel Cejuela

@mhkarimi1383 I don't get such error. Make sure you're first on a context though.

@mhkarimi1383 the autocompletions are working for me just fine (also for `kubie ns` and for `kubie` itself). I've added some suggestions above to clarify how to make it work. More...

I have the same error. On the console, I see a bunch of warnings like these: ```javascript @parcel/transformer-js: Conditional or non-top-level `require()` call. This causes the resolved module and all...

See: https://github.com/cjlin1/libsvm/issues/78#issuecomment-270416472

The plugin works perfectly fine with 0.14 now

Just to add to @stejskal Just create a `.babelrc` with: ```json { "presets": ["env", "react"] } ``` And npm-install the babel and the relevant presets, as with: ```shell npm install...

I'm experiencing the same issue. I feel the need the shade akka to integrate it with flink 1.3.2 (although I know that the new flink 1.4.0 already incorporates the real...

Update: I tried a dirty-quick `sed` (`gsed -i.bak 's/\bakka\b/shade.akka/' reference.conf`) on the unzipped.jar or create a new [MergeStrategy](https://github.com/sbt/sbt-assembly/blob/master/src/main/scala/sbtassembly/MergeStrategy.scala) that does the "sedding" in scala. This fails. Due to the hierarchical...

Below a quick implementation useful for my use case. If the author is interested @eed3si9n , I can provide a pull request with a generalized version. ```scala import sbt._ import...