Richard Willis

Results 96 comments of Richard Willis

fyi there is a demo image in the readme, it just takes forever to load because [it's 40mb](https://github.com/fateh999/react-native-paper-dropdown/raw/master/Demo.gif)

@snowystinger the `user-select:none` approach doesn't work well on safari. it fixes the focus issue but then you can't type into the segments. see forked version in safari (note I had...

Note this is bug DOES affect react-spectrum's DatePicker, but it's only evident on certain examples that use `display: flex` on their parent: https://user-images.githubusercontent.com/102141/234239941-397a9f79-fc20-4b07-a67c-33f06cb2e9ba.mov Play with the examples in the [Granularity...

@snowystinger does `user-select: none;` work for you in **_Safari_**? Safari using [un-prefixed `user-select: none`](https://codesandbox.io/s/heuristic-dubinsky-bcnnrd) rule (focus bug): https://user-images.githubusercontent.com/102141/234502080-61e5a733-6344-4d9e-a681-755038de3824.mov Safari using [webkit prefixed `-wekit-user-select: none`](https://codesandbox.io/s/smoosh-wind-lg2rqb?file=/src/App.js:517-533) (no focus bug, but unable to...

@CsCherrYY are you looking for something like this? https://github.com/badsyntax/vscode-gradle

Thanks @L-U-C-K-Y, this was helpful. I've taken the same approach and used a separate local db to manage the migrations. So we have two data sources: ```ts // dataSource.ts export...

I have revived the extension above which uses gradle to list tasks: https://github.com/badsyntax/vscode-gradle Unfortunately that extension conflicts with this extension (See #53) I'm open to make changes to vscode-gradle to...

In the end I managed to make both extensions pay nicely, meaning you can now use [vscode-gradle](https://github.com/badsyntax/vscode-gradle) to provide tasks for `vscode-taskexplorer`. You can see screenshots here: https://github.com/badsyntax/vscode-gradle/pull/48

Could possibly be due to a dokku update. Can you let me know what dokku version you're using?