extensible
Here are 169 public repositories matching this topic...
messages, buffer-history-tree and [command, variable]-inspect produce an html view, which is pretty bare bones. We could spice them up, make them pretty, probably reactive (sort columns in messages,…) and with more links.
The more we add introspection information into the help, the better.
skills required: html, css and JS, all through Lisp; lisp to enhance the help.
Feature description
Very apparent when nicklist is horizontal: /set weechat.bar.nicklist.position top
When there's many people on one channel, the longest nick slot is used to properly space names in the nicklist . In normal case it works well:
@me b d f h j l n p r t v x z
a c e g i k m o q s u w y
-------------------------------
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 8, 2020 - TypeScript
-
Updated
Mar 5, 2020 - Swift
-
Updated
Jun 8, 2020 - Go
-
Updated
Jun 11, 2020 - Swift
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
Oct 31, 2019 - Go
-
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
Jul 13, 2019 - Python
When Show extra code is checked, the guide's extra code is shown first and then the exercise's extra code is appended to it.
A guide's extra code might be used in many exercises but not all of them, and showing all of it when it's not needed adds confusion to the exercise.
This guide could benefit from this feature; I'
-
Updated
Feb 18, 2019 - Haskell
Adding a let r2 = new Router({prefix: 'a'}).loadMethods().get('/', (ctx, next) => {ctx.body='supposed to be at /api/a/'; return next();}) with let r1 = new Router({prefix: 'api'}).addRoutes(r2); does not result in a callable route. Actually koa-better-router crashes with not having any routes.
And using extend -> let r1 = new Router({prefix: 'api'}).extend(r2); will loose all prefix inf
Document citation.
v1.0.0文档更新
增加插件开发文档
-
Updated
Dec 2, 2019 - Rust
-
Updated
Mar 10, 2019 - C#
-
Updated
Jun 25, 2017 - JavaScript
-
Do you want to request a feature or report a bug?
Feature -
What is the current behavior?
To check if aTwoWindingsTransformeror aThreeWindingsTransformer.Leghas a ratio tap changer or a phase tap changer,getRatio/PhaseTapChanger() != nullmust be checked. -
What is the expected behavior?
We would like aboolean hasRatio/PhaseTapcher()method for these
-
Updated
May 13, 2020 - Swift
-
Updated
Aug 16, 2019 - C#
Spectator Mode
Is it possible to add a spectator mode? I have been trying to accomplish that and have been able to get a 3rd player to the game screen but data doesnt get refreshed...
Can you please tell me what to do?
-
Updated
Nov 24, 2017 - JavaScript
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."


When I set boolean options using
let, they acceptv:truebut notv:false.Nvim says
E521: Number required: &ignorecase = 'false'.nvim --version: NVIM v0.5.0-456-gdeb4566cavim -u DEFAULTS(version: ) behaves differently? NO$TERM: screen-256colorSteps