Christian

Results 17 issues of Christian

Hi, great addon. I'm wondering, if there is a recommended way of changing validation messages at runtime? I know it's possible to change it initially by defining a module that...

I don't know if this is a bug, but the `trustedHosts` filter checks for a urls `hostname` instead of its `host`. ( https://github.com/ember-cli/ember-ajax/blob/master/addon/mixins/ajax-request.js#L355 ) This results in valid `hosts` not...

I can't clone this repo and run `grunt download` as it looks like `zdump -v` generates timezone lines that the parser is unable to parse. e.g. ``` Africa/Abidjan -9223372036854775808 =...

I've tried to use the `load-balance` option in our app, that's already using exam but got an execution error: command: ``` ember exam --parallel=3 --load-balance ``` error: ``` throw new...

bug

Hi, thanks for building this great tool. I'm currently in the progress of migrating away from https://github.com/projecthamster/ to timewarrior. Everything worked fine so far, when importing existing time entries. I'm...

discussion

### Description With TemplateLint being merged, we could add support for inline supressing rules. ![20200202-100210](https://user-images.githubusercontent.com/1205444/73606277-ed859b80-45a8-11ea-870f-bb40f7c8f9fe.png) ### Additional Information For implementation in tslint, see https://github.com/JetBrains/intellij-plugins/blob/1fdd3d03f4c8882fd1b86e6e044ed22a5b7db336/tslint/src/com/intellij/lang/javascript/linter/tslint/highlight/TsLintSuppressionUtil.java

enhancement

Similar to `ng add` action in the [latest angular plugin](https://www.youtube.com/watch?v=CZFooXiqxs8&feature=youtu.be&t=166), we could add that for `ember install`: ![20180723-210718](https://user-images.githubusercontent.com/1205444/43098045-383e22b2-8ebe-11e8-8ece-e1501f3ea85c.png) Their source is at https://github.com/JetBrains/intellij-plugins/blob/master/AngularJS/src/org/angularjs/cli/actions/AngularCliAddDependencyAction.java

Intellij supports creating and running a test configuration by clicking on a test line marker. ![20171121-111137](https://user-images.githubusercontent.com/1205444/33067851-c56c90c6-ceaf-11e7-9638-b2acbe644a35.png) This probably requires a: - runLineMarkerContributor at each test/describe - runConfigurationProducer to handle creating...

enhancement

This is a WIP branch to fix #20. The packing algorithm is taken from https://stackoverflow.com/a/11323909/2131168. It's currently looking like this: ![20170703-160728](https://user-images.githubusercontent.com/1205444/27819099-f07642ce-6098-11e7-859c-27afe8379060.png) This PR adds `columns` and `column` to the occurrence...