Aleksey Oblozhko

Results 21 issues of Aleksey Oblozhko

[Origin page](https://www.webcomponents.org/) Hi I'm trying to publish an element that is present in npm, but hosted on bitbucket.org that is github alternative. But publish button says: Error - 15 Unable...

### Environment Jmix version: 2.x, has to be checked for 1.x ### Bug Description When received notifications dialog is resized to smaller buttons are not layouted correctly and getting lost...

type: bug
in: notifications

'of' instead of 'in' must be used with new declaration words 'let' and 'const'. This code actually breaks ie11.

Current rest documentation section https://docs.jmix.ru/jmix/2.1/rest/getting-started.html contains curl example for obtaining token that hides Basic Auth specific and may not be useful for other http clients including programmable. ` curl -X...

in: rest

### Environment Jmix version: 2.4.999 ### Bug Description Production build fails while development is fine ### Steps To Reproduce 1. Build jmix from master into local maven repo 2. Create...

type: bug
in: gradleplugin
in: flowui
triage

Currently confirmation dialog buttons has no identifiers that may allow to select and click them from js context e.g. from UI Browser Engine based tests (WebDriver). Either ids or classnames...

size: S
in: flowui

In some cases usage of flowui components can be not enough to fit developer's requirements and java-side data assignments to achieve simple display purposes may feel too verbose. So there...

size: M
in: flowui

1. There can be page in some "Architecture Principles" section describing the way to work with subscrible items with Registration functional interface 2. Events section must have a subsection describing...

Current api hints says the way described in docs became deprecated starting from 2.3 ![image](https://github.com/jmix-framework/jmix-docs/assets/195749/44ffba25-ba12-423c-b366-0fff3e892ddf) ViewNavigators has methods with addictional origin argument, but I can not figure out what should...