Results 36 comments of Osaetin Daniel

Very soon I'll rewrite the core (`Flask`, `Laravel` and `Django` transformation) as core plugins. There's an open issue here https://github.com/danidee10/Staticfy/issues/4. It can only be solved when the code for the...

Really? Well, now that Python2 has been deprecated. It's not necessary anymore. Can you open a PR? I'll merge it ASAP

Which version of Python are you running?

I can't reproduce it. I setup multi-version testing with Github workflows and I specifically added a key for `python 3.8.6` on `ubuntu-latest` and it doesn't fail. you can see it...

@nwaomachux Yes Staticfy was built to support other web frameworks. @Olamyy 's pull request is an attempt to add support for Codeigniter. Currently. it supports only Flask, django and laravel...

This is an Interesting use case that I didn't think about. I think subclassing is the way to go (rather than adding a new config parameter) since this is a...

Thanks for the PR! I will review it as soon as possible.

I can see how this would be a problem. _There's actually a test in the repo that checks if receiving from two event loops on the same channel layer instance...

The `DatabaseWrapper` code was a leftover from the time when the library used `aiopg`. You're right that with `psycopg3` I should be able to get the connection parameters from the...

I assumed it would be slightly slower due to the translation from ORM to SQL but I wasn't aware of `sync_to_async` was such a bottleneck. This is a blocker @Demagalawrence...