Joshua Behrens
Joshua Behrens
Are there any plans on supporting secure connections? They are already possible by proxying through nginx to add a certificate for https. But when I have nginx running I don't...
It it common to have env method calls in config files. These should also be rewritable. To implement this I had to be able to use a specific replace pattern...
Hey, I'd like to test out this framework. Running Ubuntu 20.04, got a valve index connected, installed dotnet core, created a project in Rider, added NuGet dependency to StereoKit. I...
### 1. Why is this change necessary? When you get a lot CMS features from apps but don't use all of them you have to live with it. There is...
### 1. Why is this change necessary? You create an entity extension on e.g. product. It looks like this: ```php (new FkField('product_id', 'productId', ProductDefinition::class))->addFlags(new PrimaryKey(), new Required()), (new ReferenceVersionField(ProductDefinition::class))->addFlags(new PrimaryKey(),...
### 1. Why is this change necessary? There is a plugin in the community store that clones an entity and updates the cloned entity with a payload that still refers...
### 1. Why is this change necessary? Because NEXT-20977 is not a complete solution. ### 2. What does this change do, exactly? It does not expect that window is the...
### 1. Why is this change necessary? When you have a broken SEO URL template it can silently break follow up usages. ### 2. What does this change do, exactly?...
Type: feature / documentation update Issue: Adds prefix removal for variables and class names Breaking change: no Changed documentation pages: - https://phpmd.org/rules/naming.html My issue is for class names that need...