Özer S.

Results 26 comments of Özer S.

I joined the group, not sure how it works yet, I'm new to that tool. But I can add / review the translations, if you like.

That's the only important thing missing in my view. Any progress on this issue? I am thinking on using this module for a client, but we need recurring payments for...

In case someone needs this, here is my solution: ```python class MyFormHelper(FormHelper): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) self.helper = FormHelper() self.helper.form_tag = False self.helper.layout = Layout( "field", ) class...

I think bringing this feature would be amazing. I am using pynamodb with pydantic right now but it's very cumbersome managing two sets of models and transforming them back and...

I have the same issue, using the view creates the invite but also displays the error "AlreadyExists". Any workaround?

I have a quick workaround: You can change the `_invite.html`, which contains the form, to check for `success_message` and then do if then clauses where appropriate: ``` {% extends 'base.html'...

It will not work, Shiny is highly stateful so Lambda won't work well.

Same issue here :( @bartTC How did you delete it manually?

Hey Mesemus, It would be awesome if you could transfer it to me, I am eager to get this up and running. Thank you!

@mesemus sorry the late reply, I went with my own solution back then but now I am using it across multiple projects and it turns out its very similar to...