Alexander Ivanov

Results 7 issues of Alexander Ivanov

`ember-paper` version `1.0.0-beta.35`. When use `chips` inside a `form`: ``` ... Submit ``` After entering new tag and pressing `Enter` button, form is sent and closed. It is expected behavior...

Env: ruby 2.7.1, Rails 6.0.3.2 Modified given example as follows: Schema (added empty object): ``` { "$schema": "http://json-schema.org/draft-04/schema", "oneOf": [ { "$ref": "#/definitions/profile" }, { "$ref": "#/definitions/empty" } ], "definitions":...

If the following `JSONAPI::Resources` configuration is used: ``` JSONAPI.configure do |config| config.json_key_format = :camelized_key ... ``` it is expected to see camelized properties names in generated result, e.g. `createdAt` instead...

Enhance `bmqtool` to add ability to read and replay the `poison pill` message dumped in the file by the broker, so that consumers can debug their applications. **Proposed changes** Format...

Revise cancelled/suppressed unit tests running under sanitizers. Fix some issues.

When a queue starts to fill up, it is valuable to see information about which AppIds are impacted, and information about the messages in the queue. Especially in the case...

Enhance storage tool to search records in cluster state ledger (CSL) file. To search records in CSL file, only CSL file path (`--csl-file` option) must be passed, journal file path...