nimo23
nimo23
Oh, I missed https://github.com/ta4j/ta4j/issues/113#issuecomment-349457768. How can we be sure that all double calculations within ta4j uses our custom `Num.equals()`. It's not possible without a wrapper like `Num`. So it seems...
@team172011 Would be nice to share your experience as you already did remove the `Num`-abstraction in https://github.com/team172011/ta4j2.
Looking for example, at the smallest unit of ETH (=wei) which is equivalent to 10^-18 ETH ( = 0.000000000000000001 ETH). So maybe using a precision of 20 instead of 32?...
> since there is no interest on this topic from capacitor side @Dante1349 I guess this PR won't be reviewed as long as it has **merge conflicts**. It would be...
In https://github.com/ionic-team/capacitor/issues/5145#issue-1027763992, nothing was said about SSE and it may be that it was simply forgotten at the time or there were other reasons why it was not included in...
I am using a gulp-file, not grunt. I only clicked a gulp-target in the build-explorer and the stacktrace above is shown. If using terminal with "grunt taskname', then all works...
The odd thing is, if I open eclipse by terminal (./eclipse) instead of clicking its icon, then the build-explorer works as expected. Try opening eclipse in DOS, then build-explorer will...
Yes, I have installed gulp and npm via cli within my project before. But it does not make a difference. As I said, running gulp tasks by terminal works. Running...
@angelozerr with mac, gulp cmd on terminal works, but build-explorer does not work. The other thing is when having gulp-tasks within subdirectories. Build-Explorer does not recognices these tasks. For example,...
Ok, thanks. https://github.com/angelozerr/jsbuild-eclipse/issues/11