Patrick Jungermann

Results 18 issues of Patrick Jungermann

Use `lexer/statements/postgres/alter` (previously: `Alter`, new: `PostgresAlter`) instead of `lexer/statements/mysql/alter` (`Alter`). Add PostgresAlter to exports at statements. Add test case for postgres-invalid-alter-option. Without the changes, the test failed for option `sequence`...

**Is your feature request related to a problem? Please describe.** Assuming, you have a base configuration that is used by a lot of different repositories (e.g., as an organization). At...

enhancement

Currently, the `workspaces` field in package.json files is only allowed to be an array of strings. However, it has also an object version. https://classic.yarnpkg.com/blog/2018/02/15/nohoist/ Example ``` "workspaces": { "packages": [...

Integrating the announcements with the alert-api by Backstage (core-plugin-api) would allow to display them at any view. This would not require a "home" page with a provided announcement widget to...

Use [`edit_uri_template`](https://www.mkdocs.org/user-guide/configuration/#edit_uri_template) instead of [`edit_uri`](https://www.mkdocs.org/user-guide/configuration/#edit_uri) and remove integration type-based limit. This features was introduced as part of [mkdocs v1.4.0](https://github.com/mkdocs/mkdocs/releases/tag/1.4.0). Effectively, this will add at least `repo_url` to all `url`-type locations...

area:techdocs
will-fix

Add support for Markdown at notification's description field. ## Hey, I just made a Pull Request! #### :heavy_check_mark: Checklist - [x] A changeset describing the change and affected packages. ([more...

Adds raw body information (body as buffer, encoding) to `RequestDetails` to support more request validation use cases. Additionally, uses the raw body to retrieve the transmitted JSON string unparsed/raw to...

area:events

Found a bug? You're welcome to [![GitHub Discussions](https://img.shields.io/badge/chat-discussions-blue.svg?style=flat-square)](https://github.com/Checkmarx/kics/discussions) - **Please make sure to:** - Describe in details what the problem is - Attach a log file with relevant data preferably...

bug
community