ahoiroman
ahoiroman
Hello, I saw a lot of issues dealing with the 403-thing, which could mean that there is a bug or the docs are lacking some information. I am happy to...
Using PHP 8.2, I am getting this deprecation notice, if I set `'dispatch_events_from_aggregate_roots' => true,`: >DEPRECATED Creation of dynamic property ... $firedFromAggregateRoot is deprecated in vendor/spatie/laravel-event-sourcing/src/StoredEvents/StoredEvent.php on line 68. Should...
Hello everybody, I am trying to implement this package. Unfortunately I am getting this error: > No query results for model [App\PositionProductCategory] once I am running ```` new PositionProduct($position['product']); ```...
Hello, I am working on including your great script to an extension for a CMS. This CMS allows me to add JS and CSS - but always to the heading...
Hello, I got a pretty weird problem: I created this proxy: ``` axios: { credentials: true, proxy: true, baseURL: process.env.NUXT_PUBLIC_BASE_URL, debug: process.env.NODE_ENV && process.env.NODE_ENV === 'development', }, proxy: { '/backend':...
### Version @nuxthq/ui: 2.5 nuxt: `3.6.2` ### Steps to reproduce Add a SelectMenu like this: ``` ``` ### What is Expected? The size of the input changes to xl (it...
Using Bugsnag, I got the following error in my trace: ``` array:1 [▼ "exception" => Error {#2004 ▼ #message: "Call to undefined method Monolog\Handler\PsrHandler::pushProcessor()" #code: 0 #file: " /Users/ahoi/Entwicklung/Laravel/neu/vendor /yorcreative/laravel-scrubber/...
Hi there, I'd like to redact some sensitive information like this: ``` $token = 'github_pat_21BAP3XSDQ03ax56AASD8Z6_IyX2VEsSa7aDasd1jHLfENuuU0HW9rROK1CiuaM1GDBAQF6Tj0b5OLGA'; Scrubber::processMessage([ "context" => "accidental", "leak_of" => [ "jwt" => $token ] ]); // => 'github_pat_21BAP3XSDQ03ax56AASD8Z6_IyX2VEsSa7aDasd1jHLfENuuU0HW9rROK1CiuaM1GDBAQF6Tj0b5OLGA'...
Hi there, I got a strange problem: I cloned this repo and if I run nuxi dev and open http://localhost:3000, the animation on the placeholder works as expected. If I...
Hello there, in order to automate different steps I want to use the ansible-semaphore-API. However, in some cases, the API does not return any data on success, but only HTTP...