Rafael Kraut

Results 30 issues of Rafael Kraut

### Please describe the feature you would like to see implemented. When creating CMS elements it's currently very cumbersome to implement a media upload field which uses `sw-media-upload-v2`. I know...

Feature Request
Bug
Platform(Default)

### Discussed in https://github.com/wwmm/easyeffects/discussions/1811 Originally posted by **RafaelKr** September 8, 2022 Running `pw-cli ls Node` has the following output for me: ``` id 28, type PipeWire:Interface:Node/3 object.serial = "28" factory.id...

enhancement

This PR is another take on fixing autofill inside ShadowRoot (#713). Thanks to @chadm-sq there was a previous attempt in #2283 but this just had a recursive usage of `querySelectAll`....

community-pr

Fixes #2893 This PR fixes an issue which can be experienced especially on mobile devices. In some cases Ferris overlays the code as it can be seen here: ![photo_2023-10-25_09-05-36](https://github.com/rust-lang/book/assets/14234815/5840c8bf-a67b-4bae-b275-a8a3c8220b29) This...

This makes it clearer, that you COULD use a `while` loop to loop a collection, but a `for` loop is the preferred way When reading the section "Looping Through a...

This is a followup PR. #3024 included a bug. It only worked if the custom field name was equal to the entity name. I now noticed this and fixed it...

Scheduled
Area: Inventory Management

I get multiple warnings similiar to the following warnings: ``` [nginx_parser] WARNING File not found: /etc/nginx/modules-enabled/*.conf [nginx_parser] WARNING File not found: /etc/nginx/conf.d/*.conf ``` It's triggered by include lines with a...

Is there any support for a web application firewall like an integration with https://github.com/SpiderLabs/ModSecurity planned? This also could be developed "externally" if there is something like extension/middleware support. Maybe related...

I'm using [`data-loading`](https://symfony.com/bundles/ux-live-component/current/index.html#loading-states) which works perfectly fine if everything works as expected. But if the request runs into an error or if times out the loading state stays forever. I...

We would like to build a product configurator where the user is guided through multiple steps. The requirement is that the steps are incremental. So initially all steps should be...