-
I am running into this with serializing a case class correct, when that class is contained in another case class.
Concrete example
Class definitions:
``` scala
@Salat abstract class DescClass(name:…
-
Hi,
Whilst type hinting is great, it is frustrating that one has to migrate the db each time one re-packages a set of classes that make use of them.
I'd love if I could get Salat to delegate back to…
-
Hello,
Today if I have a simple, single-parameter wrapper class:
case class URL( u:String ) {...}
and its used in another class:
case class Foo( myURL : URL ) ...
Foo( URL("something") )
If I ser…
-
I have a case class
`case class A(a: Int, b: Int)`
I m seeing sometimes that the resulting serialized value is
`{a:1,b:1}` and sometimes `{b:1,a:1}`
Does salat provide any guarantees as to th…
-
I want to add slider for featured Articles instead of list of featured articles
-
Eine Bestellvorlage für Terra kann nur live gehen, wenn sie folgende Bedingungen erfüllt:
-
-
Bedingung 1: alle Einträge müssen aktuelle Preise und Artikelnummern enthalten (dies wird schon jetzt g…
hpfmn updated
6 years ago
-
Hey @noahlz!
Is there any work or plans to upgrade to support newer versions of Mongo? Based on [compatibility charts](https://docs.mongodb.com/ecosystem/drivers/driver-compatibility-reference/#ca…
-
Playing with the framework, I see that the connections are not closed:
Sun Apr 15 10:22:27 [initandlisten] connection accepted from 127.0.0.1:49508 #581
Sun Apr 15 10:22:27 [initandlisten] connection…
ghost updated
12 years ago
-
## Description:
Port
- https://github.com/tgstation/tgstation/pull/59636
- https://github.com/tgstation/tgstation/pull/59981
from TGstation.
It is very much a straight port, pretty simple.
T…
-
If a case class has an Option value that contains a List of embedded case class objects, the result stored in Mongo will be different than if the value was not an Option.
Spec that demonstrates the i…
varju updated
8 years ago