Yormy

Results 23 comments of Yormy

I guess I was not clear, I meant when entering a IP to be blocked or an IP to whitelist, I would love to make a memo's who's IP it...

sismics/docs-importer:latest sismics/docs:v1.10

Thanks.. I would love to jump in, however I am not versed in jdk not is my dev setup ready for that. btw, you did build an awesome system

Where can I find the new code, last update on github is 13 days ago

Check the LOCATION of your actual users model : you specified ```App\Models\User``` and in the config it is without the 'models' change the config to ```App\Models\User```

Form code used from example and set name to same rules as email copied the component to a synlinked package imported the copied component in the form.vue replaced TextInput with...

also on page load I see something wierd: ![image](https://user-images.githubusercontent.com/37929978/220628033-05353613-6954-49f2-8e5f-00c71a772698.png) The original component locally loaded (2nd) is inital valid=false (which is oke) the copied component loaded from the package initially valid...

Somehow I am getting closer to the root, but I am still having some problems Solution 1 Package: - adding vee-validate to the peerDependency - vite-config: rollupOptions: { external: ['vue',...