Luke Oliff

Results 32 comments of Luke Oliff

Worth noting that this might be an issue with Node 17/18 in the latest version of the CLI. Using Node 16 without issue. Here is the issue I raised on...

Can confirm this also happens for me ![image](https://user-images.githubusercontent.com/956290/173007028-c0b2599f-4b21-4420-a5be-06510299701b.png) ### Environment * Operating System: `Mac OS` * Node Version: `v16.11.1` * Nuxt Version: `3.0.0-rc.3` * Package Manager: `[email protected]` * Builder: `vite`...

> This should be fixed in #1224. You can try it by using `@nuxt/content-edge`. > > ``` > '@nuxt/content': 'npm:@nuxt/content-edge@latest', > ``` Can confirm fixed in edge. Any thoughts on...

Should do it; ``` $('#quick-search .input-daterange').datepicker({ format: "M d, yyyy", autoclose: true }).on('changeDate', function(e){ console.log(e); }); ```

> its probably illegal to copyright or license silence Not illegal to license the file containers you've created though.

@AlicanC, best issue ever.

Go for it @drph4nt0m

I can tell you I've done exactly this in this project https://github.com/Nexmo/deved-platform maybe check out the [header component](https://github.com/Nexmo/deved-platform/blob/develop/components/Header.vue) and see how I've done it :) 100% agree with the hamburger...

I'd love this. @jojobudiman would you like me to assign this to you?