Baurain Olivier
Baurain Olivier
I have an error after a fresh install. Here is the steps: - init a PWA project - host it on a https server - reach it - refresh 2...
Just fixing a missing comma on README.md
Is it possible to add a basic auth on `server` command ?
### Environment nodejs v1.8.0 ### Reproduction ```js const storage = createStorage(); await storage.setItem('123', '456') const item = await storage.getItem('123'); console.log(item, typeof item) // 456, number // instead of: "456", string...
It would be convenient to have an `offsetOf` method on `BeetStruct` Like on `myStruct.offsetOf` of the `buffer-layout` package ( https://github.com/pabigot/buffer-layout/blob/main/lib/Layout.js#L1323 ) I'll see if I can do a PR
I'm trying to use `coption` / `COption` I use the code provided by the doc _Code used:_ ```ts import * as web3 from '@solana/web3.js'; import * as beet from '@metaplex-foundation/beet';...
My L1 RPC endpoint is protected by a basic auth. In my .env file I have something like this: ```ini # L1 node to run fault detection against FAULT_DETECTOR__L1_RPC_PROVIDER=https://username:[email protected] #...
### Environment Unstorage v1.10.2 ### Reproduction 1. Create a Driver or Storage object without manually calling getRedisClient(). 2. Attempt to call setItem or getItem. ### Describe the bug The Redis...