-
The `MqttConnectionSettings` are undocumented. In particular, knowing what is required in order to establish a TLS connection is left for the user to figure out. An example in the docs would also be n…
huntc updated
6 years ago
-
**Type of issue**: other enhancement
**Impact**: no functional change (additional documentation) | API addition (no impact on existing code)
**Development Phase**: request
**Other…
-
I did not find a tracking issue for this, but please point me to it if there is one.
For full transparency, I don't know if it's **necessary** to publish Scalameta for Scala 3. It would certainly b…
-
### Describe the bug
Say you have a Scala CLI file like this (BSP doesn't matter, I originally spotted it in SBT project way back):
```scala
//> using scala "3.2.0"
object enumerations:
t…
-
Hi,
Is possible that the timeout configuration is not being used in Akka 10.0.10?
```
val akkaVersion = "2.5.6"
val akkaHttpVersion = "10.0.10"
//Akka
"com.typesafe.akka" %% "akka-a…
-
It would be awesome to have a small site for Eventsourced that follows same "mantra" as the one [Spray](http://spray.io) has.
Inspiration for build stuff:
- https://github.com/typesafehub/doc-templat…
-
This is using macwire 0.7.1 and scala 2.11.2.
When we have a code block like this:
```
/**
* some comment what this service does.
*/
lazy val service: Service = MyService
```
as part of the d…
-
### Expected behavior
- [ ] User's Guide
- [x] API Document #19
- [x] ReadMe.md
次のようなサイトをpradoxで作成したい。
概要
ソーシャルアプリケーションを作成するためのフレームワーク
機能
アカウント
認証機能(ID,PASS)
別名機能
S…
-
**Describe the bug**
I have assigned the mill instead of sbt, but neoterm does not recognize it
**To Reproduce**
below is the script that assigns mill compiler to produce `mil -i {prj}.console`
…
-
The calculation of `prev` execution from the current time does seem to return `None` when
the current time is 1st of every month and previous month is less than 31 days.
This happens regardless of…