X Tutup
The Wayback Machine - https://web.archive.org/web/20200611095837/https://github.com/topics/extensible
Skip to content
#

extensible

Here are 169 public repositories matching this topic...

taotao54321
taotao54321 commented Apr 23, 2020

When I set boolean options using let, they accept v:true but not v:false.
Nvim says E521: Number required: &ignorecase = 'false'.

  • nvim --version: NVIM v0.5.0-456-gdeb4566ca
  • vim -u DEFAULTS (version: ) behaves differently? NO
  • Operating system/version: Debian testing, linux-image-5.5.0-1-amd64
  • Terminal name/version: alacritty 0.4.2
  • $TERM: screen-256color

Steps

vindarel
vindarel commented Sep 30, 2019

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.

voldenet
voldenet commented Apr 25, 2020

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
-------------------------------
PragTob
PragTob commented Dec 18, 2016

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

felipecalvo
felipecalvo commented Jan 17, 2019

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'

BananaAcid
BananaAcid commented Aug 16, 2017

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

MioRtia
MioRtia commented Mar 17, 2020
  • Do you want to request a feature or report a bug?
    Feature

  • What is the current behavior?
    To check if a TwoWindingsTransformer or a ThreeWindingsTransformer.Leg has a ratio tap changer or a phase tap changer, getRatio/PhaseTapChanger() != null must be checked.

  • What is the expected behavior?
    We would like a boolean hasRatio/PhaseTapcher() method for these

Improve this page

Add a description, image, and links to the extensible topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the extensible topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
X Tutup