David Alberto Adler

Results 78 issues of David Alberto Adler

I'm using this library to do some JS blocking file decryption on a worker process. This library works great to free up the main thread but the actual decryption time...

The cache benchmarking has a few issues: 1. It only benchmarks small integers as keys of the underlying cache. This is my primary issue with the benchmarking. In my experience,...

While I am able to search for songs and add them to the queue it never streams any actual audio ![fnnibjnmdo](https://user-images.githubusercontent.com/1690659/47254514-8697ae00-d45b-11e8-8cc9-3bbdb1de484d.gif) The logs show the following error ``` [D] Service...

bug
question

I am looking to stack 2D histological mouse brain slides into a 3D model and then align this 3D model with the [Allen mouse brain](http://www.brain-map.org/). 1. Do you have any...

For my use case I would like the JSI function call to be asynchronous. I would still like to use the JSI for returning data since there will be a...

Hey, I'm wondering if I can customize some underlying react-native components such as `Image` or `Text` by using an approach similar to this library. Ideally I would like to do...

Hey, Trying to get to grips with zero-knowledge proofs. They seem to be useful for verifying that a user knows a value but can they be used to verify the...

This can lead to bugs due to bad caching. The channel.data is updated after * Updating the channel https://github.com/GetStream/stream-chat-js/blob/8ad1303162eec62e52d8526f74d146e9f55f1ecb/src/channel.ts#L558 * Watching the channel https://github.com/GetStream/stream-chat-js/blob/8ad1303162eec62e52d8526f74d146e9f55f1ecb/src/channel.ts#L744 The channel.data is not updated after...

AFICS, there is no option to set apns-collapse-id. Ideally this should be set to `message.id` as otherwise duplication push notifications will not de-dupe. Note I'm using APNS v1 configuraiton.

1. Create and watch a channel (logged in as Alice) 2. Invite Bob (as Alice) 3. Unwatch the channel (as Alice) 4. Bob rejects the invite / leaves the channel...

bug