grosch

Results 34 issues of grosch

### Bug description: ngb-panel id can't be a number. If it is, then we get a failure from querySelector. This came about because I'm dynamically generating my panels, like so:...

type: bug
component: accordion

Is there a reason to restrict this to iOS? Can't it pretty easily support macOS as well?

### Description The `toHaveExactText` test is pretty fragile. If I use this HTML ```html hello ``` Then I can safely `expect(spectator.query('some-tag')).toHaveExactText('hello')`. However, as soon as `some-tag` gets a ton of...

enhancement
PR is welcome

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [ ]...

With Angular 13 released, would you please provide an Ivy build? Thanks.

What's the right way to handle tests for the loader? Is there an appropriate testing module and/or component I can use? I'm using [Spectator](https://github.com/ngneat/spectator) and [ng-mocks](https://github.com/ike18t/ng-mocks) if that makes any...

Are there examples of how to use this with angular?

@tanner0101 , after out long chat on Discord, I ended up with these convenience methods. Like you said, they only work if all arguments are the same for the groupBy...

enhancement

When the database type is a `date` (where there's no time component) and I try to `.filter()` against it, it doesn't currently work properly. The generated SQL needs to include...

enhancement
question

Please provide a way to create database views.

enhancement