HackerTrans
トップ新着トレンドコメント過去質問紹介求人

spacether

no profile record

投稿

Show HN: Puns from Wikipedia Page Titles

punnily.com
32 ポイント·投稿者 spacether·2 年前·18 コメント

[untitled]

1 ポイント·投稿者 spacether·3 年前·0 コメント

OpenAPI JSON Schema generator v3.0.0 released

github.com
1 ポイント·投稿者 spacether·3 年前·1 コメント

Python: Best way to require a key value pair (with invalid key identifier)?

1 ポイント·投稿者 spacether·3 年前·2 コメント

コメント

spacether
·2 年前·議論
Glad to hear that you like it! Yup that's the process. Titles are in a relational db and fetched titles for a rhyme are stored in redis to speed up queries after the first one.
spacether
·3 年前·議論
Version 3.3.0 released, allowing easy to use openapi v3.1.0 code generation. Use apis in python with full typing on inputs and outputs. >66% of the new json schema keywords have been implemented including: - const: only string values are working because of bugs in swagger parser - contains - dependentRequired - dependentSchemas - else - if - maxContains - minContains - patternProperties - prefixItems - propertyNames - then - type (array of types supported in addition to one non-array value) - unevaluatedItems - unevaluatedProperties
spacether
·3 年前·議論
If you need a python client code generator for your openapi document please check out the project. It has type hints everywhere, passes mypy checks, and supports composition and multiple content types.
spacether
·3 年前·議論
Thanks. I posted it there and it was closed as opinion based: https://stackoverflow.com/questions/76483545/what-are-indust...