Adam Serafini

Results 6 comments of Adam Serafini

Which Python 3 version isn't it working on? It's currently only tested on Python 3.3, 3.4 and 3.5.

To be honest, if I had to choose a "HTML-syntax-in-Python" lib, https://github.com/twidi/mixt looks like a better/more maintained option than pyxl4 right now - I just don't have any time to...

I think the really useful feature a FastAPI shell could provide is resolving dependencies. For example imagine some class with FastAPI dependencies declared in its init (db connection pool etc),...

👍 My use case about a CLI for resolving dependencies above was for a hypothetical situation on a prod server when you need to debug something but where you may...

(sorry I just realised that my comment automatically removed the `answered` label: apologies)

> if such even exist). Yep this exists: https://matrix.yaml.info/ https://github.com/yaml/yaml-test-suite I had thought to suggest this as well! (and add `zig-yaml` to the compatibility matrix) If I can ever find...