Paul Schwabauer
Paul Schwabauer
The sample "subpasses" has missing synchronization, which leads to display artifacts. To reproduce enable Synchronization Validation Layers and start the sample. Then switch the Render technique between "Subpasses" and "Renderpasses"....
Warn if no fingerprint is specified and give more details if fingerprint comparison fails.
@JanHoefelmeyer Can you check if all requirements of https://github.com/csaf-poc/csaf_distribution/issues/289#issuecomment-1684906779 are met? Closes #289
This pull request refactors the CLI downloader to allow usage of it as a library.
Closes #1400 ## 📑 Description This pull requests fixes a regression that prevented from changing the badge color. It also removes unused code and formats the file. ## Status -...
## 📑 Description Formats all files and enables linting in the GitHub Action workflow. This simplifies contributions that don't result in many line changes. ## Status - [x] Not Completed...
### Describe the bug It is no longer possible to dynamically change the color of the Badge component. This seems to be introduced with https://github.com/themesberg/flowbite-svelte/commit/e7cb9d734142c04beef0ecfea485dacf7751c13a#diff-19a080e9a8d04d343b8dee72352ef93924862b0f0c20c506a7099a0a04f85c67R75-R82. ### Reproduction Use the Badge...
This pull request includes initial support to mock CSAF Provider, which allows the writing of extensive tests that can test behaviors that cannot be tested with "simple" unit tests.
If a `provider-metadata.json` is loaded that violates the schema, an error message is printed. This error message does not list the reason for the violation.
This pull request avoids the hiding of the underlying type and its methods. A use case would be to access the methods of `soap.XSDDateTime`. Consider the following code: ``` type...