Burak

Results 18 comments of Burak

```toml remappings = [ "@uniswap/v3-periphery/=lib/v3-periphery/", "@uniswap/v3-core/=lib/v3-core/", ] ``` adding these remappings worked for me. ``` % forge re ✹ ✭ @uniswap/v3-periphery/=lib/v3-periphery/ @uniswap/v3-core/=lib/v3-core/ @openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/ ds-test/=lib/openzeppelin-contracts/lib/forge-std/lib/ds-test/src/ erc4626-tests/=lib/openzeppelin-contracts/lib/erc4626-tests/ forge-std/=lib/forge-std/src/ openzeppelin-contracts/=lib/openzeppelin-contracts/ v3-core/=lib/v3-core/ v3-periphery/=lib/v3-periphery/contracts/ ```

What do you mean? The app doesn't need to listen `/customPath` since the `ingress-controller` will be listening to it and routes to the specified backend service. Are you suggesting that...

> @buraktabn we need data to solve this kind of problems. I'll create a reproducible example of this when I got a time. Also noticed that the screenshots you provided...

@leisim I've managed to reproduce this issue. https://github.com/buraktabn/isar_reproduce 1. Clone the repo and run 2. Add dummy data 3. Remove `age` field in `profile.dart` ```dart @Index() final int? age; ```...

Any updates on this?

Try building `lotus-bench` instead of `bench`. ```bash $ env RUSTFLAGS="-C target-cpu=native -g" FFI_BUILD_FROM_SOURCE=1 make clean deps lotus-bench $ env FIL_PROOFS_MAXIMIZE_CACHING=1 RUST_LOG=info TMPDIR=/storage ./lotus-bench sealing --storage-dir /storage/bench --sector-size 32GiB 2>&1 |...

Can we merge this already?