Carl Hallén Jansson

Results 11 comments of Carl Hallén Jansson

Hey, This is a cool idea. I would really appreciate if you had the time to implement this. However, you should know that I'm planning to change the structure of...

Hey! This should already be possible, at least to some extent. You could create a data object like this: ```js { collection: "User", index: "user_by_id", key: "id", data: [ {...

Hey! Okay, I see what you want to do. That is in fact not possible with FGU at the moment. This would be fairly easy to support, though. We could...

Yes absolutely! Matching the Fauna structure is definitely something we'll aim for in a major release. But, as you say, it might not be enough to warrant a breaking change/major...

Hey, I'm actually just about finished with this. Only need to do some more testing before publishing it. I'm planning on releasing 2.5.0 with a few other features soon, so...

Hey! This was just released with version 2.5.0!

Yes, I definitely agree. We are currently showing a stripped-down version of errors returned from FaunaDB. So, the errors that are shown can only be as good as the error...

Hey, sorry for not responding sooner! I think this is a good idea and might have been an oversight on my part. I'll add secret as a command-line option in...

Well, the built-in support for codegen is for convenience, i.e. not having to setup GraphQL codegen with every new project that uses fauna. But, I can definitely see how this...

Hey, This sounds like a good idea. I haven't used child databases myself, but I understand the value that FGU could provide here. It also doesn't seem like a hard...