Bas Kamer

Results 69 issues of Bas Kamer

I see this library supports doctrine entities as input to the serialiser. ``` https://github.com/nilportugues/php-json-api/blob/aa305a4ea7a9aef0be3cf243c1e2cf3c9efb3411/tests/Integrations/Doctrine/DoctrineTest.php ``` That example works without relationships. It seems I get into an infinite loop when I...

node broken? ``` docker run --env CI=true --rm -ti -v $(pwd):/myapp -p 4201:4201 -p 49155:49155 -p 7357:7357 danlynn/ember-cli:2.17.1 bash root@8f6ef0b0fac3:/myapp# node node: error while loading shared libraries: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: invalid ELF...

Dropbox is case insensitive. Meaning file/path created may be uppercased, but api queries are returned in lowercase. > Dropbox handles file paths in the same manner as Microsoft Windows. Uppercase...

The element being dragged is removed from the list until it is dropped. Is it possible to keep the element invisible but positioned? This would prevent lists items from jumping...

I have a template containing ``` {{#if this.editMode}} {{component ''my-edit-component"}} {{else}} {{component ''my-view-component"}} {/if} ``` both components Portal into the same PortalTarget... When I toggle this.editMode I get the following...

Would it be safe to wrap the render in a conditional so it won't output when nothing is added? https://github.com/kaliber5/ember-stargate/blob/master/addon/components/portal-target.hbs ```hbs {{#if this.count}} {{yield this.count}} {{/if} ```

### Bug report info ```plain text act version: 0.2.31 GOOS: darwin GOARCH: arm64 NumCPU: 10 Docker host: DOCKER_HOST environment variable is unset/empty. Sockets found: /var/run/docker.sock Config files: /Users/bas/.actrc: -P ubuntu-latest=catthehacker/ubuntu:act-latest...

kind/bug

Hi, How would I prevent this following typescript error? ![image](https://user-images.githubusercontent.com/143068/218320480-68e5d6d5-b187-4e04-bd7c-4fbc68d6e90c.png)

question

## Changes proposed in this pull request This adds an index.js on the utils path so utils can be imported from that. This is done because [@types/ember-changeset-validations](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/ember-changeset-validations/utils/index.d.ts) has definitions for...