Rafael Bugajewski

Results 90 comments of Rafael Bugajewski

This is probably related to https://github.com/an-tao/trantor/pull/198

Thanks for the feature request. Could you please clarify one question: Do you suggest that Drogon should adopt the INI file format in addition to JSON, or do you suggest...

I’ll make some sanity checks on macOS tomorrow.

Thanks for your feedback. If this will be a zero-cost addition to Drogon, then I think it’s OK to have this as part of the main repository (I don’t know...

We should also discuss about API changes before the first public release of the next major version, because we will be able to introduce API-breaking changes. I created a [placeholder...

We won’t add our own security implementation as we don’t have the possibility of audits, but better integration of a third-party dependency is a good idea, thanks.

I’m for creating all controllers in the beginning, and adding a lazy controllers option to get back the previous behavior if desired.

> Are there down sides of eagerly creating controllers instead of lazily? 1. Startup times are longer 2. Memory footprint is slightly larger I can’t think of any other downsides,...

@SamuelMarks As you already guessed, the answers provided here may be heavily biased. This is like asking on an Emacs mailing list if Vim is still the best editor, if...

I forgot to mention the MIT license under which Drogon is released that is very liberal and allows to use the framework for commercial projects. In some projects you aren’t...