Results 86 issues of Brian Ginsburg

When the sustain value is low, the gain seems to jump at the start of the release phase. I used the included tests with the following values: ``` attack: 0.5892...

- **Version**: + `ipfs` at `v0.62.2` + `ipfs-core` at `v0.14.2` + `ipfs-message-port-server` at `v0.11.2` + `tsc` at `v4.6.3` - **Platform**: The bug is with the TypeScript types, so the most...

help wanted
P2

# Summary ## Problem Developers need to poll the filesystem to detect changes. ### Impact Extra work and complexity for developers. ## Solution Add an interface to subscribe to any...

enhancement

This issue tracks changes to be made to implement event listeners in WNFS. This feature was initially requested in #136. As a quick summary, it would be helpful to provide...

enhancement

# Summary It would be nice to be able to add event listeners to files and directories to detect when they have changed. This would permit event-driven programming as an...

enhancement

This issue tracks webnative compatibility with build tools, bundlers, and frameworks. It should be treated as a living document and a reference point for developers using webnative. Comment on this...

# Summary ## Problem Parcel is not able to build projects that use webnative. ### Impact Developers may not be able to build their projects if they use Parcel. There...

bug

# Summary Add a reconnection strategy to the account linking websocket channel. ## Problem The default implementation of account linking introduced in #335 opens a Websocket channel, but does handle...

enhancement

# Summary An account linking producer concurrently tracks requests to link from multiple consumers. ## Problem In the current implementation of account linking (see #335), a producer will only handle...

enhancement

# Summary ## Problem `redirectToLobby` requires default arguments to fill positional arguments in some cases. ### Impact It may be inconvenient or feel like boilerplate for users to fill in...

vNext