Matt Wright

Results 78 comments of Matt Wright
trafficstars

Would this not be sufficient? ``` "@links": { "contact": [{ "href": "...", "title": "Contact information", "type": "application/vnd.mason+json" },{ "href: "...", "title": "Contact information (in vCard)", "type": "text/vcard" }] } ```

That totally makes sense. I'm new to this stuff, so pardon my naive questions.

@sksamuel sorry for the slow reply. The Gradle config is [here](https://github.com/mattupstate/acme/blob/acme-app-web-test-kotest/acme-app/acme-app-web-test/build.gradle.kts) and the kotest config is [here](https://github.com/mattupstate/acme/blob/acme-app-web-test-kotest/acme-app/acme-app-web-test/src/test/kotlin/com/acme/web/test/AcmeAppWebTestConfig.kt) Appreciate that you dug into the depths of this.

@adaschevici Awesome. Looking forward to any improvements!

> I believe this is just a browser feature (internal redirect), so it will work in Chrome and Firefox, but not with Safari. `systemd-resolved` will resolve domains with TLD `.localhost`...

Actually, I just realized I can probably do this: ``` python class UserImage(Image, Base): __tablename__ = 'user_images' class User(Base): avatar_image_id = db.Column(db.Integer, db.ForeignKey('user_images.id')) avatar_image = image_attachment('UserImage', foreign_keys=avatar_image_id, single_parent=True) background_image_id =...

I was thinking the same thing about the name change, but what you have going is nice and I didn't think it would be too hard to pull out the...

Hi everyone! @lnielsen Thanks for the kind words. I can't tell you just how grateful I am of you and the community of Flask-Security users out there that have made...

The Pallets org is not responsible for any opinionated Flask extensions, so I don't see much reason to bother them with that idea.

@lnielsen what is your username for readthedocs.org and pypi.org?