Fernando Mumbach

Results 20 issues of Fernando Mumbach

### Version - react-native-ble-manager v7.6.0 - react-native v0.64.2 - Android 8 ### Expected behaviour No error is shown. ### Actual behaviour An error is displayed on logcat (NOT on react-native)...

By accident I just sended 17000 records to a client. The JSON is 7800000 characters long. Without Ground DB Meteor manages to load this huge amount (I know it's crazy!),...

enhancement
help wanted

Trying the language [poetry](https://github.com/FantasyInternet/poetry), I found WaspVM doesn't currently parse `current_memory`, which is not mentioned at [the specification](https://webassembly.github.io/spec/core/bikeshed/index.html) but seems to be valid on firefox, chrome and nodejs. Related issue...

I also had to install SOX, which isn't listed in the README. I don't know the install instructions for arch nor the others, since i'm on gentoo. And I have...

If we have the following data stored: ``` +--+--+ +--+--+ | 1 | | 3 | +--+--+ +--+--+ | | +--+--+ +--+--+ | 2 | | 4 | +-----+ +-----+...

For some reason syncback isn't running by default; `inbox-api` should start it, but it isn't as far as I can tell.

The other scripts have an interpreter for default values in the script parameters. Go, to be consistent with the others, should have this functionality too. There is already [support for...

This might be a dumb question, since it is already possible to solve by using a **stage**, but, is there an ALF-way to send an event from one pipeline to...

As [described](https://github.com/ahamez/protox#types-mapping) in the docs there is already a mapping of field to type. And the `decode/1` function is using a generic `struct`. As an example of the generated code:...

I'm trying to reuse as much logic as possible in my pipelines. As such, I'm having some problems when trying to work with them. Let's imagine I have a message...