Kevin Carmody

Results 7 issues of Kevin Carmody

The rest-client request for `$in` doesn't match what the docs say. This can cause problems with parsing large arrays. Docs https://docs.feathersjs.com/api/databases/querying.html#in-nin ### Steps to reproduce ```javascript app.service('messages').find({ query: { roomId:...

Hi, I cloned this repo and ran `npm run test`. It fails on add_test.js, which I think is the first one. ``` Testing add_test.js add - addLater...(node) warning: possible EventEmitter...

Hey, I'm trying to use variable to declare my domain name, but for some reason I can't seem to get it to work. Here's a simple example that errors ```...

Looks like it's a duplicate of this https://github.com/rgossiaux/svelte-headlessui/pull/169, but should actually work

Hey, non breaking bug here. I'm using a dummy data value so I can know when to load in a default model. However, even if I delete the key, it's...

question

Hey. We've been getting issues with using this webpack. Kinda came as a double error ``` ERROR in ./~/asana/package.json Module parse failed: /Users/kevin/projects/.../node_modules/asana/package.json Line 2: Unexpected token : You may...

Hi, I've got a Sveltekit 2 project using Vite 5. When I use `import { createWidget } from '@typeform/embed';` I can't build as I get the following error: `"createWidget" is...

question