Jonathan Arias
Jonathan Arias
Hi again friends. I'm trying to get just the address (streetName + streetNumber), not the full address with state/province, city and country. I've reviewed your demo page in the **Advanced...
Hi. First of all congratulations for this amazing plugin, has saved me a lot of time. I found your plugin in [JQueryScript.net](https://www.jqueryscript.net/demo/Location-Picker-Place-Autocomplete-Plugin-For-Google-Maps-Location-Picker/) in the **Binding UI with the widget** example,...
Hi! I'm currently using @nuxtjs/auth ^4.9.1 and I'm facing an issue, Google is reporting that on March 31 the authentication library is gonna be deprecated: > Your client application uses...
Hi, I'm trying to run this example, but when I execute in terminal: ` juggernaut` it responds: ` /usr/lib/node_modules/juggernaut/lib/juggernaut/server.js:12 if (path.existsSync(keysPath + "/privatekey.pem") && path.existsSync(keysPath + "/certificate.pem")) { ^ TypeError:...
Hi friend. Thank you for this amazing development. My question is how to print (write) text beside an image, g.e image in the right and text in the left side...
Hi. First of all thanks a lot, it saved me a lot of time. I found your project referenced in jquery-bigtext deprecated github page, after analizing I understood that yours...
Hi, I've figured out ow to run my dev server in terminal, if I open browser my local server is running, but I need to keep looking at the terminal...
I have a custom button and I want to be able to make this audio player play when I click on it. My current React code looks like this: ```...