-
To clean up data before serializing it it would be nice to have some kind of predicate if Cheshire will be able to turn `x` into JSON. I looked at [`cheshire.generate`](https://github.com/dakrone/ches…
-
When using AllOf for polymorphism, when a property references a parent schema using ref and a change is done to a child schema which is not referenced directly anywhere in the OAS file, changes done t…
-
it is a pain to have to write print functions
i have encountered a good example (simplifying here to make the point)
i was writing a function
```
fun f (x: 'a datastructure): 'a datastructure…
-
As Julia demonstrates, ad hoc overloading is a great fit for numerical computing! In Dex we have some support for it, in the form of interfaces (type classes), but I would claim that it's still a litt…
-
```
We give the possibility to specify http get parameters also as json strings, to
allow class objects as parameter types for the web interfaces also.
The problem is, by using json-io, specifying @…
-
11. Campos MIG, Maria Cristina Leme Godoy Dos Santos, Trevilatto PC, Scarel-Caminaga RM, Bezerra FJB, Line SRP. Early Failure of Dental Implants and TNF-α (G-308A) Gene Polymorphism. Implant De…
-
### Related problem
See #11108 for the original motivation for this feature request.
### Describe the solution you'd like
A really useful feature of Rust and Haskell is *Algebraic Datatypes*, a fan…
htngr updated
11 months ago
-
At the moment, when making a D function for use in Lua, there doesn't seem to be a way of accessing the caller's LuaState, and there doesn't seem to be a way to construct a LuaObject to return to Lua …
-
In chapter "Classes and Objects", the "Inheritance" section uses Emplyee/Programmer/Cook/Baker/GeekCook as example.
The problem with is that it's pretty arbitrary, there doesn't seem to be an problem…
-
We should consider looking into reducing the number of `List`, `Map`, `Set` implementations we have. It would possibly shrink code size and reduce polymorphism, thereby making it easier to optimize.
…