John Yani

Results 81 issues of John Yani

I think usability could be greatly improved here. Here's what I have in mind: 1. User has a wrapper script for her project, `run.sh` 2. User copies scripts from this...

I think this project could benefit from an illustration: ![docker and ssh](https://cloud.githubusercontent.com/assets/361985/22712805/d1adf35a-ed8e-11e6-8c83-a6f076cb576e.png) I hope it's a correct representation of what's going on here.

Doesn't seem to work if imported using ES6.

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...

enhancement

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;...