Tomás Weigenast

Results 29 issues of Tomás Weigenast

The idea is to set global converters, maybe using ```typescript admin.firestore().settings({ converters: [] }) ``` That can be reused along with all the requests and for individual types, for example,...

type: feature request
api: firestore

This pull request fixes issue #5730

stale: extraold
size: m

I made a change to the code. I added SelectAll and Focus methods to SearchBase.cs and Autocomplete.cs I think it's a good addition that could be added in a release

It would be nice to add a property to the MoneyMaskedTextController which enables or disables the ability to input negative numbers

Are you working on EntityFramework Core 3.0 support?

I would like another way to define entities for ObjectBox instead of using annotations. This can be useful if someone is using ProtocolBuffers to generate files. I've considered to use...

enhancement
needs more interest

Is there any possibility to use it like a modal bottom sheet? Like: ```dart directSelect.showDirectSelect( context: context, items: [], .... ); ```

**Describe the bug** An exception is thrown when I try to navigate from '/addresses' to '/addresses/create' using BeamTo Exception stacktrace: ``` ═╡ EXCEPTION CAUGHT BY SCHEDULER LIBRARY ╞═════════════════════════════════════════════════════════ The following...

It could be a nice addon that the data dumped with `.dump()` can be saved to a file and later restored using FakeFirebaseFirestore(data: {}) or something like that

That is, what is the reason of having a slice of uint64 instead of a slice of byte?