v1rtl

Results 235 issues of v1rtl

What's the easiest way to implement cache persisting with this library, similar to tanstack-query for solid?

The CI workflow goes as such: - Install pnpm - Install Node.js and restore cached `node_modules` - Install dependencies - Build the website - Upload the website to IPFS via...

### Describe the bug ``` No overload matches this call. Overload 1 of 4, '(fetcher: ResourceFetcher, options: InitializedResourceOptions): InitializedResourceReturn', gave the following error. Type '[get: Accessor, set: Setter, init: string...

## Describe what you want Currently only termusic client is [on MacPorts](https://ports.macports.org/port/termusic/). It can't be used without a server, so having a server binary there would be cool ## Do...

This time instead of excluding everything from compilation I'm trying to pass such parameters that would not import stuff that's not supposed to be there. However, webrtc still gets imported

Currently if you try to compile the most basic libp2p host with 0 transports and no listeners like this: ```go package main import ( "log" "github.com/libp2p/go-libp2p" "github.com/libp2p/go-libp2p/core/crypto" "github.com/libp2p/go-libp2p/p2p/security/noise" ) func...

🎉 Thanks for submitting a pull request! 🎉 #### Summary Fixes # --- For us to review and ship your PR efficiently, please perform the following steps: - [ ]...

### Checklist - [x] I have read the [coding guide](https://github.com/ethersphere/bee/blob/master/CODING.md). - [ ] My change requires a documentation update, and I have done it. - [ ] I have added...

#### Summary Bee should be compilable with tinygo. tinygo produces much smaller binaries than the Go standard compiler, at the cost of making programs single-threaded. This is OK for environments...