Bas Kamer

Results 69 issues of Bas Kamer

``` $this->notify->on(IN_CREATE | IN_ISDIR, function ($path) { } ``` // watching `watched/path` // mkdir watched/path/newdirectory $path would be 'watched/pathnewdirectory' without this fix.

Hello, Would you consider adding a random password to the user creation 'cause otherwise the account is locked and passwordless keys will not work. Try this role and then `dev-sec.ssh-hardening`....

would it be an idea to be able to encrypt via environment variables? git-crypt unlock $GITCRYPT_SYMETRIC_KEY Now that gitlab-ci is able properly secure these, "Secret Variables; These variables will be...

For a contact component that contains multiple sub components (email, phone, etc) I create a single changeset with validations based on the added sub components. Data for each sub component...

Hi, I'm noticing that changing one property path also triggers updates to other sibling properties. a setter (or didReceivedAttrs) is triggered for components like so when a different property in...

Is there a -native- way to run sub-tasks, something similar of ``` transport.exec('fly build-phar:prod'); ``` The above works, but ANSI colors are lost and we get nested output. ``` localhost...

enhancement
question

Hi, ember-i18n has been deprecated over ember-intl which uses a slightly different format. i18n needs files as `{locale}/translations.js` intl does it as `{locale}.json`. Therefore, the contents looks a bit different...

some random thoughts here. no pressure. thanks for the hard work! #### usability - ~~selecting a row in the list of translation can only be done by click exactly on...

enhancement

Not sure if this really is a bug or an unwanted side effect... When I create a changeset from an ember-data model and open the ember-inspector tab, two properties are...

bug

This fails `await expect(page).toHaveSelector('div.ember-cli-notifications-notification__container');` where this passes `await expect(page).toHaveSelector('div#content-wrapper');` are selector's something other then CSS selectors? Or perhaps I expect different behavior? *I am certain a div.ember-cli-notifications-notification__container exists on my...

triaging