davidquintard

Results 8 issues of davidquintard

Hello, I get following error: Error creating database: MongoError: not authorized on titi to execute command { insert: "test", ordered: true, $db: "titi" } app.json: ```` "app": { "host": "localhost",...

Hi there i'm using this module like this: ```` const config: SocketIoConfig = { url: endpoint.socket, options: { query: { token: localStorage.getItem('access_token') } }}; ... SocketIoModule.forRoot(config), ```` But i need...

Hi, in latest version ("@fivethree/core": "^0.9.6",): I've got following error: ERROR in node_modules/@fivethree/core/lib/animations/tween.d.ts:1:10 - error TS2440: Import declaration conflicts with local declaration of 'RectPosition'. import { RectPosition } from './tween';

Hi there, I got this issue: failed to solve with frontend dockerfile.v0: failed to create LLB definition: circular dependency detected on stage: build-stage ERROR: Service 'nest-vue' failed to build :...

Hi there, is it possible to get the final sql file ?

Hi there I dont understand this function. Param currentUser is unused Variable users is undeclared : "or (let x in users) {" ```` let getContacts = currentUser => { return...

Hi there, after running application, i go to chats page directly without login. Why ?

Hi there, What's the difference between this api and APIv3-nodejs-library ? Examples are exactly the same... Regards