John Vandenberg

Results 969 comments of John Vandenberg

Due to https://github.com/py2many/py2many/pull/583, this is now now failing with > FAIL Required test coverage of 92% not reached. Total coverage: 91.48% Missing coverage is ``` pysmt/clike.py 68 13 81% 80,...

To reproduce, build a DSO from a python library, and then build it again an hour later, and do a binary compare the two DSOs. It might be necessary to...

As this was raised many years ago, very likely something has changed since then that has solved this. Thanks for retesting @kayhayen . I dont have time to recreate the...

On v1.4.5 with 10G of memory using clang, FlaskUsing still OOMs on i586, but passed on x86_64, ppc64le & ppc. On 2023-01-02-01 with 10G of memory using clang, PkgResourcesRequiresUsing.py was...

The output currently is something like: ``` [ 2557.038449][T11152] Out of memory: Killed process 11079 (clang) total-vm:10196416kB, anon-rss:8756608kB, file-rss:128kB, shmem-rss:0kB, UID:399 pgtables:1298kB oom_score_adj:0 ``` I can easily apply patches that...

Note there has been an update worth reading at https://github.com/GREsau/schemars/issues/225#issuecomment-1685352926 for anyone wanting to knowing the current status and plans.

https://docs.rs/document-features/latest/document_features/ can extract comments from Cargo.toml

Worth noting that `flatten` doesnt work with non-String datatypes. c.f. https://github.com/softprops/envy/issues/26

@juhaku, That will emit openapi of ```yaml requestBody: content: application/octet-stream: schema: type: string ``` However that will fail to be recognised as "binary" by most openapi readers, and client generators...