David Alberto Adler

Results 70 issues of David Alberto Adler

I have two models, where model A references items in model B. When I delete items from model B, react rerenders before I can update model A to also delete...

It would be useful if I could see all previous commits on a particular line. My particular case is a whitespace change has produced a commit which has overwritten a...

* Can't use base64 encoded keys as this will clash with dynamodb's syntax. e.g. will fail ``` Foo.update ({ `asdf.${base64.encode(email}.name`: 'David' }) ``` This could be solved by using ascii...

enhancement

If you have an entity defined with a field which defaults to some value whenever you call update the default overwrites whatever value was there. This was surprising to me....

question

if you have some item `{ id: 'asdf', foo: 'asdf'}` and you do `Foo.update({id: 'asdf', foo: undefined }` I would expect the field foo to be removed from dynamo but...

enhancement

This is almost perfect for our use case. If only there was an api for reading file contents!

Hey is there a way to activate crashlytics in the notification service extension?

Type: Docs
Help: Good First Issue

I have created_at and updated_at but I want to keep them as server values. How can I disable this automatic tracking that watermelon does?

Hi, I'm new to watermelonDB but having trouble defining my model. There doesn't seem to be a typescript guide. For a start you need to enable `experimentalDecorators` in tsconfig which...

### How frequently does the bug occur? All the time ### Description https://github.com/realm/realm-js/blob/master/packages/realm-react/src/useObject.tsx#L78 @takameyer ```jsx // Wrap object in a proxy to update the reference on rerender ( should only...

T-Bug
O-Community