-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: N/A
Is debug build: N/A
CUDA used to build PyTorch: N/A
ROC…
-
https://github.com/tomjaguarpaw/haskell-opaleye/blob/master/src/Opaleye/Internal/RunQuery.hs#L279
Requires https://github.com/lpsmith/postgresql-simple/pull/222
-
Hi
Is there any way to disable json decoding on queries that involves json/jsonb fields? I'm working on the clojure (https://github.com/vertx-clojure) adaptation of the pgclient and I found that wh…
-
### Component(s)
pkg/stanza, receiver/filelog
### What happened?
## Description
I'm receiving a blob of JSON, occasionally, on `attributes.log`, in a `filelog` receiver. If and when this f…
-
it's unclear how to test data sets other than the random data set. It would also be nice to have a flag for generating more uniform/bias data in cases of a speculative decoding models where we would l…
-
Hello!
The `mesh-task` submodule intakes a variable called `log_configuration`, to customize/configure logs for an ECS task built by this module. The variable is added to the merged `container_def…
-
Arroyo is a very good library, and we ran into some performance issues when using it, and we found that there were large-scale decoding operations, as shown below.
![image](https://github.com/user-at…
-
I currently use the pickle encoder and decoder; however, I've been requested to have the encoding/decoding process be doable through JSON encoder/decoder.
When dealing with compound structures, i.…
-
What should I do when I get the following error in the middle of my running code? What's the cause for it?
http://stackoverflow.com/questions/40099046/raise-imgurclienterrorjson-decoding-of-response-f…
-
**Describe the bug**
JSON objects must have string keys. So when parsing to maps with non-string key types, the string must be coerced into the type. For example, using a schema with a Map(Int32, I…