André Costa Lima

Results 39 comments of André Costa Lima

In the last project I used JCommander in (not very recently), I used `Enum`s to wrap all my command classes. Each `Enum` had two fields: a `String` to hold the...

I can't reproduce this issue. I'm using v3.8.1. Am I missing something? 🤔 ### Class component ![image](https://user-images.githubusercontent.com/2727522/85546128-81b5d500-b614-11ea-87c9-1d60df36c66c.png) ### Function component ![image](https://user-images.githubusercontent.com/2727522/85546392-c2ade980-b614-11ea-8734-fec7cdac89b5.png)

I've just found the root cause. It lies on #258.

I've been running some experiments with the HTTP client on RN (iOS simulator currently) for about two weeks now and I was already able to get `ipfs.add` working successfully, on...

I've got `.get`, `.cat` and `.pubsub` working on both iOS and Android. 🎉 Subscriptions operate on the basis of a long-running HTTP responses, i.e., an endless stream. As React Native...

Patches and polyfills are now available as a module: https://github.com/acostalima/react-native-polyfill-globals.

@autonome @hugomrdias Roadmap of work ahead: 1. [Fetch API for React Native](https://github.com/react-native-community/fetch) - estimated to be completed until November 20th - Finish implementation (nearly concluded). - Take existing tests from...

I've ran into a possible issue with the `ReadableStream` polyfill. Started a discussion at https://github.com/MattiasBuelens/web-streams-polyfill/issues/68.

Found an issue in RN about the usage of `console.error` and `console.warn` when consuming a `Blob` with `FileReader.readAsDataURL`. Started a discussion at https://github.com/facebook/react-native/issues/30378.

@chrisdukakis I'm sorry, I have no clue as to why you're getting that error in libp2p. I'm not familiar with libp2p's codebase. I did polyfill `window.crypto` before, but I used...