Alfonso Ruzafa

Results 8 comments of Alfonso Ruzafa

Sure, the idea was to demonstrate the potential of the MacOS gestures and that they could be _easily_ implemented. This has been my first time dealing with C++ and QT....

I like the idea. Do you mean Spark operations that can be performed over RDDs? Those functions and the ones that can be applied to the standard Scala collections are...

I found using ```Collection object``` as the best way to express" the companion object of the trait ```Collection```, where ``` Collection``` means any class that behaves like that. It's complicated...

This guide was initially created to be focused on the standard Scala collections, although it's open to host more graphical functions for other Scala ecosystem libraries/frameworks, like #23. I'm not...

Yes, I already though about that. Since these relationships are language-agnostic it should be placed somewhere outside the .md translated files. Also, I think it should be a short list...

@leozide any word about this? 🙏🏻

Please, take a look at my own solution for i18n html pages with Mustache. https://github.com/superruzafa/visual-scala-reference/blob/master/src/build-index.php#L15 `{{# t }}{{ variable }}{{/ t }}` Every variable must be an array whose keys...

Similar thing happened to me on Windows 7/Java 7. I got it working by adding `null` when creating the `ScriptEngineManager` in src/main/java/com/mulesoft/raml1/java/parser/core/JavaNodeFactory.java ``` java private void init() { engine =...