Tim Sweña (Swast)

Results 130 comments of Tim Sweña (Swast)

Thanks for sharing. Yeah, that definitely seems like a reasonable thing to do. I use Firebase, too, to host https://github.com/whogoesfirst/who-goes-first. I haven't tried Flask-Admin yet.

Any sort of rendering you do based on POST variables would have to be done server-side, which is not a good fit for Frozen-Flask. If there's a limited set of...

Seems reasonable. I think we'd still want the default to be to fail in this case, but makes sense to add a configuration option. Maybe we should have a configuration...

@eyeseast Interesting. Yeah, ignore probably shouldn't mean render. In https://github.com/Frozen-Flask/Frozen-Flask/pull/59 I added options for redirects: - follow (no error, render) - ignore (no error, don't render) - error If we...

I actually made such a PR to do this in https://github.com/Frozen-Flask/Frozen-Flask/pull/59. In the spirit of keeping this library minimal, my solution was to change to error on redirect and do...

I'm also `tswast` on Read the Docs.

This feels like too far from how the virtualenvs work, which is to create an empty environment and then install the needed packages inside the session. What if in addition...

> some kind of mechanism checking if the file changed or not since last run This feels a bit outside of how `nox` is currently architected. Is there an FR...

There are two ways I recommend mitigating this deprecation: 1. Default to using a web server on localhost for receiving tokens in places where the OOB flow was previously used....