antonio
antonio
### Problem I am barred from interacting with my theme locally `https://localhost:3006/?_fd=0&pb=0` I am getting: > Purchase code is already used for americancrewshop.myshopify.com website. > You can paste code in...
In this section you are explaining how a child component would get access to a parents methods. > The way to communicate from the child to a parent is by...
Thank you for such a awesome project! It's very elegant! ## Package version "indicative": "^7.4.4", ## Node.js and npm version v13.12.0 At first I used the `email` rule but noticed...
## Package version "indicative": "^7.4.4", ## Node.js and npm version v14.16.0, 6.14.11 ## Sample Code (to reproduce the issue) validations.regex([new RegExp('^([a-zA-Z0-9_])+$')]), validations.regex([new RegExp('^\\S+$')]) So in my textarea which I'm validating,...
Hi there! Thank you for creating this integration! To give you some background I was trying to use the vanilla next-router with semantic-ui-react (one of their menu components had some...
Thanks for making a cool build tool. It appears though, the `style.css` is not connecting to the `index.php` is there something I am missing? Do you have to configure that...
Thank you for this great library, I love how it totally integrates into the nestjs framework! So in my case I'm using `nestjs-pdf` as a service for another app. The...
The following setup gets a `jQuery` plugin `mixitup` working perfectly. ``` "browser": { "mixitup": "./app/bower_components/mixitup/src/jquery.mixitup.js", "jquerymustache": "./app/bower_components/jquery-Mustache/src/jquery.mustache.js" }, "browserify": { "transform": [ "browserify-shim" ] }, "browserify-shim": { "mixitup": { "exports":...
I would like to return a route where each step in the journey would have a elevation which would be lower than the previous. Below is a route where `A`...
I've created a circle on the map and in that circle I've figured a point with the highest elevation and one with the lowest. (I used this [leaflet-plugin][1] to get...