Jacob Janisz

Results 22 comments of Jacob Janisz

I was running it without the config file, so it was with default config. I ultimately used `browsersync` with `proxy-custom-css` recipe instead as it fits better to my use case....

@logaretm I use multiple fields on a page in separate sub-components with useField. When validation error occurs and the input field is empty then something weird happen - an error...

> @MechJosh0 > I started the project with Apollo Client 3, and it worked great until now. > > ![image](https://user-images.githubusercontent.com/22452368/103692705-761a7200-4f98-11eb-86a5-a49e2224b637.png) > > As you can see in this screenshot the...

In Composition API you can just pass whole useQuery / useMutation object as component prop and use it in other's component template. I don't know how it works in Options...

Any updates, or alternative extensions that work at the moment?

That limitation is a show-stopper for me. I wish I've read the "Limitations" section before I started development with Keycloakify.

The library should include all territories and countries including official claims, maybe introducing presets? Kind of like Google Maps looks different in certain parts of the world. Each country preset...

Same here, not replying to Messenger messages, even with notifications from Messenger showing up. OnePlus 8T Oxygen OS 11.0.13.13.KB05BA

I've made a temporary solution by reusing `setupPropsHandler` in which I've changed `defineProps` to `defineModels` search keyword so it reads models in instead of props. Then I added `isModel: true`...