Sébastien Loix

Results 47 comments of Sébastien Loix

Are you using anywhere symlinks in your projects? I had something similar with symlinks and had to declare the module/package in my tsconfig.json "paths".

A symlink is what "npm link" creates on your hard drive. So you could try adding your library in the paths property of your tsconfig.json (in your angular application) ```...

@ospatil thanks for your implementation with sass! It seems that one step is missing, which is to rename the scss url to the compiled .css file indide the styleUrls array,...

Hello, This seems like a yarn issue. Could you try deleting the `yarn.lock` file? cheers EDIT: I transferred the issue to this repo as this is not related to gstore-node

Hello, could you please open the issue in the demo app repo? It would be better as it is probably not related to gstore-node. Closing this one here, cheers!

Hi @jeffj6123, sorry for the late answer! Do you have an example on the Google doc (https://googleapis.dev/nodejs/datastore/latest/index.html) where it filters by an Array item and then property of the object?...

Hello, sorry for the late answer. I don't have the bandwidth to work currently on the project but there is a new maintainer who will be taking the lead shortly....

Hi, Some time ago, when I looked at the API of Firestore I thought: "gstore could totally have an adapter and support both the Datastore and Firestore, it'd be nice!"....

Can you confirm that this repo is the "native" mode of firestore? https://github.com/googleapis/nodejs-firestore ? It seems that it might be possible to add an adapter. But then I am still...

Hi @william-lpa I didn't look more into it as I didn't get an answer to my previous comments 😊 Could you confirm if what I was mentioning is correct? It...