schwarzsky

Results 3 issues of schwarzsky

### Bug description lib/prisma.js - ``` const { PrismaClient } = require("@prisma/client"); const prisma = new PrismaClient({log: ['query', 'info', 'warn']}) module.exports = { prisma } ``` Using MongoDB free atlas...

bug/2-confirmed
kind/bug
team/client
topic: mongodb

## Description of Change(s): Added `themeColor` meta tag to support Discord Embed & mobile Chrome Browsers. In chrome, changes search bar color as MDN Docs shows: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color In Discord, changes...

## Expected Behavior Code is basically this, so program should log keys i pressed. ``` const ioHook = require('iohook'); ioHook.on("keyup",function(keyPress){ console.log(keyPress) }); ioHook.start(); ``` ## Current Behavior Electron app exits...