- Eastwestphalia/Germany
- https://www.buschmann23.de
- @buschmann23
Popular repositories Loading
-
cutelyst
cutelyst PublicForked from cutelyst/cutelyst
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
C++
-
cutelee
cutelee PublicForked from cutelyst/cutelee
A Qt Template Engine based on Django templates
C++
-
simple-mail
simple-mail PublicForked from cutelyst/simple-mail
An SMTP library written in C++ for Qt. Allows applications to send emails (MIME with text, html, attachments, inline files, etc.) via SMTP. Supports SSL and SMTP authentication.
C++
-
405 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created a pull request in cutelyst/cutelyst that received 3 comments
Remove need for co_yield context in context coroutine method
This adds variadic template constructors to the CoroContext::promise_type that takes the coroutine parameters to give the promise type access to th…
Opened 1 other pull request in 1 repository
cutelyst/cutelyst
1
merged
-
Make Validator plugin usabel in coroutine contexts
This contribution was made on Apr 15
Created an issue in cutelyst/cutelyst that received 5 comments
ASync class not working
I tried using the ASync class like in the examples at cutelyst/examples/hello-world/root.cpp Line 178 in 99dfacb But I never get a resp…