Michael Kriese

Results 991 comments of Michael Kriese

no, we skip this action on merge queue

I'm now seeing the same issue since changeing my typescript compiler target to es2022. 🤔 ```ts class SomeClass { @event on: SomeType; } ``` will be compiled to ```js class...

- https://stackoverflow.com/questions/75098049/why-is-typescript-optional-class-property-is-set-to-undefined-for-es2022

Another fix it to use `declare` - https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#the-usedefineforclassfields-flag-and-the-declare-property-modifier ```ts class SomeClass { @event declare on: SomeType; } ```

- [x] https://github.com/go-gitea/gitea/pull/30330 - [x] https://github.com/go-gitea/gitea/pull/28921

I also like to have a regex matcher, as i'm using the following tags: ``` v2.0.0 v2.0.0-beta.2.12 v2.0.0-beta.2 v2.0.0-beta.1.1234 v2.0.0-beta.1 ``` I'd like to remove all `/^v\d+\.\d+\.\d+-.+/` but retain latest...

I think [SixLabors/ImageSharp](https://github.com/SixLabors/ImageSharp) would be a good choice for netstandard platform

i think this will be fixed by #7

I remove the pull secrets a long time ago with older versions. I don't on the versions used, so now you see the current versions in use.

placeholder, do not hide