Oleg Korsak

Results 80 comments of Oleg Korsak

btw. Adding to cors with both methods doesn't help: ``` for resource in app.router.resources(): cors.add(resource) ``` ``` for route in list(app.router.routes()): if not isinstance(route.resource, StaticResource): #

it seems that this project is abandonned

I've got a problem because of that. Any progress?

please make it tslint compatible too :)

@Insoleet please provide an example code where you don't need to kill an app, but it quits when closing the main window. Thanks

any news on this?

ok, lxd 4 is in gentoo repo, is it possible to update it now?

regarding non-source files... do we really need .so files in git repo? is there any way to compile them when building the package? just asking

how about we put all the source into src directory? so we can separate CI/CD and other configs from the actual source. Also it would allow to have separate out-of-source...

here is my template project which allows to separate python source, tests and c extensions: https://github.com/kamikaze/fastapi-project-template