Yaoda Liu

Results 8 comments of Yaoda Liu

@sholsapp Sorry, it doesn't support it now. But thanks for your advice, I will make it later.

@sholsapp Sorry for so long to reply you, I have prepared for my final exam last few weeks.. It looks good, but I have no idea for implementations, may you...

嗨 @sangmingming,这种场景建议使用 [BearyChat OpenAPI](https://github.com/bearyinnovative/openapi)

@tonyseek I prefer to using URL prefix. Consider the situation like: ``` python @bp.route('/post//edit') def edit_post(post_id): post = Post.query.get_or_404(post_id) return render_template('edit_post.html', post=post) ``` Codes looks not simple if using the...

@tonyseek How about: ``` python @nav.on(bar='top', item='post_list') # balabala ``` Make it more simple?

@tonyseek =,= More worse...Why not get item reference in `on` function? maybe like this: ``` python def on(bar, item, **args): item_ref = nav.ItemReference(item, **args) # balabala ```

@unix2dos thanks for your feedback, we do not support update attachments now. We will implement this feature in the future. For now, you can try to reorganize your `text.attachments` into...

I'm facing the same issue, any updates?