Cornel Raiu

Results 11 comments of Cornel Raiu

[Here is the reason why](https://stackoverflow.com/questions/5879173/why-do-timestamps-have-a-limit-to-2038) you can not select dates before 1900 and after 2038. Hope that makes sense

You can easily load libraries like this: ``` import { createApp } from 'vue' import VueGoogleMaps from '@fawmi/vue-google-maps' const app = createApp(App); app.use(VueGoogleMaps, { load: { key: 'YOUR_API_KEY_COMES_HERE', libraries: 'places,drawing,geometry'...

Yup. This should be pulled in the master branch. Had to add it myself before seeing this pull request and did it in the exact same way.

I know it is a very old issue but I had the same problem when I ran the .sh script from bash on my Win 10. The only way I...

Hi @alantygel , these are some of the things I am working on regarding the template. I am developing a plugin based on this template now and preparing a PR...

@jonathanbossenger I just tested my PR and it seems to work perfectly. Everything else seems to work as well.

Hi everyone! Yes, this is an awesome idea! I am going to use this template in some of the plugins I want to develop and launch in the WP repo...

@dr-zr this is intended behaviour. It's been the same in v1.3.7 and before. I can see the need for an option to hit, for example, `shift + enter` and have...

@dr-zr I'll make a pull request with the option to hit `shift + enter` to keep formatting settings. Hopefully it gets approved :)