Pavel Kratochvíl
Pavel Kratochvíl
https://issues.redhat.com/browse/OCPBUGS-180 Signed-off-by: Pavel Kratochvil
https://bugzilla.redhat.com/show_bug.cgi?id=2101666 https://bugzilla.redhat.com/show_bug.cgi?id=2102096 Signed-off-by: Pavel Kratochvil
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2109854 Signed-off-by: Pavel Kratochvil
Signed-off-by: Pavel Kratochvil
PR in response to https://github.com/openshift/console/pull/11802#issuecomment-1191694635 Signed-off-by: Pavel Kratochvil
Fixes path resolving in YAML sidebar navigation. The issue was, that references(`$ref`) in k8s/openapi was not followed. The created path looked like: `io.k8s.api.apps.v1.Deployment, properties, spec, properties, selector, ...` instead of...
https://issues.redhat.com/browse/CONSOLE-3164 Signed-off-by: Pavel Kratochvil
- [x] avoid using types which are not recommended as per [@typescript-eslint/ban-types docs](https://github.com/typescript-eslint/typescript-eslint/blob/v5.43.0/packages/eslint-plugin/docs/rules/ban-types.md#options) - [ ] use better react-redux types to avoid @ts-ignore suppressions when importing APIs from that package...
After building the LLVM toolchain, the `make riscv-isa-sim` si failing with the output: ``` pavel@pavel-thinkpad:~/ara$ make riscv-isa-sim # There are linking issues with the standard libraries when using newer CC/CXX...