Offir Golan
Offir Golan
Im trying to include this addon in my addon but I'm getting issues regarding the index.js file. I was able to resolve it by using the method noted here: [rwjblue/ember-cli-pretender@dda9bf8](https://github.com/rwjblue/ember-cli-pretender/commit/dda9bf88597e5f127cfbe0cf863f2b03c4e24246)...
A try catch [here](https://github.com/quaertym/ember-cli-dependency-checker/blob/master/lib/package.js#L21) would allow us to include which package failed. The existing error message is as follows: ``` bash Invalid Version: * TypeError: Invalid Version: * at new...
## Description Because of the use of the InMemoryPersister (#233), we removed all the stored recordings generated by the tests which we used as a crutch to do semi-manual regression...
I believe its time for a demo page / docs overhaul. A lot of issues have been opening up because of either lack of documentation or it just being confusing....
- [ ] Annotate each available component property with a helpful description and maybe an example where possible - [x] Cell Type and Column Type --> What they are and...
Opening this issue to track the progress of alphasights/ember-scrollable#29 cc @alexander-alvarez.
- [ ] https://github.com/offirgolan/ember-light-table/issues/484 - [ ] https://github.com/offirgolan/ember-light-table/issues/485 - [ ] https://github.com/offirgolan/ember-light-table/issues/486 - [ ] https://github.com/offirgolan/ember-light-table/issues/487
- what edition are you using - enterprise (for evaluation) - version - 4.0.20 Looking at the demos and docs, it seems like server-side grouping always expects the full data...
Currently the only way to check if a cell is sticky is by doing `cell.getCellProps()['data-sticky-td']` which feels a bit hacky. It would be nice to add support for `cell.isSticky`.
### XState version XState version 5 ### Description Currently, the `fromCallback` function takes two generics, the event type for `receive` and the `input` type but the `sendBack` generic type isn't...