Jan Peša

Results 8 issues of Jan Peša

Could this be added to current todos, please? :) I am used to that from Angular - one data source for both date and time picker - one date object.

Unfortunately these two definitions do not produce the same schema: ```sdl type A { uuid: ID! bs: [B!]! @relation(name: "HAS_B", direction: OUT) } type B { uuid: ID! as: [A!]!...

Does this module provide easy access to validation components (`ValidationObserver`, `ValidationProvider` and their instances)? I don't think so, at least I was unable to import them successfully from `nuxt-validate` therefore...

enhancement
help wanted

## Expected behavior Typescript will compile without errors. ## Current behavior Ref types mismatch. ![](https://i.ibb.co/2W2FHSt/Annotation-2020-04-02-143630.jpg) ``` TS2322: Type '(instance: ReactInstance) => void' is not assignable to type 'string | ((instance:...

Hi there, wanna report a bug, very simple - spread operator breaks everything after it: ``` one(): void { const x = {a: 1, ...someObject}; console.log(x); } two(): void {}...

Hi @NickHurst, please - by any chance - do you have an example how to make Jest unit tests seamlessly work with `nuxt-quasar` (Quasar 1.x)? I followed recommendations in here:...

In `ngloadStateFactory` you have ``` ngloadDeferred.resolve(result.entryState); // undefined ``` but I guess there should be ``` ngloadDeferred.resolve(result.mainState); ``` It shouldn't work, but it works... Does that mean, that we don't...

examples
futurestate
docs

Are you guys planning to add TypeScript definitions and register them in https://github.com/typings/typings any time soon? TypeScript is getting hugely popular lately and I am personally using it in several...