Alexandru Bau

Results 5 issues of Alexandru Bau

Apparently Sencha changed the CDN address and ExtJS 4.1.0 can't be found anymore at http://cdn.sencha.io/ext-4.1.0-gpl.zip . Could you please upgrade to the latest version ? Which I think it is...

Windows user here: it would be nice if the application minimised in the system tray. Great app!

enhancement

How can I pass secrets to the SSH command? Running the following command doesn't output MY_SECRET as an environment variable. Thanks ```yaml - name: Start container services uses: garygrossgarten/github-action-ssh@release env:...

Upon running `husky install` no error is thrown if `git` is not present and it makes it hard to understand why the command fails since there is no output. This...

When binding collections to Backbone.Validation may be difficult to identify which of the models is invalid. I end up doing something like this: ```javascript Backbone.Validation.bind(this, { valid: this._onValid.bind(this), invalid: this._onInvalid.bind(this),...