extensible
Here are 182 public repositories matching this topic...
-
Updated
Dec 8, 2020 - 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
Dec 7, 2020 - TypeScript
-
Updated
Dec 1, 2020 - Swift
-
Updated
Dec 1, 2020 - Go
-
Updated
Nov 18, 2020 - Swift
-
Updated
Oct 31, 2019 - 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
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
Dec 8, 2020 - C
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Mar 21, 2019 - C#
-
Updated
Jul 13, 2019 - Python
-
Updated
Dec 6, 2020 - Ruby
-
Updated
Sep 26, 2019 - C
-
Updated
Dec 6, 2020 - Haskell
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
May 12, 2020 - Python
-
Updated
Jun 29, 2020 - Python
-
Updated
Jan 23, 2019 - JavaScript
-
Updated
Sep 21, 2020 - Rust
-
Updated
Sep 30, 2020 - C#
-
Do you want to request a feature or report a bug?
This issue corresponds to a need for standardization of existing CSV exports in PowSyBl. -
What is the current behavior?
At the moment, the CSV exports are done with different standards: the separators can be imposed to "," or ";", or taken from the locale set of variables (care must then be taken in the tests to specify the s
-
Updated
Nov 29, 2020 - Common Lisp
-
Updated
May 13, 2020 - Swift
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."


It is currently expected that UIs will figure out when to hide
msg_history_showmessages by themselves.I think this is bad for two reasons:
press ENTERprompt when the time to hidemsg_history_showmessages has come.After [di