-
I started RF'ing the metadata code base. I increasingly dislike the special status of the extractors. They are essentially generators that yield JSON-serializable records -- just like any other comman…
-
This is a wonderful tool and free at that so I hate to make a feature request, but if it would be trivial to add it would be great if there was a settings option to decorate each generated class with …
-
#### Example to reproduce the issue
```
use serde::{Deserialize, Serialize};
use serde_diff::{Apply, Diff, SerdeDiff};
#[derive(SerdeDiff, Serialize, Deserialize, PartialEq, Debug, Clone)]
st…
-
while trying to generate using the library im getting an exceptions. i want to create different ChopperService foe each flavor.
full terminal log:
```
flutter pub run build_runner build --delete-co…
-
Kotlin 在 1.3.30 版本带来了几个比较好的新功能,其中一个是 Json 序列化,比 Gson 还好用,真佩服 Kotlin 团队这帮人。
> Kotlinx.Json 和 Gson 最大的不同是后者使用反射解析,而前者是动态生成代码,所以速度上应该前者更快
Json 在 Kotlin 是以插件的方式存在的,所以需要自己添加依赖,项目地址:[Kotlinx.serializa…
-
For some reason, I'm using swagger-parser to parse Json to OpenAPI object. However, the json-string is pretty large (about 1MB), it takes about half a minute to analyze it every time, so I want to cac…
-
Please update the SDK constraint on this package. I am getting error message on get:
Package reflectable has no versions that match >=1.0.1 =1.0.1
-
For crypto part use https://cryptography.io/en/latest/hazmat/primitives/asymmetric/rsa/
Here is how this function could look:
``` python
envelope = create_envelope(nodes, content)
```
`nodes` shoul…
sirex updated
9 years ago
-
After updating MkDocs to version 1.0 from last friday, building the documentation will fail with a typeerror "TypeError: Undefined is not JSON serializable". Removing rtd-lightbox as custom theme remo…
-
_(As discussed in #103)_
In order to reliably parametrize scripts at `document_start` __avoiding races with page-provided scripts__, `RegisterdContentScript` needs to support two additional propert…