John Yani
John Yani
I think this project could benefit from an illustration:  I hope it's a correct representation of what's going on here.
Doesn't seem to work if imported using ES6.
Fixes #7
1. User navigates to `GET /settings` - Middleware sets session.returnTo to `/settings` - Middleware redirects to `/login` 2. User's browser follows redirect to `GET /login` - Application offers Google 3....
Is it possible to make this shell-independent? ``` /wait-for-it.sh: line 70: syntax error: unexpected "(" (expecting ";;") ``` This would be particularly useful to run it with alpine, which uses...
In the sample configuration it would be nicer to either disable email verification or specify admin user.
When I run program using xmlbeansxx and generated classes (large xsd scheme), whatever I do, memory usage never goes lower than 300k. Is there any way to destroy allocated memory...
I have a shema that includes enum values which has the same names as macro defines. ``` ``` It generates to: ``` static const Enum MACRO1; static const Enum MACRO2;...
When I run ./cbootstrap it says that log4cxx is missing, while the wiki says it is optional.