sergproua
sergproua
Looking for ways to exclude weekends and holidays on DateAxis so that there's no gaps which also take a lot of space.
**I have checked existing issues and wiki** - [x] I could not find similar [issues](https://github.com/ta4j/ta4j/issues?utf8=%E2%9C%93&q=) - [x] I could not find a solution in the [wiki](https://ta4j.github.io/ta4j-wiki/) or [faq section](https://ta4j.github.io/ta4j-wiki/FAQ.html) **Is...
I created simple test machine with trigger-less transitions, my tests using StateMachineTestPlan `shouldGetToTheFinishAndWinStepTest` and `shouldGetToTheFinishAndLooseStepTest` as well as nonreactive tests `shouldGetToTheFinishAndWinNonReactiveTest` and `shouldGetToTheFinishAndLooseNonReactiveTest` using sendEvent(...).subscribe() work as expected however getting...
**URL** The RESTful API call you are making (please be sure to omit your API key) `https://api.polygon.io/v2/aggs/grouped/locale/us/market/stocks/2023-01-09?adjusted=true` **Result** What result are getting? ``` { "queryCount": 10953, "resultsCount": 10953, "adjusted": true,...
When run inject on html files single quotes inside property values get replaced with ' even when outside the injection tags. ``` gulp.task('html-apos-issue', function () { return gulp.src('./index-test.html') .pipe(revmtime()) .pipe(rename('./index-test-out.html'))...