Adam McCombs
Adam McCombs
Not sure if this is Craft 2.5 related but Formerly currently gives a 500 error when in production vs. localhost (which is working). Same version, same db and everything. 500...
Even with the honeypot and latest version installed we're getting tons of spam. ~30+ emails a day in some cases. Is there a chance they are submitting without hitting the...
Is it possible to include a config setting to allow for checkbox values to be exported as individual columns with the label as the column heading and the row value...
We've got a checkbox with a single option/value ("Sign up for our newsletter") but the information is not exporting correctly. Here's a screenshot of the form: https://www.dropbox.com/s/obt5vltchwqc3kt/Screenshot%202015-08-21%2009.21.31.png?dl=0 Here is a...
Hi there - I'm getting an error after install using your example code. I've setup an application in instagram, hit up the authorize url ( https://api.instagram.com/oauth/authorize/?client_id=123465&redirect_uri=http://local.myapp/&response_type=code ) and when it...
### 🐛 The bug When using Nuxt + Electron - devtools does not open the correct window/URL: ### 🛠️ To reproduce https://github.com/mccombs/nuxt-electron ### 🌈 Expected behavior Devtools should open the...
Following the example here: https://github.com/Brendonovich/prisma-client-rust/tree/4f9ef9d38ca732162accff72b2eb684d2f120bab/examples/tauri ## Steps to reproduce 1. Pull down repo 2. Navigate to examples/tauri 3. Run installer. I ran `pnpm install` 4. Run `cd src-tauri && cargo...
Followed the install instructions and it bombs out. Console log shows: ``` [nuxt] error caught during app initialization H3Error: Page not found: /chat ```