Luuk van Houdt

Results 9 issues of Luuk van Houdt

### Description This PR is the start of the implementation for the select element support class for the JavaScript client. The global documentation already exists and can be found [here](https://www.selenium.dev/documentation/en/support_packages/working_with_select_elements/)....

C-nodejs

## Description, Motivation and Context Please let me refer you to #1109 for more context. ## Checklist: - [x] I've added/updated tests to cover my changes - [x] I've created...

### Issue subject Add type declarations for typescript (`*.d.ts`). ### Expected behaviour When importing this package I would expect it to allocate type declarations for it. ### Actual behaviour No...

enhancement

### Describe the bug Consider the following factory ```ts import { defineI18nMiddleware, detectLocaleFromAcceptLanguageHeader } from '@intlify/hono'; export function createI18nMiddleware( schema: TSchema, translations: Record = {}, ) { return defineI18nMiddleware({ locale:...

good first issue
help wanted
status: review needed

Fallback is `.tach` in the project root. If the value of `TACH_CACHE_DIR` is a relative path, then it is relative to the project root.

### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description When a component uses `model` and `output` with names that would...

area: core
core: inputs / outputs

### Description The following console warning is thrown when setting `xaxis.labels.style.fontSize` to `inherit`: > Unexpected value translate(0, NaN) parsing transform attribute [This is the line](https://github.com/apexcharts/apexcharts.js/blob/3c57b35f322130515a35c8be0a7475e75e5e2c7a/src/modules/dimensions/Dimensions.js#L143) that causes the problem. ###...

bug

Small suggestion to improve the type of [the acceptedFiles param](https://github.com/react-dropzone/attr-accept/blob/b38214f1f8b890e0603ea91bbe0026665221eb59/src/index.js#L8). In my project I use: ```ts type NonEmptyArray = [T, ...T[]]; type UniqueFileTypeSpecifier = `${string}/${string}` | `.${string}`; type AcceptedFiles =...

The output shown in the comment behind the value is not matching the format in the value. I updated the format to match the output.