Lukáš Kvídera

Results 29 issues of Lukáš Kvídera

# Description # ---------- Metrics with following definition are decreasing in one module. ``` module %s session.module.active.count amx:pp=/mon/server-mon[$SERVER_NAME],type=session-mon,name=cis-web-ui/%s/server/activesessionscurrent#current gauge none Count of active sessions The total of active sessions ```...

Type: Bug
Status: Open

Method InformixPlatform#buildSelectQueryForIdentity creates following select: `SELECT DISTINCT(DBINFO('sqlca.sqlerrd1')) FROM systables` 1) The 'sqlca. sqlerrd1' option returns a single integer that provides the last serial value that is inserted into a table....

good first issue

Method DatabaseQuery#copyFromQuery is skipping field queryTimeoutUnit instead of copying it as stated in javadoc. ```java /** * INTERNAL: Copy all setting from the query. This is used to morph queries...

In bugfix https://bugs.eclipse.org/bugs/show_bug.cgi?id=533724 has been changed default time unit from seconds to milliseconds. This negatively affects property "javax.persistence.query.timeout" with javadoc: ``` /** * "javax.persistence.query.timeout" * Configures the default query timeout...

##### Issue Overview After migration from JUnit4 to JUnit5 only first test passes. All following tests fails on startup exception, because there is lready GlassFishRuntime present and cannot be initialized...

Fixes #1141 Fixes #1134. Changes proposed in this pull request: - optimize performance of backtesting - `Indicator.getStableBars()` replaced by `boolean isStable()` - implemented propagation of stability - optimized running sums,...

**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...

enhancement

**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) **Describe...

enhancement

- cleaned tests - use builders - eliminated different parameter orders - enforced usage of builder that belongs to series - introduced possibility for caching most common constant values -...

- which may fetch data from external source Changes proposed in this pull request: - ta4j may analyse external data sources and create rules from them For example we may...