Daniele Cambi

Results 11 comments of Daniele Cambi

Sure, I'll have a look at the read me ASAP. I opened this issue to sum up a few of my thoughts, it's definitely worth splitting them into multiple ones,...

Would love to pick up the discussion where we left it off, I'm planning to contribute more on this issue.

@escamoteur would be great to have your feedback on this!

@realmikesolo any updates on this? I'm willing to look into it but I only found a mirror repository for drizzle-kit. Where should I be looking for the source code?

@AndriiSherman thank you for the effort! I'll be waiting on the fix - do you have an ETA?

Closing this issue has it has been fixed by adding this method to `go_router_builder` that handles this edge case correctly. ```Dart T? _$convertMapValue( String key, Map map, T Function(String) converter,...

I also think there's room for improvement on how extras are handled. I'll work on a new issue with proposed changes, I've got a couple of ideas to make improve...

It looks like tests are timing out on my end. Getting this error on Windows ``` hell: [ERROR:flutter/shell/common/shell.cc(89)] Dart Error: error: import of dart:mirrors is not supported in the current...

This might be happening in bun as well, where `db.collection("...").get();` returns an inconsistent number of docs whenever it's run.