Jacopo Maroli
Jacopo Maroli
hey there! First of all let me congratulate with you for this amazing project. HW accelerated backtesting is amazing :D I'm working on a comparison between a simple strategy I'm...
following up on https://github.com/tonaljs/tonal/issues/234 I opened this PR to allow detecting chords even when the 5th is omitted (happening often when playing guitar) this patch allows `Tonal.Chord.detect(["D", "F", "C"])` to...
Hey guitar player here! We sometimes omit the 5th from a chord to make it more manageable to play. Having tonic, 3rd and 7th should be enough to characterize a...
TL;DR: fixes (notice timestamp) wrong: ``` 2021-02-20 12:32:14.933770 - fetch_ohlcv - Attempt 0 Fetching: BTC/USDT, TF: 30m, Since: 1612024334932, Limit: 9999 2021-02-20 12:32:16.110623 - fetch_ohlcv - Attempt 0 Fetching: BTC/USDT,...
**Description** Currently oneOf and anyOf are treated equally https://github.com/asyncapi/modelina/blob/7a2394956f8f82670e10859efd6b1c67c4487033/src/interpreter/Interpreter.ts#L85-L86 This PR aims to handle correctly oneOf in accordance to the OpenAPI specs https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/#anyof-vs-oneof I needed to update one of the...
I thought it would be nice to generate automatically an excerpt as wordpress do and controlling it's length
#### If this is a feature request describe it here N/A #### Version of Octolapse Octolapse Version: 0.4.1 #### Version of OctoPrint OctoPrint Version: 1.8.1 #### When you ran into...
Hey there, I added a couple of new features: automatic channel detection: listens noise on every channel with the assumption that no audio is playing, therefore the humming from mics...
This is an attempt to address https://github.com/respeaker/seeed-voicecard/issues/309 It's an improvement on the patch proposed here https://github.com/respeaker/seeed-voicecard/issues/309#issuecomment-989912874 As far as I understand it the idea was to change the clock in...