mralj

Results 16 comments of mralj

We have noticed in our app that for displaying local images, react native's _default_ `Image` actually performs better :) Apart from that I don't completely agree with @jordangrant, IMHO, it's...

Hi, We've had same issue. Not sure which logic exactly are you testing, but for us mocking `react-native-tab-view` solved issue. ------------ This is how we mocked: ``` import {View as...

Hi, We are facing same issue, are there any workarounds for this ? :)

Hi, You have to sign in into your SparkPost account, go to Settigns > API Keys > Click on your API key and there edit permissions for the API Key...

I haven't tried forked version, but I have applied "dirty fix" in `FastImageViewManager.java` Just for test I have changed this line `.apply(FastImageViewConverter.getOptions(source))` to `.apply(FastImageViewConverter.getOptions(source).override(600, 400) )` And on performance was...

> @andru1989 that is a mistake and the second declaration will overwrite the first. @andru1989 @allthetime Is correct, I have mistakenly left the line `source{{uri:backgroundImage }}` In the meantime, we...

Sorry I'm not developing RN actively anymore :/

I wouldn't say it's important, but it seemed to make more sense to check the pool first, as it would bring small perf boost in scenarios where e.g. user subscribes...

> > Right. So we need either both this PR and [#8348](https://github.com/NethermindEth/nethermind/pull/8348), or neither. We should consider if such changes are justified just for a micro-optimization. > > So for...

@rjnrohit the calls above will work if I add `gas` field to each of the `calls`, example: ```Bash curl http://localhost:8545/ \ -X POST \ -H "Content-Type: application/json" \ --data '{...