extensible
Here are 194 public repositories matching this topic...
-
Updated
Jun 7, 2021 - Common Lisp
For different use cases, like bencheeorg/benchee_html#10 it'd be great to have statistics about statistics - what I'd call "meta statistics" - although there's probably some better real statistics name for this :)
What should be in there (that I know of so far):
- job size (how many jobs are in there)
- minimum of run times over all jobs
- maximum of run times over all jobs
This should be
-
Updated
Jun 7, 2021 - TypeScript
-
Updated
Apr 28, 2021 - Swift
-
Updated
Jun 1, 2021 - Go
-
Updated
Mar 29, 2021 - Swift
-
Updated
Mar 30, 2021 - Go
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 18, 2021 - JavaScript
Backreferences referencing a (named) capture group declared after the reference always expand to an empty string. They are in fact forwardreferences.
/^\1(.)$/.test('aa'); // doesn't match
/^\k<name>(?<name>.)$/.test('a'); // matches only a single characterRelated: #615
-
Updated
Jun 3, 2020 - Swift
-
Updated
Apr 8, 2021 - C#
-
Updated
Jul 13, 2019 - Python
-
Updated
Jun 4, 2021 - Ruby
-
Updated
Dec 19, 2020 - Python
-
Updated
Sep 26, 2019 - C
-
Updated
Dec 6, 2020 - Haskell
-
Updated
Jun 7, 2021 - Python
-
Updated
May 10, 2021 - JavaScript
-
Updated
Mar 4, 2021 - Python
-
Updated
Sep 21, 2020 - Rust
-
Updated
Jan 23, 2019 - JavaScript
-
Updated
May 13, 2020 - Swift
-
Updated
Jun 7, 2021 - Common Lisp
-
Updated
Dec 17, 2020 - C#
-
Do you want to request a feature or report a bug?
Feature -
What is the current behavior?
To get all switches connected to a node, one needs to iterate over all the switches of its voltage level. -
What is the expected behavior?
Get all switches connected to a node directly with cached calculation. -
**What is the motivation / use case for changing the behavior?
Improve this page
Add a description, image, and links to the extensible topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the extensible topic, visit your repo's landing page and select "manage topics."
nvim --version: