Neyts Zupan

Results 58 issues of Neyts Zupan

I realize there is no dedicated startup page, but there is a special code for startups to get the Team plan. And the app is purpose built for small teams...

I maintain a "realworld example app" for Pyramid, a popular Python Web framework. The example app uses SQLAlchemy. Recently I added `sqlalchemy-stubs` to the project to showcase how to do...

In https://github.com/nix-dot-dev/nix.dev/pull/248 I introduced a way to export code samples into files, and then test them. This commit adds an additional improvement on top of that: to test shell session...

For the task I am currently working on I really need to install https://github.com/aurora/rmate on my NixOS server. It's a simple bash script so I can just `wget` and `chmod...

On the plone.api project we have had a Makefile for bootstrapping the dev environment and it is (in my view) probably one of the main reason why plone.api was able...

Accessing `request.openapi_validated` in a route that has `view_config(openapi=False)` will no longer break the route. Refs https://github.com/Pylons/pyramid_openapi3/issues/165

I'd like to have more projects linked under https://github.com/Pylons/pyramid_openapi3#use-in-the-wild. Please let me know if I can list your project!

@miohtama asked me if I have any examples of how to do pagination with pyramid_openapi3. I don't, but I have some private code that I could potentially share. Ideally, this...

Would it make sense to have `pyramid_openapi3` automatically register routes for all endpoints defined in`openapi.yaml`? This could be a default behavior so it's easier to get started with and less...