mokadevcloud

Results 8 comments of mokadevcloud

Hi Miguel, I'm trying to have one module.py per table. I put all such modules in a folder called models, with an __ init __.py which imports each table: ```...

I don't yet have any routes which return data, for example. But I did import into main.py where I have: ``` @app.shell_context_processor def make_shell_context(): """Export stuff to flask shell.""" return...

Hi Seung, any timeline for Vue 3 support? It would also be nice to be compatible with TypeScript. Thanks

Thanks for the answer. We have a lot of classes, and found that ViT performs better than ResNet.

I see. With the current implementation, we would have to keep track of the sortBy field and the sortMethod, and internally ourselves sort the items by this field and method,...

Hi @beyondmetis , looks like this repo is no longer being actively maintained. Hope you are doing all right. Is there any possibility of someone else taking over this repo?...

Hello, any chance Vue 3 support will be forthcoming? Thanks!