Kernevez

Results 19 issues of Kernevez

When creating a project with readme example, we always have a FATAL error with the message 'authentication required'. We are using argocd-autopilot 0.2.23. ``` argocd-autopilot app create demoapp --app github.com/argoproj-labs/argocd-autopilot/examples/demo-app/...

bug

Hi, Thank you for you implementation, it's very easy to parse code and explore the AST graph. I implement some validation rules, for exemple, about catch implementation. After founding a...

I have a package named 'connectors' that contains several packages but not direct classes. I want to have a rule like: ```java DependencyRule common, connector; @Override public void defineRules() {...

### Search first - [X] I searched and no similar issues were found ### Description I have different contexts in my project. Only some of them should insert data in...

TypeBug
DBPostgres
needs_review
breakingChanges

docker + K8s

Hi, I'm using the version 1.3.0 with a maven project. When I create the builder (default values for all the parameters), if I create it in the `main` forder everything...

Hi all, I have a Wifi USB dongle. During the first boots I don't have issues, I was able to connect to internet and update openplotter. But now I lost...

As describe in this issue https://github.com/OpenAPITools/openapi-generator/issues/18361 I have a difference in the parser behavior. With 3.0 schema, the reference to an external component is parse with it's own structure. It...

Hi I have chains with MovementEntities with a OneToOne relation. ``` public class MovementEntity { ... @OneToOne(optional = true, fetch = FetchType.LAZY) @JoinColumn(name = "PARENT_MOVEMENT_ID") private MovementEntity parentClientSecurityMovement; ``` The...

requires investigation

**Bug description** I use a RepositoryItemReader in a multi-thread scope (with a task executor) RepositoryItemReader is thread safe, and as documented I set up : `.saveState(false)` and manage my state...

status: waiting-for-triage
type: bug