ilyar

Results 105 issues of ilyar

Link (https://ru.bem.info/libs/bem-components/current/showcase/) got 404 in README.md and README.ru.md

The vim mode does not work or it works, but my expectations do not match. I assume this is vim editor emulation mode. At the moment I'm observing that vim...

bug

Will consistently rename `pragma ton-solidity` in `pragma tvm-solidity` and repo too

`App.sol` ```solidity pragma ton-solidity = 0.57.3; contract App { uint public owner; modifier onlyOwner() { require(msg.pubkey() == owner); _; } modifier checkPubKey() { require(msg.pubkey() == tvm.pubkey()); _; } constructor() public...

![image](https://user-images.githubusercontent.com/761285/185451246-f8f84825-e5ef-491f-b500-8e8a10c8ff9d.png)

```shell git c --dept 1 [email protected]:tonlabs/TON-Compiler.git mkdir -p TON-Compiler/build $HOME/bin/ton cd TON-Compiler/build cmake -DCMAKE_INSTALL_PREFIX=$HOME/bin/ton -C /path/to/TON-Compiler/cmake/Cache/ton-compiler.cmake ../llvm cmake --build . --target install-distribution ``` **Out** ```shell make: *** No rule to...

- https://github.com/EverscaleGuild/ever-solidity/releases/tag/0.65.0 - https://github.com/EverscaleGuild/ever-solidity/actions/runs/3252433843/jobs/5338641152#step:5:1031

https://github.com/EverscaleGuild/ever-solidity/pull/2

## Create key pair ```shell tonos-cli getkeypair alice.json "can any ask question test test test test test test test test" ``` ## Code ```solidity pragma ever-solidity >= 0.64.0; abstract contract...