-
I have this code:
```scala
final case class Example[State
-
### Description
Decoding an array of `QuerySnapshotDocument` using `Firestore.Decoder` is very slow, compared to decoding a similar array using `JSONDecoder`:
```swift
// 50k documents
let doc…
-
Noticed that [HttpLink got migrated to Utf8Decoder +JsonDecoder](https://github.com/gql-dart/gql/commit/dcb03fae5c4721e54cb97c1ecb9782f88145e119). Could we get similar improvements in TransportWebSock…
-
Some backends return polymorphic data without a descriptor:
```json
{
"value": "someValue"
}
```
vs
```json
{
"value": {
"version": 0,
"content": "someValue"
}
}
`…
-
Using fCNV to read a .cnv profile:
import sys
import numpy as np
import seabird
from seabird.cnv import fCNV
Fic = DirHydro + DirABR + "Est11__SouthBahia.cnv"
profile = fCNV(Fic)
Error desc…
-
Is it the issue connected with python 3.11?
Traceback (most recent call last):
File "/home/mario/Downloads/mutt_oauth2.py", line 107, in
token = json.loads(sub.stdout)
^^^^^…
-
Hello i'm trying to do a simple GenericClient call and it returns this error : "JSONDecoder.__init__() got an unexpected keyword argument 'encoding'" . Why that ? how can i solve this ?
-
Tried running the sample code and got a JSON Decode error. Here is the stack trace:
---------------------------------------------------------------------------
JSONDecodeError …
-
the worker reises an error. I guess the root cause came when the connection with RabbitMQ terminated or was lost.
No exception was found before or after this error.
Unfortunately, I don't know …
-
`JSONEncoder` and `JSONDecoder` classes should be renamed because they conflict with Foundation in Swift 4:
```
error: cannot invoke 'JSONDecoder' with no arguments:
let decoder = JSONDecoder()
…