Elina

Results 74 issues of Elina

### Is there an existing issue for this? - [X] I have searched the existing issues ### SDK version `@lit-protocol/[email protected]` `@lit-protocol/[email protected]` ### Lit Network `datil-test` ### Description of the bug/issue...

**Describe the bug** Loading a track resets the volume set previously This is _almost_ certainly due to howl instance being recreated on `load`: https://github.com/E-Kuerschner/useAudioPlayer/blob/5268fc0113d6930888f7adae7c10f5d4091faf8a/src/useGlobalAudioPlayer.ts#L44-L50 https://github.com/E-Kuerschner/useAudioPlayer/blob/5268fc0113d6930888f7adae7c10f5d4091faf8a/src/HowlInstanceManager.ts#L32-L33 Reusing the same howl instance,...

bug

Currently the only way to extend a StableVec with another vector or slice is repeatedly calling `push`: ```rust let stable_vec = StableVec::::init(mem).expect("Memory was not for stable vec"); let bytes =...

## Problem The following code runs perfectly on local network `dfx start` but fails on mainnet: ```rust const JWK_URL: &str = "https://www.googleapis.com/service_accounts/v1/jwk/[email protected]"; pub async fn fetch_public_keys() -> Result { let...

needs-triage

### 🐛 Bug Report for hardaht-zksync plugins #### 💥 Plugin name `@matterlabs/hardhat-zksync-solc` #### 📝 Description Plugin fails to download compiler because GitHub gives a 302 to the download URL https://github.com/matter-labs/hardhat-zksync/blob/1a28e401b01a2726c553c21f48318bf538842334/packages/hardhat-zksync-solc/src/utils.ts#L311-L328...

## Pre-checks - [x] I used HTTPS or localhost (required for camera) - [x] I allowed camera permissions and no other app/tab is using the camera - [x] I reproduced...

bug

``` let rpc_services = RpcServices::EthSepolia(Some(vec![EthSepoliaService::PublicNode])); let evm_rpc_client = EvmRpcClient::builder_for_ic() .with_rpc_sources(rpc_services) .build(); let tx_hash = evm_rpc_client.send_raw_transaction(...).send().await .expect_consistent() .expect("failed to send transaction"); ``` The transaction being sent here is calling `mint` function...

### Is there an existing issue for this? - [x] I have searched the existing issues ### SDK version 7.0.4 ### Lit Network `DatilDev` ### Description of the bug/issue WebAssembly.Compile...

My current understanding from looking at https://github.com/wasm-forge/sdk is that only `wasm32-wasip1` is supported. It would be good to add support for p2 or document it if it is (currently) impossible...

When compiling for wasm, the only option is to bring in JS bindings for web APIs. However, wasm is used a for a lot more than just browsers or runtime...