Akhilesh Singhania

Results 15 issues of Akhilesh Singhania

This patch allows one to provide a different value for setting `max_write` which can be useful for some use cases. This patch does change the API of `mount` and `spawn_mount`....

Currently, the value of `max_write is hardcoded in https://github.com/zargony/fuse-rs/blob/master/src/request.rs#L93. This is a bit problematic for my usecase where I want to be able to create file sytems with different `max_write`...

I am not sure if you support Oracle Linux. Just wanted to bring the following to your attention if you do. ``` $ cat /etc/redhat-release Red Hat Enterprise Linux Server...

Hi team. In the accounts view on the explorer, the transactions tab feels a bit obtuse to me. In the attached picture, it is not clear to me by looking...

Needs-Validation

This came up in discussions with @jakmeier . I think there are two types of metrics that we should show on the explorer related to the how many tokens are...

Needs-Validation

James Weir reported on [zulip](https://near.zulipchat.com/#narrow/stream/295302-general/topic/Unit.20tests.20not.20working.20for.20macOS) that `npm run test:unit` fails on Intel based Mac. Details: ``` git clone https://github.com/near-examples/rust-counter.git cd rust-counter/ npm run build this worked as expected npm run...

I followed the instructions in the readme and see the following problem: ``` $ yarn start ... /bin/sh: 1: env-cmd: not found error Command failed with exit code 127. info...

Zulip discussion: https://near.zulipchat.com/#narrow/stream/313099-pagoda.2Fstorage/topic/10x.20rocksdb.20improvement.3F Tweet: https://twitter.com/MarkCallaghanDB/status/1580606178756681745 github link: https://github.com/facebook/rocksdb/wiki/RocksDB-Contribution-Guide#folly-integration RocksDB now supports [Folly](https://github.com/facebook/folly) integration which should help improve performance in high concurrency scenarios. We should investigate if this helps improves our...

A-storage
T-storage

We have https://github.com/near/nearcore/blob/master/ATTRIBUTIONS.md for dependencies, but I don't think that's super up-to-date. I think it'd be great to have an allow-list for licenses of deps and check that on CI....

Zulip discussion: https://near.zulipchat.com/#narrow/stream/295306-contract-runtime/topic/bottleneck.20on.20compile_and_load In [this example](https://nearinc.grafana.net/d/ddfhkf13m79xcc/chunk-processing-perf?orgId=1&from=1710290183024&to=1710291983024&viewPanel=1) we see that from time to time, `compile_and_load` takes a long time (44.8ms). This issue is to investigate where the time is going. Based...