-
Hi,
Can we use primitive data types as Generics?
### Here's my JSON:
```json
{
"result": 33
}
```
### Here's my Model:
```swift
class Result: Mappable {
var result: T?
…
-
**Describe the bug**
I'm trying to use [example poly 16](https://github.com/Kotlin/kotlinx.serialization/blob/master/guide/example/example-poly-16.kt) with `Response`. However the library doesn't see…
-
Currently in `EqualExpression` `type/value` is called on all values that are compared for equality. However `type/value` is only implemented on primitive types. We have to check non-primitive types fo…
-
According to [readme](https://github.com/sviperll/static-mustache/blob/master/README.md): "Any boxed or unboxed primitive type is rendered with toString method. Strings are rendered as is. Rendering o…
-
e.g.
BasicList
-
Implement `Copy` trait similarly to Rust primitive types.
Should be implemented for those types which have constant `object_id`s.
- [ ] `Boolean`
- [ ] `Float`
- [ ] `Integer`
- [ ] `NilC…
-
https://github.com/sajattack/bitbang-hal/blob/6631f50b49c397cda277b8314a048c995adfe7f8/src/spi.rs#L120
This line is unsound. Creating an invalid timer is UB itself, even if the value is never used.…
-
| --- | --- |
| Bugzilla Link | [378036](https://bugs.eclipse.org/bugs/show_bug.cgi?id=378036) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Apr 30, 2012 02:06 EDT |
| Modified | Dec…
-
I am unsure if some of the data types listed in the Section 4 table should be there. The section describes the table as a table for primitive data types, but primitive data types are those basic data …
-
The RedisOperations interface declares all returning types as objects. That is not very useful. For example I want to use the zrem method. Now I have to check that the resulting Boolean is not null. I…