Kevin Menard

Results 123 comments of Kevin Menard

Hi @cvara. Thanks for taking a look. I'm using rxdb-hooks 4.0.1. What I was trying to do was: ```ts const todosQuery = (collection: any) => { collection.findByIds(todoChain.todo_ids) }; const {...

Tagging shouldn't require rewriting history. They're basically named pointers to existing commits (unless you do an annotated tag, in which case it because a commit itself). You even need to...

@shobokshy Thanks for the info. It's a bit surprising to me, but useful nonetheless.

Is there anything I can do to help usher this one along? It's a major pain point using Hasura with a ReasonML-based client.

I inquired about this on today's community call and it was asked that I provide more data on what I think the solution could look like. According to the latest...

@coco98 Thanks for the follow-up. An option in the console would be fine, too. I'd suggest maybe it should default to "on" in new tables if using the UUID PK...

@coco98 No problem. Is there anything else I can do to help move this one along? It's made working with Hasura much uglier than I'd like. I was hoping this...

@coco98 @tirumaraiselvan Is there anything I can do to help move this along? This became a blocker for a project and I unfortunately haven't used Hasura much since. I could...

Is there any chance of getting this in for 2.0.0? If such a remapping poses a backwards-compatibility concern, doing it as part of the next major version could help.

This is probably an issue for upstream, but I'm suggesting the VS Code extension applies that flag by default and/or exposes a new option to specify what is instrumented.