extensible
Here are 180 public repositories matching this topic...
-
Updated
Oct 30, 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
Oct 26, 2020 - TypeScript
-
Updated
Oct 7, 2020 - Go
-
Updated
Oct 29, 2020 - Swift
-
Updated
Oct 11, 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 characterRelated: #615
-
Updated
Mar 21, 2019 - C#
-
Updated
Oct 28, 2020 - C
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Jul 13, 2019 - Python
-
Updated
Oct 31, 2020 - Ruby
-
Updated
Sep 26, 2019 - C
-
Updated
Oct 21, 2020 - Haskell
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Jun 29, 2020 - Python
-
Updated
Jan 23, 2019 - JavaScript
-
Updated
Sep 21, 2020 - Rust
-
Updated
Sep 30, 2020 - C#
-
Updated
May 12, 2020 - Python
-
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
Oct 30, 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."


Actual behaviour
When simply trying to edit some additional files I often type
:e *.jsor something similar; this almost ALWAYS results inE77: Too many file names.Expected behaviour
It's pretty clear what the user wants in this situation; they want to open the files as buffers! I'm sure there are legacy reasons for this error, but it's a pretty poor experience these days that