Dominik
Dominik
We just got hit by this bug/behavior, too. Imagine having values for a field `scale` with possible values `1:2` and `1:2,5`. The field value is stored as `1:2,1:2,5` and thus...
@MadeP Please elaborate on what's not working anymore. Previously commas were accepted but led to silent data loss. Now there's a sanity check as a workaround in place, which just...
Unfortunately, we're also hit with this problem. In our case it's not the NSIS, but the Tauri executable itself. As a test, I created a fresh Tauri v2 application without...
Additional info: Earlier Pimcore versions (
@nvandamme I think it would be nice to get a flag from the OS whether the IF is loopback or not and don't decide on its address. @utkarshgupta137 Your app...
@nvandamme My initial thinking was that the OS knows best about whether it's a loopback or not. And I thought about other interfaces besides `AF_PACKET`, `AF_INET` and `AF_INET6` might have...
@EstebanBorai What do you think? Expose a function `is_loopback()` on the interface checking on its adresses for loopback? Or just add a recipe to the README (see my example above)?
@alexej-d Thanks, yes, that should omit the wrapping ``, but won't prevent the user from writing content in multiple lines. Also, a linebreak `` could be inserted. This idea/feature request...
> It seems this Version20240708083500 migration is a bit strange: @NiklasBr Indeed. The message `Definitions in /var/www/pimcore/config/pimcore folder cannot be overwritten` is true for `ClassDefinition|Objectbrick|Fieldcollection`, as their `isWritable()` all check...
The error output regarding GitHub buttons JavaScript is misleading - it's just the CSP header's value. I think the reason for this error is that the `icon-list` template includes the...