Michael Steininger
Michael Steininger
Hi, I recently got the following error: ``` Notice: Undefined offset: 2 ``` here: https://github.com/tgalopin/html-sanitizer/blob/d2dd64cf1a3739167802aa00217df0f17e67372a/src/Sanitizer/UrlSanitizerTrait.php#L83 I got this error after adding a subdomain to `allowed_hosts` like `sub.example.org` and this causes...
Hi, I had the following issue: Some of my friends were playing on the server and after like 10 minutes I tested to restart the server using `docker restart ark_server`...
Hi, I'm getting some CSP warnings like ``` Refused to apply inline style because it violates the following Content Security Policy directive ``` if I include the terminal in my...
**Describe the bug** If you include the file https://github.com/fontsource/fontsource/blob/main/packages/open-sans/scss/mixins.scss and use the "fontFaceCustom" method without providing a `$fontName`, the resulting CSS will output `Open SansVariable` as `font-family`. **To Reproduce** Steps...
Hi, I think the Documentation is missing the redis commands "PUNSUBSCRIBE (https://redis.io/commands/punsubscribe) and UNSUBSCRIBE (https://redis.io/commands/unsubscribe). The functions are implemented, but missing in the documentation: https://github.com/phpredis/phpredis/blob/develop/README.markdown#pubsub
**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [x] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md - [x] I...
Hi, I followed the instructions in the README and i get the following error on builing with webpack: ``` Module build failed: Module not found: "./node_modules/webpack-inject-plugin/dist/webpack-inject-plugin.loader.js?id=webpack-inject-module-1!" contains a reference to...
Hi, the code-climate report generated with `-f codeclimate` has an issue: The entry for `location/path` per issue must be set relative to the repository root. Currently this is set as...
### Self-Hosted Version 23.11.2 ### CPU Architecture x86_64 ### Docker Version 23.0.1 ### Docker Compose Version 2.16.0 ### Steps to Reproduce 1. Run a normal self-hosted sentry 2. Execute `./scripts/backup.sh`...
Hi, I am having trouble finding out the correct way to execute scripts _before_ each build (without --watch) **and** _before_ each `--watch` run. I tried `onBeforeBuild`, `onBuildStart` and `onWatchRun` which...