-
The included dependencies on libraries for Scala 2.11 contain some instances of code that won't run on 2.12, e.g.
```
$ scala modbat.jar --classpath=modbat-test.jar modbat.test.ChooseTest
java.lang…
-
TDD를 위해서 test code 부터 작성
# 1. Make API Spec
일단, api 명세부터 작성.
이 api가 보낼 데이터들을 생각해서 test code 작성.
# 2. 추상화된 API 작성
`@TODO` 또는 `???` 이용하여, route에서 controller의 action을 연결
-
We've received the reports on poor performance when running Game of Life simulation https://github.com/scala/scala3/issues/21432#issuecomment-2314717328
We should reproduce and profile the code to f…
-
Many routes implementations in our backend start with `ObjectId.fromString(aPassedIdString)`.
Maybe an implicit conversion can be done by play to directly support ObjectId as a GET parameter type?
…
-
**Affects PMD Version:** 7.3.0, 7.4.0, 7.5.0, 7.60
Make sure, to test with the latest PMD version.
**Description:**
We use a _lot_ of Spark. Our PMD setup is with the [maven pmd plugin](h…
-
e-graph is an important infrastructure for compiler optimisation, are you interested in publishing your related work as an infra module, like egglog?
Once it become stable enough it can serve as an…
-
As noticed here:
https://github.com/akka/akka/pull/29956#discussion_r563514448
We have had to switch to `Await.result`.
Is any workaround available?
-
is there any plans to bring support for play 2.3 and scala 2.11 support?
-
**Is your feature request related to a problem? Please describe.**
e-graph is an important infrastructure for compiler optimisation, are you interested in publishing your related work as an infra m…
-
**Describe the bug**
Our team received an error in the UI where we could not view a dataset or underlying folders. The error message said it was an error in `GET /datasets/{id}`
This was after try…