Jacob Sundstrom
Jacob Sundstrom
It appears that newlines are added to strings and that it happens sometimes when strings are concatenated (in my case while creating paths). `fork{ loop{"...".post; 0.5.wait}}` produces the following in...
If enabled, outputs the bin number directly instead the calculated frequency. If interpolate is true, performs linear interpolation and outputs a fractional bin as a float. ## Purpose and Motivation...
Essentially BufGrain supplies an envelope without mentioning it in help. Figured it would be useful to update the helpfile so users know. ``` a = Array.fill(44100, {rrand(-1.0, 1.0)}); // noise...
### Describe the bug Code is here: https://github.com/Uniswap/v4-core/blob/59d3ecf53afa9264a16bba0e38f4c5d2231f80bc/src/libraries/StateLibrary.sol#L176-L191 The docstring states that the function "[r]etrieves total the liquidity of a pool" but an examination of the code reveals that it...