Alexandre Teyar

Results 115 comments of Alexandre Teyar

@akinomyoga any update on this ticket?

When you say: > The Bash startup file .bashrc needs to be manually set up by each user. Does that mean that we can't have a system-wide configuration (i.e., `/etc/bash.bashrc`)?

No it's ok thanks @akinomyoga !

Same issue and trying to get help for weeks, the support and documentation is very poor. Here is my relevant code: ```solidity function _transfer( address sender, address recipient, uint256 amount...

Any news on that, that would simplify a lot of contracts out there having this function available out of the box!

@justindomingue, yes it does indeed take a fee on transaction, to be more precise a `liquidity fee`. - Contract address: `0xA22E26fdD6c982f884fBF70C18FB9bc292025cA7` - Testnet: `Ropsten` - Relevant code: ```solidity function _transfer(...

The liquidity fee is of 5% only that is definitely not a slippage issue, if I comment: ``` _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens( amountIn, 0, // TODO: use an Oracle path, address(this), // this...

Thanks @justindomingue also just realised I mixed up two different issues for the `adding liquidity` bug, I can confirm that your latest fix resolved the issue! This second issue remains...

What OS are you running it on and what shell interpreter (e.g., `bash`, `sh`, `zsh`) do you use?

It seems that `awk` is complaining about the syntax used in `iw_parsing.awk`. The last update I made to this code was in `2019`, my guess is that an update to...