ahoiroman
ahoiroman
The docs at https://caddyserver.com/docs/caddyfile/options#admin describe how to use a unix socket in order to make the api listen to the unix socket. ``` { admin unix//run/caddy-admin.sock } ``` Following this...
### Description Hello everyone, I am using a drawer like this: ``` const onViewDetails = () => { const drawer = overlay.create(TaskOverlay) drawer.open({ project: props.project }) } ``` Now the...
- Larastan Version: 3.2.0 - Laravel Version: 12.3.0 ### Description I am getting this error after updating my dependencies: ``` ------ ----------------------------------------------------------------------------------------- Line app/Domain/Team/Projections/Team.php ------ ----------------------------------------------------------------------------------------- 48 Method App\Domain\Team\Projections\Team::members() should...
### Environment - Operating System: `Darwin` - Node Version: `v22.14.0` - Nuxt Version: `3.17.4` - CLI Version: `3.25.1` - Nitro Version: `2.11.12` - Package Manager: `[email protected]` - Builder: `-` -...
Let's assume I created these aliases in my ssh config: ``` Host test_db1 HostName 10.0.5.1 ProxyJump test_gw1 Host test_gw1 HostName 123.123.123.123 Host test_* User testUser ``` If I now add...
### Environment - Operating System: `Darwin` - Node Version: `v22.20.0` - Nuxt Version: `4.2.1` - CLI Version: `3.30.0` - Nitro Version: `2.12.9` - Package Manager: `[email protected]` - Builder: `-` -...
Hi there, on chromium, the mentioned cards are looking decent: but on safari, it's another story: For this test, I used Safari Version 18.6 (20621.3.11.11.3) on macOS 15.6.1.
**Describe the bug** This issue is a follow-up to https://github.com/mydumper/mydumper/issues/2032 . Nightly backups are failing with segmentation fault. **To Reproduce** Command executed: * mydumper with all the parameters * myloader...
Hi there, I followed the integration steps described in the wiki. Unfortunately, I get this error: Your Search Console account hasn't been connected successfully. Please unlink your Google account and...
Hi there, I am using CloudFlare in order to protect my site (proxy mode). Now I want to integrate plausible using the proxy feature, which works fine. A little problem...