mw66

Results 190 issues of mw66

### System information - **dub version**: DUB version 1.36.0, built on Mar 1 2024 - **OS Platform and distribution**: Linux Ubuntu 20.04.6 - **compiler version** dmd.2.107.1.linux.tar.xz ### Bug Description https://forum.dlang.org/thread/[email protected]...

This is the idea from the discussion: https://forum.dlang.org/post/[email protected] # Background: Although D intendeds to have single-inheritance with multiple interfaces, but the multiple inheritance problems have crept into D already, because...

https://github.com/mrjbq7/ta-lib/issues/435 https://github.com/mrjbq7/ta-lib/blob/master/docs/func_groups/momentum_indicators.md MFI - Money Flow Index NOTE: The MFI function has an unstable period. real = MFI(high, low, close, volume, timeperiod=14) however, if we check the DESCRIPTION of TA_SetUnstablePeriod(https://ta-lib.org/d_api/ta_setunstableperiod.html)....

low priority

the chip is still, but GetAngZ() value is drifting: GetAngX, GetAngY, GetAngZ ``` -8.00 , -4.90 , 19.98 -7.99 , -4.91 , 19.98 -8.00 , -4.91 , 19.98 -7.99 ,...

Hi, (This is more a discussion / question than a bug.) Looks like this implementation doesn't have the attention mechanism (align to the ascii char), but still able to generate...

I didn't move my chip, but: ``` ... CNT PITCH ROLL YAW 97940 68.228 70.984 113.046 97941 68.247 71.046 113.051 97942 68.247 71.046 113.051 97943 68.247 71.046 113.051 97944 68.247...

question
Investigate

I copied the lock-free-0.1.2/lock-free/src/lock_free/dlist.d to local, and run the last unittest as main: ``` $ diff ........../.dub/packages/lock-free-0.1.2/lock-free/src/lock_free/dlist.d . 1c1,3 < module lock_free.dlist; --- > /+dub.sdl: > +/ > //module lock_free.dlist;...

https://github.com/MartinNowak/lock-free/blob/master/src/lock_free/rwqueue.d#L29 ``` void push(shared(T) t) in { assert(!full); } body ... ``` https://github.com/MartinNowak/lock-free/blob/master/src/lock_free/rwqueue.d#L38 ``` shared(T) pop() in { assert(!empty); } body ... ``` They are public methods, the caller may...

Did a quick grep, but didn't find Trailing stop orders. Just wondering can this be added? Thanks.

Hi, I think we need add this functionality to easily compare changed json files of different versions, or at least add the option to allow user sort the dict by...