Péter Garamvölgyi

Results 60 issues of Péter Garamvölgyi

I am building a local CI workflow based on `self-ci`, using the local git bridge. The CI is running fine, but new commits are not picked up until I restart....

area/ci

``` > ./reach run Sending build context to Docker daemon 16.38kB Step 1/3 : FROM reachsh/runner:0.1.4 ---> b19021ac328f Step 2/3 : COPY . /app ---> Using cache ---> bf0e9a58dda3 Step...

Hello, I've read some articles about Bamboo and also read some Bamboo contracts back in 2018-19 and always thought it is a promising new EVM language. I was wondering if...

Hey, first of all thanks for the hard work on this great lib! I'm having trouble interpreting the output below. It suggests `goroutine 77264` holds `lock 0xc4202a60e0` for a long...

Hi, thanks for open-sourcing this great lib! I am having problems running the example counter application. I've successfully built everything, but when I run the example I get the following...

![image](https://user-images.githubusercontent.com/7571518/139386678-febd8b03-d95a-4713-95b9-9855cf5d721a.png)

![image](https://user-images.githubusercontent.com/7571518/135067415-f323f654-98c0-42cd-882d-c2cf5a87f4de.png)

When I import an OZ library on the web version like this: ```solidity import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; ``` ... and then click build, it just hangs indefinitely. Not sure if the web...

``` Compiling your contracts... =========================== ✔ Fetching solc version list from solc-bin. Attempt #1 ✔ Downloading compiler. Attempt #1. > Compiling ./contracts/Main.sol failed to compile wasm module: RangeError: WebAssembly.Instance(): Out...

I tried to build a contract then interrupted it using the stop button. When I try to compile again I see this: ``` > docker run -t --rm --name truffle-compile...

bug