nimo23
nimo23
Fixes https://github.com/ta4j/ta4j/issues/1073 Changes proposed in this pull request: - Consider `base` when calculating `ReturnCriterion` of a position. - Fixed calculation for `VersusEnterAndHoldCriterion` - [x] added an entry with related ticket...
Fixes https://github.com/ta4j/ta4j/issues/1029 Changes proposed in this pull request: - Renamed `FixedDecimalIndicator` with `FixedNumIndicator` - [x] added an entry with related ticket number(s) to the unreleased section of `CHANGES.md`
We need more structure in the indicator-package. We can create folders like this: - Channel - Candle - Moving average - Oscillator - Trend - Volatility - Volume - .....
According to https://github.com/smallrye/smallrye-open-api/issues/1688, it should be resolved, but I am getting also the "SROAP07903: Duplicate operationId"-error. I have MyResource which makes use of an Interface: ``` @Path("/myResource") @Produces(MediaType.APPLICATION_JSON) @Consumes(MediaType.APPLICATION_JSON) @ApplicationScoped...
### Description When one clicks on an icon in the bottom bar,e.g. a bookmark icon, the bookmarks are displayed. However, it automatically expands and collapses, which can be very distracting....
### Description There is a bookmark icon in the bottom bar. When clicked, the bookmarks (with all its folders) become visible and the active tabs (top bar) are (unfortunately) locked....
When using Nginx, this plugin does not write headers to `nginx.conf.` It only works for `.htaccess.` Would it be possible to support Nginx or do I need to switch to...
### Discussed in https://github.com/eclipse-store/store/discussions/310 I want to get **all referencing data belonging to the root** by using a rest endpoint. The same result as when using the https://docs.eclipsestore.io/manual/storage/rest-interface/setup.html. Currently, there...
## Is your feature request related to a problem? Please describe. I want to write test cases to check if an entity instance is stored. However, it seems that there...
## Is your feature request related to a problem? Please describe. Currently we cannot manage the data stored by eclipseStore from an external source. It is also very difficult for...