Ignace Maes

Results 11 comments of Ignace Maes

The default TabControl is hard to theme. It was impossible to do the skinning needed for MaterialDesign in it. I've made a second control so I was totally free in...

Google has [updated](http://www.google.com/design/spec/whats-new/whats-new.html) their design specifications. This update included some interesting additions like the [Data tables](http://www.google.com/design/spec/components/data-tables.html#), which would be really nice to have for desktop usage.

@StephanBis There have been updates meanwhile, but it's true that MaterialSkin isn't actively developed anymore. I see it as a secondary project right now because I have other things that...

@bertdeblock It is. I've opened the issue there as well as the code that throws the error originates from `ember-modifier`. It was unclear to me if the fix should come...

We're also running into this issue when refactoring the deprecated `this.transitionToRoute` call in Controllers to `this.router.transitionTo`. As this issue causes a lot of extra unnecessary model calls and slows down...

Even with that option disabled it still throws the error at runtime. For now I've been extending the `t` helper and setting the `allowEmpty` flag on true to have the...

Installing the package from git didn't work for me as the library is in a subfolder. When specifying the path it works: ``` zflutter: git: url: https://github.com/jamesblasco/zflutter.git ref: null_safety path:...

I ran into a similar issue. My problem was that multiple `@types/eslint` versions were mixed. Was able to resolve this by deduping the dependency in the lockfile: ```sh yarn dedupe...

It's an interesting one, but realistically not one that I would be able to look into in the near future. So adding the `help-wanted` label would be a good idea!

Also experiencing this issue in [ember-light-table](https://github.com/adopted-ember-addons/ember-light-table) `v3.0.0-beta.1` which depends on `"@html-next/vertical-collection": "^3.1.0"`. Having `v3.1.1` released as patch would fix the issue.