dnish

Results 27 issues of dnish

``` Meteor.publishComposite("search", function(value) { return { find: function() { return Questions.find({$text: {$search: value}}, { fields: { score: {$meta: "textScore"} }, sort: { score: {$meta: "textScore"} }, limit: 30 }, {transform:...

bug

Hey, I'm having an issue with my custom theme and hot reloading. If I change some values of my theme, f.e. the backgroundColor, I see a "Hot reloading..." message on...

feature request

Hey, I'm trying to import a component which I had installed via npm. import {Router} from 'svelte-routing'; This gives me the following error: ``` W20201021-11:29:39.911(2)? (STDERR) SyntaxError: Unexpected token '

Hey, I'm having a strange issue when using coTURN as a relay. I'm forcing each connection to use TURN by enabling iceTransportPolicy: "relay" within my Javascript code. After that I...

question

Hey, I'm trying to use hot-module-replacement with React 18 and the new hydrateRoot function, because we also use SSR. When editing a file, I get a HMR: updated 1 file...

confirmed
Impact:some
Project:HMR

Hey, when adding the useUserId() hook to my component, I get the following error: ``` Error running template: Error: Meteor.userId can only be invoked in method calls or publications. ```...

Just wondering why the script tries to upload videos to "image/upload" instead of "video/upload"? It works if I set the resource_type manually to video in the npm cloudinary package, but...

Hey, I'm getting the following error message on the latest Meteor version: ``` While selecting package versions: error: Conflict: Constraint [email protected] is not satisfied by babel-compiler 7.0.0. * babel-compiler@~7.0.0

Hey, when I add fabric via NPM to my project, my whole build crashes in production mode: ``` => Started proxy. Minifying app code \ 76905 ms: Scavenge 1390.7 (1454.0)...

Hey, I just want to ask, if it possible, to set some custom icons for a notification? In my Android app, I have an colored icon in my notification bar,...