Francesco Sullo

Results 20 comments of Francesco Sullo

I was just thinking of creating a plugin that does that and find this issue. I wonder if you guys are doing something for it or it I should go...

Today I risked to push a change in the `.env` file and I wrote a simple wrapper that manages encrypted private keys. It works, but there are some issues with...

Using Remix to deploy a contract is a big risk because the compilers used by Remix are for Ethereum and they are not compatible with Tron. Use [TronIDE](http://tronide.io) (or TronBox)...

I don't know Gin enough to suggest an ideal solution. My goal would be keeping the Gin container as independent as possible from the app and the database. So, I...

Also, I guess that you can build the docker container starting FROM the [openresty container](https://store.docker.com/community/images/openresty/openresty) Btw, I am happy to help, if I understand how to install Gin on Linux.

Hi guys, is there a reason why this is still unmerged? This would be very helpful.

> So the answer is yes, some IDE have more functionality than others. @mbolotov I have Ultimate but it crashes anyway. In the previous version of the IDE it was...

Btw, when it restarts after the crash, the plugin is again disabled. There is no way to use it.

> Note that we have an implementation of EIP-2981 now: [ERC2981](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/release-v4.5/contracts/token/common/ERC2981.sol) and [ERC721Royalty](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/release-v4.5/contracts/token/ERC721/extensions/ERC721Royalty.sol) which is just a thin wrapper. I used that in a contract but it does not really...

That happens on some computers. It is caused by performance issues. It is not fixable because the code is correct and the performance issue is in javatron, which is just...