Pablo Soares

Results 6 issues of Pablo Soares

Acording to the [deck.gl docs](https://deck.gl/docs/developer-guide/performance#handle-incremental-data-loading), the data attribute should support an AsyncGenerator function in the style of: ```javascript async function* getData() { for (let i = 0; i < 10;...

The default length has been kept at 1000 ms, which is also set when setAnimationLength is called with a negative value

This call to helper.onResume() was causing intermittent NPE's They happened during app initialization but I could not identify the reason; usually after a reload Adding a null check on onHostPause...

Since the first two options available on the panel are there for edge cases, and most of the selections will go to individual files, it makes sense to have the...

This stages the untracked files using the intent-to-add flag, -N. Essentially, a 0-byte version of the files is staged, allowing the full file to be show as a difference. This...

I'm thinking this would be an useful feature for verifying changes about to be staged, instead of staging and then calling the "diff staged" command. One could simply open each...