Bas Kamer

Results 69 issues of Bas Kamer

Consider `host.docker.internal` using instead of a [hardcoded IP](https://github.com/prooph/docker-files/search?q=172.17.0.1) It looks like `host.docker.internal` settled as a replacement for the Mac specific version and later localhost tld and is here to stay.

--allow-root-creation should be run only once on one host, the root block is created when you use the mounted volumes for the first time. see also: https://github.com/infinit/infinit/issues/15 However in when...

``` infinit user pull Remotely deleted identity for user "bushbaby123". ``` not sure if it actually deleted the user, but this does not sound correct v0.8.0

Documentation

Hi, I'm looking for a way to have paging and sorting accessible via query params (for navigation purposes (back button)). For paging I got this working now, but the sorting...

Output from `ember bootstrap:info`: ``` Npm packages: ember-bootstrap: ^4.9.0 -> 4.9.0 ember-cli: ~3.24 -> 3.24.0 bootstrap: ^4.5.2 -> 4.5.2 bootstrap-sass: n/a ember-cli-sass: ^10.0.1 -> 10.0.1 ember-cli-less: n/a Bower packages: bootstrap:...

Hi, I have a situation where I have a route with several child routes. The child routes are exposed with a tab. ``` {{#bs-nav type="pills" as |nav|}} {{#nav.item}} {{#nav.link-to "account.identity.primary"}}{{t...

I don't think the correct BS4 master supports add a readonly plain input type with a .form-control-plaintext. When I do that the .form-control is also added. Should we add a...

Bootstrap 4

see https://github.com/offirgolan/ember-cp-validations/issues/444#issuecomment-276023246 thanks

Declared as string here https://github.com/offirgolan/ember-cp-validations/blob/master/addon/validations/error.js#L33 ``` {{#each formModel.validations.errors as |error|}} {{error.parentAttribute}} - {{error.attribute}} - {{error.message}} {{/each}} Model: - emailAddress - Deze waarde moet een geldig e-mail adres bevatten Model: -...

bug

Can't seem to find anything, so I think ELT does not support grouped data. Lets assume countries and cities. one-2-many. A row would look like either a country name or...