Christopher Schnick

Results 26 issues of Christopher Schnick

I'm currently trying to upload a release to another GitHub repository. That means I am setting the `name` property in the `github` section to another repository which is different from...

bug

When compiling sgpp with MSVC++, several warnings pop up that might indicate unintended behaviour: ``` \base\src\sgpp\base\grid\storage\hashmap\HashGridPoint.hpp(376,72): warning C4146: unary minus operator applied to unsigned type, result still unsigned \base\src\sgpp\base\grid\storage\hashmap\HashGridPoint.hpp(398,72): warning...

Note that this would be a little bit more work than just running `gradle build`, especially generating the installers with jlink and jpackage, adapting the file paths, and detecting and...

If you are interested in contributing to the localization of the Pdx-Unlimiter, you can take a look [here](https://github.com/crschnick/pdx_unlimiter/projects/) to see the current status for each language. You can also post...

enhancement

I have tested my application [xpipe](https://github.com/xpipe-io/xpipe) on various Linux distros and noticed that the tray icon it looks off on some of them. Here is for example how it looks...

If you try to reference the gradle `project` within the jreleaser scope, it always refers to the `jreleaser.project` by default. This can lead to bugs if you're trying to access...

bug
gradle

For my current gradle project, I defined all the jreleaser configuration in a separate file and used gradle's `apply from: jreleaser.gradle` to apply the file contents. However, one time I...

bug
BREAKING CHANGE
gradle

I'm using a fixed changelog message template when releasing and announcing to GitHub and Discord. It looks for example like this: 🚀 {{projectName}} {{projectVersion}} has been released If you have...

bug
help wanted