Paulo Cheque

Results 41 comments of Paulo Cheque

Related to this one: I had to include a `sys.path.insert(0, '')` to make my module discoverable. (I am using Python3.6 + venv).

Hi dadaista, this idea is in the top priority, I have already started to develop sample app. But can you be more specific where did you stumble?

Have you created templates for each route? /animal/edit.html /animal/show.html /animal/list.html TRH does not include templates. Also, you are using the default DataManager for MongoEngine. Have you started the MondoD server?

The objective of the library is to isolate the rest request handler from the database. So you can use any database or driver you want to. You can create a...

ps: you can add `from universalasync import async_to_sync_wraps` in README ```python import timeit import asyncio from universalasync import async_to_sync_wraps def sync_func(): pass async def async_func(): pass @async_to_sync_wraps async def wrapped_async_func():...

I will put here the errors caused in "gem install zmq" in case someone want to work in a pull request. ERROR: Error installing zmq: ERROR: Failed to build gem...

html is supported, example: ``` ```

I guess the diff would be line by line. I mean, depending on the change, it would not be feasible to use the margin notes, or we would need to...