Andy Garvin

Results 6 issues of Andy Garvin

Hi @wovalle, I built a quick proof-of-concept to implement listening on snapshot events: https://github.com/garviand/fireorm/pull/1 It is very rough but I was wondering if you think it is worth pursuing this...

It would be nice if there was an example of how to style the Ionic components using CSS variables. Judging by comments on articles about Ionic 4, styling the components...

Hi, I'm using version 2.x because I have Nest 7.x Everything seems to be working (logs are sending to sentry and local debug works) but I am curious about this...

The calendar does not re-render the 'decorated' days when clicking the arrows to change the month. It only re-renders if the month is changed by swiping.

It seems like `node.getContent(metadataMode: MetadataMode)` always returns content with `MetadataMode.NONE`. I looked into it and I think `@chunkSizeCheck` is causing this. I'm wondering if ``` export function chunkSizeCheck( contentGetter: ()...

Hi, I have the following code where I create an index from documents and then fetch a node. ``` const index = await VectorStoreIndex.fromDocuments(documents, { serviceContext: this.getServiceContext() }) // some...