customizable
Here are 512 public repositories matching this topic...
Inexplicably, part of the conemu website is written in Russian. Scroll down and note how much of the text is not english.
https://conemu.github.io/en/TabletPC.html
It would be helpful to get the original english docs back. I was trying to figure out how to disable zoom gestures on my touch pad, which happens by accident all the time, but all the docs are non-english.
-
Updated
Jun 16, 2020 - CSS
Like reddit does, is there a possibility to show tooltip on long press of navigation tab item? Our use case is not to show labels every time because it looks redundant for old users.
So, from android documentation i could see that it can be set through xml as android:tooltipText="ToolTip" and from code it can be set as view.setTooltipText("ToolTip");. I don't understand how to `setTooltipTe
-
Updated
Jul 12, 2020 - Go
-
Updated
Jan 18, 2020 - Java
You autocomplete looks good but are there any docs how to style it the way it fits to the respective design ? Would be helpful or better to set in the options
Thanks for this nice plugin
On a high DPI display the scrollbar thumb of scrollbars with autoHeight might be shown when the area cannot be scrolled. This is (as far as I see) due to the way thumb width and height are calculated. The trackWidth (respectively height) might be a non-integer number that might not be equal to `
-
Updated
Jun 16, 2018 - Objective-C
Is this a bug report or a feature request?
Bug report
Have you read the guidelines regarding bug report?
Yes
Have you read the documentation in its entirety?
Yes
Have you made sure that your issue hasn't
-
Updated
Feb 5, 2018 - Objective-C
-
Updated
Jul 29, 2019 - Java
-
Updated
Jan 28, 2020 - Java
-
Updated
Mar 21, 2017 - Objective-C
-
Updated
Jun 9, 2020 - CSS
-
Updated
Jun 25, 2020 - Python
-
Updated
Jun 4, 2020 - JavaScript
-
Updated
Apr 16, 2020 - Objective-C
-
Updated
Jan 17, 2019 - Swift
-
Updated
May 7, 2020 - Swift
-
Updated
Jul 3, 2019 - Swift
Tested with chrome's developer tools and iphone 6/7/8 simulation. If you click on a multiple select field it does not show a dropdown, instead it automatically selects the first option. You can see this on the Demo page.
-
Updated
Jun 6, 2020 - PHP
I would like to modify the styling of the vertical scrollbar and thumb. In the documentation it is mentioned that to override the default you'll need to so something like
thumbYProps={{ renderer: props => { const { elementRef, ...restProps } = props; return <span {...restProps} ref={elementRef} className="tHuMbY" />; } }}
But in the code [examples](https://github.
-
Updated
May 28, 2020 - Kotlin
-
Updated
Jul 13, 2020 - Python
When I right-click on a bookmark folder I'd like to see Chrome's default menu. The feature I use the most is "open all bookmarks".

![chrome s default bookmarkbar menu](https://cloud.githubusercontent.com/assets/12143247/13650450/0d00af64-e643-11e5-8f5b-2f50297
-
Updated
Apr 30, 2020 - Swift
Step to reproduce :
- On https://vdw.github.io/HideSeek/ go the demo of "Ignore accents"
- As expected typing
Theoshould display Théodore Géricault - Typing
Théoshould display Théodore Géricault but displayNo results found
Improve this page
Add a description, image, and links to the customizable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the customizable topic, visit your repo's landing page and select "manage topics."
Describe the bug
Find-one endpoint
/resource/:idresponses with 500 status code instead of 404, this happens with MongoDB setup.Steps to reproduce the behavior
findOneaccess to the public./resource-name/any-invalid-id.Expected behavior
404 response.
**Sys