Felix Mueller
Felix Mueller
## Expected behavior Find relevant results when searching for documentation. Example: Find "Semantic Dom Diff" article when entering "Semantic" in the search box and triggering the search. ## Actual Behavior...
I am currently migrating a project from `@web/dev-server-storybook` plugin to the new `@web/storybook-builder`, and ran into an error when starting the storybook: ``` > storybook dev -p 6006 @storybook/cli v7.6.2...
The README section about which files to generate schemas for is outdated, i.e. it refers to the `xsdFiles`. Instead, this should probably be migrated to the `includes` property.
The sample Java code snippet for example 4 does not correspond with the actual SDK use (SDK version 5.39.0). Existing sample snippet: ```java UserCollectionPage user = graphClient.groups("{id}").members().microsoft.graph.user() ``` I think...
We find ourselves implementing a couple of `ValueGenerator`s when testing a bean class. This leads to boilerplate code due to anonymous classes which could be avoided by passing a [Supplier](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/function/Supplier.html)....
The current bouncycastle dependency has open security alerts: - [CVE-2023-33202](https://nvd.nist.gov/vuln/detail/CVE-2023-33202) - [CVE-2024-30172](https://nvd.nist.gov/vuln/detail/CVE-2024-30172) - [CVE-2024-30171](https://nvd.nist.gov/vuln/detail/CVE-2024-30171) - [CVE-2024-29857](https://nvd.nist.gov/vuln/detail/CVE-2024-29857) We should try to update to 1.78 or above to mitigate the risk.
**maplibre-gl-js version**: 4.5.0 **browser**: Firefox 129.0 (64-Bit) Linux ### Steps to Trigger Behavior See link to demonstration ### Link to Demonstration https://jsbin.com/qamaqifina/edit?html,output ### Expected Behavior Map display without any artifacts...
## Summary In the example implementation of the application menu, using Shift-Tab focuses the first menu item instead of the first previous focusable element outside the application menu. ## Steps...
### Describe the bug After the initial `dbt snapshot` run, an error occurs: > DB::Exception: Correlated subqueries are not supported in JOINs yet, > but found in expression: snapshotted_data ###...
**Is your feature request related to a problem? Please describe.** I have some dictionaries based on ClickHouse tables which are also part of the dbt DAG (materialization = table). These...