Peter Oesteritz
Peter Oesteritz
I don't know if this is a bug or just a dumb question, but let me explain it 😄 Starting with this simple type: ``` class Types::ProjectType < Types::BaseNode graphql_name...
I've created a [CodeSandbox](https://codesandbox.io/s/intelligent-paper-frd14) with the esbuild configuration mentioned in the docs, but I still get this warning: `Using the "styled" tag in runtime is not supported. Make sure you...
A lot of plugins populates the content in WordPress' `the_content` filter. Since this plugin accesses `post_content` directly, we can't get the filtered output. I'm not sure if this is by...
I've prepared a general solution where we can run content filters for some popular plugins. I've started with Offload Media, since I needed this for an own project. There's also...
This PR is WIP since it lacks documentation and tests. But before writing these things I wanted to ensure that the maintainers are OK with this idea/change :-) Since `cmdk`...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I'm currently writing an extension to support Twig files. Code highlighting works...
This would be very great! :+1: Use case: example.com/de/leistungen/branding example.com/en/services/branding
### What happened? ### Description I want to delete a currency in this screen.  But once I click on the delete button, I get "Couldn’t delete “CHF”." That's because...
### What happened? ### Description Looking at my PHP error logs, I sometimes find this: ``` 2024-10-17 10:26:47 [web.ERROR] [yii\base\ErrorException:1] Nesting level too deep - recursive dependency? {"trace":["#0 [internal function]:...
### What happened? ### Description I wanted to roll back to an older revision of a product, but suddenly all variants were removed. A look at the logs revealed the...