Jens Reimann
Jens Reimann
That's an interesting case :) The `leadOverrideOperatingSystem` parameter is more an indicator for the "lead" (metadata) section of the RPM. So that should not have any influence. Also, the content...
> I am not sure if this is a bug or the expected behavior. I would have expected that the rules are applied to all applicable intermediate directories in a...
That looks awesome. I think those four assumptions are correct. Especially the last one, directories like `/usr` should not end up on the RPM. Maybe directories should only be processed...
Sorry I lost track of the PR. Thanks @RolandRodenbeck for pinging!
Currently, I don't recall that there is an option. If Patternfly supports this, I think it makes sense adding this option. Could you create a PR for this?
Yup, I know that IDs are currently not very well supported. I saw that the PF React stuff random IDs if they are missing, which would also be my preference....
Right, the id shouldn't change. But if the Option is `None`, then one would need to create an alternative value (random) which should be memoized.
I ran into this myself the other day. The `FormSelect` component erroneously had the "multi" option, which isn't supported by PatternFly. This will be removed in a future `patternfly-yew` version....
`Bullseye` is a function component and thus implements `BaseComponent`. Which is should be good for the example above.
> @ctron Does the example above work for you? Yes, no problems.