-
```
What steps will reproduce the problem?
1a. var s:String = "\"\\u0040 \"";
1b. var s:String = "\"\\u0040\"";
1c. var s:String = "\"\\u004\"";
2. new JSONDecoder(s,false).getValue()
What is the exp…
-
RT
need any other config items ?
follow is my part config
[hekad]
maxprocs = 16
base_dir = "/export/home/hekad"
**max_message_size = 10485760**
#attack log default
[nginx_udp_551]
type = …
chwma updated
6 years ago
-
After using Circe, I expected `zip` to behave like `product`:
```scala
import zio.json._
case class A(a: Int)
object A {
implicit val codec: JsonCodec[A] = DeriveJsonCodec.gen
}
case …
-
Steps to reproduce:
1. Run zookeeper `docker run -d --net=host --name=zookeeper -e ZOOKEEPER_CLIENT_PORT=32181 confluentinc/cp-zookeeper`
2. Run kafka `docker run -d --net=host --name=kafka -e K…
-
Reference the following Django trac:
http://code.djangoproject.com/ticket/13526
Current master of this repo imports JSONEncoder and JSONDecoder directly which results in an error that the JSONDecode…
-
```
What steps will reproduce the problem?
1a. var s:String = "\"\\u0040 \"";
1b. var s:String = "\"\\u0040\"";
1c. var s:String = "\"\\u004\"";
2. new JSONDecoder(s,false).getValue()
What is the exp…
-
| | |
|------------------|-----------------|
|Previous ID | SR-7404 |
|Radar | rdar://problem/39354522 |
|Original Repor…
-
| | |
|------------------|-----------------|
|Previous ID | SR-10630 |
|Radar | None |
|Original Reporter | stjernegard …
-
#### Description
Summary:
The [RFC 7159 JSON spec][1] allows top-level fragments, like `99`, but JSONEncoder/JSONDecoder does not support this. Top-level fragments can be useful to save single value…
-
Due to JSON decode take 40.5ms on main isolate hence create a UI jank.
Maybe we can move the decode function to a background isolate using the [compute](https://api.flutter.dev/flutter/foundat…