tramchamploo

Results 13 issues of tramchamploo

I'm doing some investigation on this strategy and I found something misaligned between declaration and implementation. In [aroon_oscillator_indicator](https://github.com/hummingbot/hummingbot/blob/master/hummingbot/strategy/aroon_oscillator/aroon_oscillator_indicator.pyx) > # Aroon Up indicator is a value of 0 to 100...

P2
bug
aroon_oscillator

## Bug report ### Describe the bug After update to alsa-lib 1.2.7.1, playback to snd-aloop works no more. Other output works fine. I guess maybe because mpd send the wrong...

waiting

``` pcm.er4s { # Direct hardware access type hw # Loopback card name # # Has to match "id" in the options of the snd-aloop module card "Loopback" # Loopback...

So that indicator value ranges from 0 to 100 as is described.

``` import numpy as np from numba import njit @njit def unfold(x, y): r, c = x.shape a = np.broadcast_to(x, (y, r, c)) # a = a.copy() b = np.swapaxes(a,...

good first issue
bug - miscompile

Log says not finding plugin in .vst3 file. Also the plugin has a feature that changes output layout as output channels changes which works under DAWs but not under Carla....

Thanks for making this incredible software. I'm not an artist and I use Carla for some spatial audio processing. Can I achieve this on Alsa, or maybe I have to...

This package has http2 forward proxy and ssl support that no other software does entware has included. - [x] No similar package already added and/or this one got some new...

Buffer write commands together and use `jedis.pipelined()` to send them.

1. Invent an eventloop to schedule queue flush, so thread count is not reporter-bounded. 2. Each queue are bounded to specific eventloop, so there will be only one consumer. 3....