Offir Golan

Results 17 issues of Offir Golan

👋 Hi! v6.4 of react router introduced data APIs that can only be used via the `createBrowserRouter`, `createHashRouter`, and `createMemoryRouter`. Thoughts on having this library support a similar wrapper around...

@kellyselden this repo is a fantastic start in the right direction. Well done 👏 👏 👏 . I'm not sure if you guys have already thought of this but it...

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)...

I checked open and closed issues and I havent found anything about this. How do I pass a prompt in the middle of a running test? ![screen shot 2016-06-23 at...

Getting the following error: ``` Assertion Failed: The template being rendered by `` was compiled with `[email protected]` which does not match `[email protected]` (this revision). ``` 1.11 scenario passes, then all...

``` ember release --prerelease beta ``` This should publish to npm with a `beta` tag ``` npm publish --tag beta ```

### XState version XState version 5 ### Description Typescript errors when calling an action via `enqueue` when the action being called is defined with `enqueueActions`. ```ts setup({ actions: { foo:...

bug
typescript
has workaround