v3nt

Results 18 issues of v3nt

Using these for a few email and going really well with the variables. is there any way too work if statements into the {{ variables }} ? `{{ if variable==1...

Using this on a search input field. If I press the submit button the form submits to action url `/search/test`. However if I use disableAutoFill() on the field pressing ENTER...

there is a lot of docs about helpers but I can't find a simple example that shows me how to install and use these in webpack and then .hbs files....

codeFormatter is setting these elements like this: `span: not(: last-child) {` Which causes an issue when compiling the css files. Error from terminal ``` Error: Invalid CSS after " span:...

Scripts & css loaded, No errors..? http://ggdev.jynk.net `$( '#nav__scrollto' ).fixedsticky();` `

Module works but getting error : ``` ERROR ERROR in components/HeaderConsole.vue:164:13 11:50:25 TS2339: Property '$ua' does not exist on type 'UseContextReturn'. 162 | }, 163 | setup() { > 164...

Trying to send an email from a form in our nuxt app. Installed as requested and trying to test it locally at the moment. ## error ``` Request URL: http://localhost:3000/mail/send...

So on smaller screens its just part of the html flow and not 'fixed' and maybe the inline height is disabled?

My backups folder is getting pretty big on several of my projects and would be great if we could tidy during a pull or push.

A simple way to exclude table rows from certain tables? ie. SELECT \* FROM `wp_posts` WHERE `post_type` LIKE '%revision%' I've been using this across several sites over the last year...