Martin Jakobsson
Martin Jakobsson
There has also been a change in this file: https://repo1.maven.org/maven2/org/openjfx/javafx/17-ea+8/javafx-17-ea+8.pom https://repo1.maven.org/maven2/org/openjfx/javafx/17-ea+9/javafx-17-ea+9.pom This is where `javafx.platform` is defined, so it seems quite relevant. I've done some experiments and it seems like...
Apparently this problem could be fixed by simply adding a placeholder to the Select. The bug still exists of course, but this is a viable solution for us.
The workaround that worked for us was to add `placeholder={{ label: strings.select, value: null }}` to the `Select` tag (which was imported using `import Select from 'react-native-picker-select'`). We haven't looked...
Hello guys! We are really looking forward to using this feature in a production environment. Do you think it could be merged soon? Have a nice day!
> I have not tried, but instead of adding the settings to the `code-workspace`, can you put the settings under the `.vscode` folder in each root? Just tried it and...
> What's a good way to add a test for this? Just cloned the repo, applied the fix, and added these tests to `tests/unit/rc2.js` line 18: ```js it('should expand a...
I just noticed something similar when calling `glfwGetKey` after a window resize: - Hold `SPACE`, start resize, release `SPACE`, stop resize -> the `SPACE` key is now considered released -...
I noticed this problem today, and it seems to happen [here](https://github.com/zakarumych/rapid-qoi/blob/c5359a53476001d8d170c3733e6ab22e8173f40f/src/decode.rs#L265) in the codebase. I just made a fix for the same bug in another qoi library [here](https://github.com/aldanor/qoi-rust/pull/17), so we...