Christoph Wagner

Results 9 issues of Christoph Wagner

### Description Loading databases with numeric schema names e.g. `1` lead to following error message: ``` SQL-Fehler [1064] [42000]: (conn=983) You have an error in your SQL syntax; check the...

bug
x:maria
wait for response
xf:metadata

I fetch only unseen messages with the following fetch option. Messages are marked as seen in the mail client, but the flags collection of the message instance is empty. Is...

Hello, I encountered an issue with the following code: ```php use function Opis\Closure\serialize; use Carbon\Carbon; serialize(Carbon::now()); ``` It works using a regular DateTime object. Carbon version: **2.58.0** PHP version: **8.0.18**...

Hi Am I doing something wrong? After switching to Laravel Mix 6 the parameters are no longer replaced using PHP and JSON. webpack.mix.js ```js mix.extend('translations', new class { webpackRules ()...

### Describe the bug I define the default settings like it is described in example 3 from the documentation (https://bootstrap-vue.org/docs/reference/settings#setting-config-via-individual-component-group-plugin-imports). For localization I use vue-i18n, also in the default settings....

**Describe the bug** While writing tests we discovered that `LogsActivity::$changesPipes` contains the values of the previous tests. The pipes are added in the `booted()` like in the [doc](https://spatie.be/docs/laravel-activitylog/v4/advanced-usage/manipulate-changes-array#content-add-pipes). There is...

bug

**Describe the bug** Using multi-dates in combination with now-button leads to this: `Uncaught TypeError: a.value.map is not a function` **To Reproduce** Steps to reproduce the behavior: 1. Create a date...

bug

Hi. **Describe the bug** Dates in Calendar are not clickable with this configuration: ```vue ``` Removing `multi-dates` or `:config="{allowPreventDefault: true}"` makes the dates clickable again. I need `teleport` and `allowPreventDefault:...

bug

Extend job schedule description to execute job every minute. Adding `* * * * *` without quotation marks in Home Assistant addon backend will not work.