André Costa Lima
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  ### Function component 
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...