mvanderlee

Results 59 comments of mvanderlee

@mikegrima FastAPI calls the `dict` function on Pydantic models, just like `json` does internally. https://github.com/tiangolo/fastapi/blob/master/fastapi/routing.py#L65

It's not PR ready, but I created an asyncio fork here: https://github.com/mvanderlee/trino-python-client/tree/py3-async I've now created a standalone project: https://github.com/mvanderlee/aiotrino

I've cleaned it up, got the builds passing and deployed it as `aiotrino` on pypi. Based on the amount of work required, I think it makes sense as a second...

I temporarily moved the `C:\Program Files\WindowsPowerShell\Modules\PSReadline` Ran the Install-Module command and moved it back. This seemed to work.

If my pull request is accepted then you can define a 'globalExcludes' or 'exclude' per package. Also requirements.txt will be excluded by default

Duplicating the config is a non-starter for us. So you're saying that there is currently no way to ensure a Model will always be serialized a certain way? Other than...

Right, but now if I add a datetime field to the parent. Then both would use the same format. I'm looking to be able to define how a particular Model...

Perhaps a file in the directory that marks it as a series, and then use the Album name as the series name, and the Titles as book names. ![image](https://user-images.githubusercontent.com/918128/80724488-4a292180-8ad8-11ea-85af-5045f2dd693d.png) While...

@wtanksleyjr do you have gist of an example script?

Multiple instances work fine! When using it inside tabs it must be lazy loaded. Using Angular Material that means using an ng-template ```html ``` https://material.angular.io/components/tabs/overview#lazy-loading