Phillip Stemann

Results 3 issues of Phillip Stemann

### Version @nuxtjs/tailwindcss: 5.3.0 nuxt: 2.15.8 ### My Tailwind config `/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./components/**/*.{js,vue}", "./layouts/**/*.vue", "./pages/**/*.vue", "./plugins/**/*.js", "./nuxt.config.js", ], theme: { extend: {}, },...

bug

No matter what, I get the status enabled, even if the adgroupad is deleted. I'm missing the status: disapprove or removed. I use: following: let campaignService = user.getService('AdGroupAdService', 'v201809') let...

I get this error when I try to create a table: fs.existsSync is not a function What do I do wrong? ` const db = require('electron-db') db.createTable('tasks', (succ, msg) =>...