dan
dan
Ember inspector is choking when opening the components tab. Does this error look familiar? Any tips if it is due to misconfiguration of my app? ``` Uncaught TypeError: mergings.indexOf is...
Is lua-resty-auto-ssl compatible with aws redis elasticache? It's all working fine with local storage, trying to trouble shoot getting a redis elasticache cluster working. Connecting with the cluster Configuration Endpoint....
Does it have built in support for polymorphism?
TLDR; Cannot seek playback time of a video file served from localhost during Tests because ember-cli's express server configuration doesn't support `Content-Range` and serves the file with a 200 response...
The user agent for hstspreload requests is generic `user-agent: Go-http-client/2.0` Can this be set to something specific to identify the bot? This would enable server admins to whitelist the bot...
If the first target times out, it errors. ``` Traceback (most recent call last):ay' ... File "/usr/bin/we-get", line 11, in load_entry_point('we-get==1.1.0', 'console_scripts', 'we-get')() File "/usr/lib/python3.6/site-packages/we_get/__init__.py", line 14, in main we_get.start()...
I first notice a few months ago... Reproduce: -Safari 12.1.1 on Mac OS. https://api.emberjs.com/ember/3.10/classes/@ember%2Frunloop -On the index tab, under "methods", click "debounce" Expected: -Shows the `debounce` method API details Actual:...
When using VSCode workspace with multiple folders/apps, template linting doesn't run, however the .js files are linted properly. eg. ``` My Workspace frontend-ember-app backend-ember-app ``` I have made a reproduction...
The organization feature looks pretty nice. Have you moved on from how you use threejs in your Ember projects? now that ember-auto-import is here, is that all you use? I'm...
Running `task.cancelAll()` on a task that is part of a group cancels all the tasks in the group. Shouldn't `fooTask.cancelAll()` just cancel all the Foo tasks? and `group.cancelAll()` cancel all...