Eran Medan

Results 8 issues of Eran Medan

This fix is needed for IDEs to not complain about type mismatch, e.g. in cases such as `{{ item.modifiedDate | timeAgo }}` in case modified date is a number. It...

Some IDEAs (latest Intellij) will complain when passing a number to the pipe (since its transform method accepts only a string) Date's constructor does support passing a number, so in...

It will be nice to be able to do this ``` mode = development ``` and somewhere else do ``` include ${mode}.conf ``` to allow different configuration files to be...

feature request
faq

The example currently supports SAML, and would be nice to also include an OIDC option. This will need - update in the env.sh.template file to allow to choose this configuration...

enhancement
help wanted

Scastie is pretty awesome, and I think this can be leveraged to allow others to spread the love of Scala in other ways. For example scalatutorials.com (which I created, and...

help wanted
Level 3
Scala Spree
documentation

The Named RDD feature is one of the reasons spark job server is so great, sharing RDDs between queries is what makes interactive multiuser querying possible. While it is possible...

enhancement
feature request

You get a "The specified location-constraint is not valid" Will try to get a pull request that fixes it