Sean Kennedy
Sean Kennedy
@RomanGotsiy - did you all look into the [support that Postman has for generating collections from swagger](https://www.getpostman.com/docs/postman/collections/data_formats)? (you have to scroll down a bit) I'm not saying that there's no...
Update on trying out Postman-generated collections, first impressions: * imported a couple specs that make use of "advanced" OpenAPI features without issue, including: * use of `discriminator` (polymorphic types) *...
Unfortunately, no; it is still coming out as an integer. :-( Looking closer at the library I'm calling, they have implemented a `enum.IntEnum`, which should be convertible to and from...
I'll have to try again with the `roundtrip=False` option.
I have been experimenting with using devcontainers for about 3 months and quite like them. I have a docker compose file that also starts a container with the DB (which...
[This is very helpful](https://github.com/pyodide/pyodide/issues/4386#issuecomment-1894701619) to know. It will be good to switch from `isPyProxy` - it looks like it ought not be an issue. It would still be nice to...
Coming back around to this: with #4256, it is possible to do the JSDock typedef: ```javascript /** @typedef { import('pyodide/ffi').PyProxy } PyProxy */ ``` Looks like I Just need to...
For me it was the VPN issue and this solution was PFM. Thanks @KRTirtho. > Third guess: Are you using openvpn? If so, create the bridge yourself: > ``` >...