-
The code,
```python
import panel as pn
pn.extension('echarts')
from pyecharts.globals import CurrentConfig, NotebookType
CurrentConfig.NOTEBOOK_TYPE = NotebookType.JUPYTER_LAB
from pyecharts imp…
-
Specifically, this file https://github.com/statsbomb/open-data/blob/master/data/competitions.json
The file is formatted as a json array, and I would like to read the file in a streaming fashion.
W…
-
### Checklist
- [X] The issue can be reproduced in the [Auth0.swift sample app](https://github.com/auth0-samples/auth0-ios-swift-sample/tree/master/Sample-01) (or N/A).
- [X] I have looked into the […
-
NSJSONSerialization is one of the more stable JSON parsers, but it's not as fast as it could be. Further, when you have the choice of how to convert things from char * strings into actual Swift object…
-
Hej, it is nice to have `JSON` as an intermediate correctly-typed abstraction over same JSON data, but at some point I might still want to work with some dedicated data class. However, at that point I…
-
I'm getting this error in the AppDelegate, but I'm not sure what the problem might be. Any help is appreciated, thanks!
(the exact line that has the error is: "let detailsViewModel = DetailsJobView…
-
### What did you do?
Consume and parse web socket response using SwiftyJSON
### What did you expect to happen?
At least no memory leak
### What actually happened instead?
I got memory l…
-
Hi, there,
It seems that the code does not compile in serialize-json.
static/js/main.7ceea777.js from UglifyJs
Unexpected token: name (JSONDecoder) [./~/serialize-json/lib/decoder.js:21…
-
This function currently works but bridges our modules in a weird way.
```scala
private def expectJson[F[_]: JsonDecoder: Bracket[*[_], Throwable], A: Decoder](client: Client[F])(req: Request[F])…
-
When trying to test upgrade to ZIO 2.0, I discovered that a codec that was correctly decoding JSON with `zio-json 2.0.0-M3` is now failing with `3.0.0-RC7`.
Even weirder, the decoding starts to work…