Peter Banka

Results 10 issues of Peter Banka

## Version 3.9.2 ## Test Case Sorry, don't have a test case for this ## Steps to reproduce When saving a changeset, have a server respond with a 406 error...

Hello. I am having an issue with the latest `ember-cli-typescript` and `ember-component-css`. I'm getting a ``` Cannot set property styleNamespace of [object Object] which has only a getter ``` Sometimes...

### Which package(s) does this problem pertain to? - [X] @types/ember__routing ### What are instructions we can follow to reproduce the issue? ```sh ember new sample; cd ./sample # Create...

types:core

### Which package(s) does this enhancement pertain to? - [X] @types/ember__routing ### Please write a user story for this feature *As an **application developer who is intercepting a user attempting...

types:core

Hi, there. I have an addon which uses and extends `ember-modal-dialog` . However, when running tests of our addon, the test suddenly fail after adding `ember-cli-addon-docs`. Specifically, the dialog no...

enhancement
good first issue

Pursuant to [this comment](https://github.com/ember-learn/ember-cli-addon-docs/pull/435#issuecomment-565157534) from @samselikoff , I have been attempting to modify the build process to optionally include Tailwind's base/preflight styles. This PR makes an attempt at this. While...

Hi, Sam and others! 👋 I really love miragejs and have been using it for years in the Ember ecosystem. I'm a big fan 🎉 (also posted in [this thread](https://github.com/miragejs/miragejs/issues/146#issuecomment-1007612205)...

Thanks for all your work on this library. I love `webdrivercss`! In fact, I am working on an effort to replace all our `phantomcss` tests with webdrivercss. In addition, I...

So I have a Python project that I'm trying to gather stats in. I need to instantiate objects which cross thread boundaries, and those objects are in multiple modules, so...

I believe this is related to a regression in Ember 2.13.0-beta, but I thought I'd file an issue in order to track it. We are getting an error in `href-to`...