extensions
Here are 903 public repositories matching this topic...
-
Updated
Apr 20, 2020 - Objective-C
-
Updated
Dec 25, 2019 - JavaScript
Is your feature request related to a problem? Please describe.
I'm running on Linux, and it would be cool if you could have an option in the settings to toggle the default desktop environment title bar, or hide it and use the general controls.
Describe the solution you'd like
^
Describe alternatives you've considered
n/a
Additional context
With title bar from desktop e
-
Updated
Jan 24, 2020 - JavaScript
Now this has some config details in the installation docs but it would be good to have say for the 3 most popular versions PowerShell: 5.1, 6.x and 7.x some notes on:
-
settings.json
-
C:\Users[User}\Documents\WindowsPowerShell\Microsoft.VSCode_profile.ps1
-
experimental s
-
Updated
Jun 2, 2020 - Java
The link to the sample page for the contextMenu is dead. It links to http://www.javascripttoolbox.com/lib/contextmenu/ but that page isn't online no more.
Can any other page with such info be added or is this using a specific form and function?
I found this script, but i daubt it uses same methods.
-
Updated
Jun 2, 2020 - Java
-
Updated
Mar 24, 2020 - JavaScript
-
Updated
Mar 5, 2020 - Swift
Improve docs
I opened this issue to discuss how can we improve the docs.
It's very valuable the input from users, as I have a deep knowledge of the library already, so my view doesn't help a lot.
We can start compiling a list of things we need to add, like another tutorial, some how-to sections, a better readme or doc home page and so on.
filterIndexed
Is your feature request related to a problem? Please describe.
R.filter doesn't expose index to the predicate function. Let's create a function that does and call it filterIndexed.
Describe the solution you'd like
filterIndexed((v, idx) => idx === 0, [1, 2, 3); // => [1]Possible implementation
const filterIndexed = R.addIndI find the "bookmark added" state a bit too distracting, stealing my focus when entering a url that already has been bookmarked. Compare:
no bookmark
bookmark
<img width="504" alt="Screen Shot 2019-07-26 at 9 53 42 AM" s
-
Updated
Sep 8, 2019 - Java
-
Updated
Jun 1, 2020 - C#
-
Updated
Jun 14, 2018 - C
https://github.com/Pext/Pext/blob/master/docs/installation.rst contains instructions for openSUSE, but more repositories are available (despite being untested).
These need to be documented for the relevant distributions:
Stable: https://download.opensuse.org/repositories/home:/TheLastProject:/python-pext/
Nightly: https://download.opensuse.org/repositories/home:/TheLastProject:/python-pext:/d
-
Updated
May 27, 2020 - JavaScript
-
Updated
Jun 2, 2020 - Kotlin
-
Updated
Jan 2, 2020 - Objective-C
-
Updated
May 29, 2020 - C#
-
Updated
May 13, 2020 - Kotlin
-
Updated
Jun 2, 2020 - TypeScript
Describe the bug:
The VisualProgressBar control does not draw using the ProgressBar color from the theme.
To Reproduce:
Steps to reproduce the behavior:
- Run the VisualThemeBuilder.
- Change the ProgressBar color to something obviously non-green.
- Select, in sequence, from the controls dropdown the VisualGuage, VisualRadialProgress, and VisualProgressBar entries.
- Observe t
-
Updated
Nov 2, 2018 - JavaScript
Improve this page
Add a description, image, and links to the extensions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the extensions topic, visit your repo's landing page and select "manage topics."



While generating docs for the v5.2, I noticed our doc coverage dropped to 99% due to a forgotten doc here. and was wondering if it is a good idea to add a CI step to make sure any newly introduced code is properly documented