Results 19 issues of slavb18

Problem initially started [here](https://users.rust-lang.org/t/segmentation-fault-opencv-tesseract-tensorflow/78598/19) I have separate projects [rustmtcnn](https://github.com/ilb/rustmtcnn), [rusttess](https://github.com/ilb/rusttess), [rustopencv](https://github.com/ilb/rustopencv) All fo them work idependently But any combination with opencv fail - tesseract+ tensorflow: work - tesseract : work...

# Bug Reportm ## Steps to reproduce 1. `pnpm init -y` 2. `pnpm install fomantic-ui` 3. ## Expected result fomantic-ui installed without error ## Actual result ``` .../node_modules/fomantic-ui install$ gulp...

type/bug
type/build
tag/next-release/nightly

##### **Overview of the issue** Attribute overrides modal window missing "add" button Cannot add attribute overrides using interface ##### **Expected Outcome** Attribute overrides modal window allows to add override element...

##### **Overview of the issue** Sequential generation of model with @XmlInverseReference element generates additional @XmlInverseReference annotation ##### **Expected Outcome** ```java @XmlInverseReference(mappedBy = "docfiles") ``` ##### **Current Outcome** ```java @XmlInverseReference(mappedBy =...

##### **Overview of the issue** Code generation with "Remove Unused Imports" / "Organize imports" breaks imports (Empty imports section) ##### **Expected Outcome** Generated code should contain imports ##### **Current Outcome**...

Showing warning sign on entity in case of duplicate discriminator value in same entity hierarchy would be useful to see such errors automatically. E.g. BaseEntity -> ChildOne ( discriminator value...

enhancement :bulb:

Since DTO is regular class with BeanValidation annotations, JPA modeler could easily model such classes. E.g. it could contain Button to create regular class (without @Entity annotation) and contain all...

enhancement :bulb:

Add support of mariadb sequences https://mariadb.com/kb/en/sequences/

Currently certificates stored in /var/run/autocert.step.sm on pod I am trying to use certificate in [pgadmin4](https://artifacthub.io/packages/helm/runix/pgadmin4), but it can see files only in /var/lib/pgadmin/storage folder. How can I copy generated certificates...

enhancement
needs triage

Hi! Is there support for secrets mounting in docker (RUN --mount=type=secret) like in docker/build-push-action? https://render.com/docs/docker-secrets is it possible to run `docker build --secret` from `werf converge` ``` DOCKER_BUILDKIT=1 docker build...