extensible
Here are 181 public repositories matching this topic...
-
Updated
Nov 23, 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
Nov 23, 2020 - TypeScript
-
Updated
Nov 12, 2020 - Go
-
Updated
Nov 23, 2020 - Swift
-
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
-
Updated
Jun 3, 2020 - Swift
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 character
Related: #615
-
Updated
Nov 22, 2020 - C
-
Updated
Mar 21, 2019 - C#
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Jul 13, 2019 - Python
-
Updated
Nov 20, 2020 - Ruby
-
Updated
Sep 26, 2019 - C
-
Updated
Oct 21, 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 3, 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_show
messages by themselves.I think this is bad for two reasons:
press ENTER
prompt when the time to hidemsg_history_show
messages has come.After [di