-
My java Code to read a role in the property-file:
```
class ConfigIO {
private final transient Supplier cfg = new Once(ConfigFactory::load);
@PostConstruct
private void init() {…
-
Hello guys,
When we leave our OMInode running for a long time this error occurs and the node do not return any usable data.
Any request return `Internal Server Error`
The ODF explorer is wor…
-
### Feature
Presently, the plan is to release all commands utilising the native discord permission system.
This proposal documents the plan to migrate to a new permissions system once all comman…
-
Hi!
I was able to find working version of this, "com.typesafe.play" %% "play-json" % "2.2.0-RC2", but I stumbled across a problem. This doesn't seem to compile:
import play.api.libs.json._
import pl…
-
I've never liked the idea of having a top-level package called `controllers` for controllers that are part of the framework like `Assets` and `Default`. Since they are Play-provided components, they s…
-
I'm developing an app with the Apache Isis framework, where I use Query DSL for typesafe JDO queries.
My configuration is similar to the one described [here](http://www.querydsl.com/static/querydsl/3…
-
**I am currently running...**
- SpongeForge version: spongeforge-1.11.2-2282-6.1.0-BETA-2370.jar
- SpongeVanilla version:
- Java version:
- Operating System:
- [ ] Linux (Ubuntu, Debia…
-
In the list of ecosystems you support sbt is missing. So you miss all the Scala projects out there :wink: (like https://github.com/playframework/playframework/)
https://www.scala-sbt.org/
If yo…
mkurz updated
2 months ago
-
I really like the idea of typesafe monads in Python (what a time to be alive 😄)
However, I tried this and it doesn't work:
```python
from monads.currying import curry
from monads.result import…
-
I went through this: http://downloads.typesafe.com/website/presentations/ScalaDaysSF2015/T4_Vogt_Compossible.pdf
I've been looking a FP language with [anonymous records](https://gist.github.com/nikit…