Roman Shterenzon

Results 44 issues of Roman Shterenzon

Unfortunately we weren't able to reproduce the crash locally, but it happens on arm devices in art.c:578 - add_child4(new_node, ref, l->key[depth+longest_prefix], SET_LEAF(l)); As far as I can tell, it's the...

1. Update gradle and gradle plugin 2. Update dependencies 3. Migrate to AndroidX 4. Use https for stackoverflow API

The make_trade (as well as get price methods) have a route of [token1, WETH, token2] https://github.com/uniswap-python/uniswap-python/blob/master/uniswap/uniswap.py#L686 Does it mean that the swaps incur 0.6% fee?

The official uniswap v3 SDK unwraps the result using the `unwrapWETH9` contract method. The current behaviour is unexpected, since the output token is specified as ETH (address 0x0...0). What's your...

When the input token is WETH, the transaction value is set to value of input, which fails since there's no Ether available https://github.com/uniswap-python/uniswap-python/blob/master/uniswap/uniswap.py#L626

This updates the dependencies to the latest versions and fixes few bugs and warnings. I switched from npm to yarn since npm was not able to resolve dependencies. It needs...

### New Pull Request Checklist - [ x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [ x] I am creating this PR in reference to an [issue](https://github.com/parse-community/parse-dashboard/issues?q=is%3Aissue). ### Issue Description...

I ported all of the CPU intensive parts of the echo cancellation and preprocess to use the Apple's Accelerate framework. If it's of any interest, I can prepare and submit...

Crashes in: ParseLiveQueryClientImpl.java:218 on webSocketClient.send(jsonString); It it by design?

Sorry if I missed it in the documentation, but how one plots the trade events (long or short)? It's hard to understand from the candlestick chart when exactly the position...