The Wayback Machine - https://web.archive.org/web/20200601172134/https://github.com/topics/stdlib
Skip to content
#

stdlib

Here are 125 public repositories matching this topic...

keithwhor
keithwhor commented Jan 14, 2018
  • Main website searches through sourcecode OR public services
  • Dashboard searches through your services
  • Docs search through docs

More importantly, almost all widgets look the same.

I think we need consistency here: either give all widgets the same functionality (dropdown for public services, sourcecode, your services, and docs) or change how they look. I think first option is ideal.

cemerick
cemerick commented Mar 31, 2020

CCList prints list contents within the provided start/stop strings without a box:

https://github.com/c-cube/ocaml-containers/blob/d34b7588b028f3618cc44d3f4c6417295db586c8/src/core/CCList.ml#L1821-L1823

which means that the indentation of list items doesn't take the start string's length into account, e.g.

[[`Binding ((Name "box")), 
`Rule 18, 
`Rule 20], ...]

If a box were

milancurcic
milancurcic commented Apr 19, 2020

Somewhat related to #4.

Currently we have individual specification markdown documents for each module and we place them in the src/ directory.

Personally, I find that it'd be much easier to read the spec if we consolidated all the spec docs into a a single markdown file. Then we could have heading 2 for each module and heading 3 for each procedure. More importantly, if you wanted to show s

andywhite37
andywhite37 commented May 24, 2019

Just some ideas to reorganize the README in the docs.

  • Put more useful info front & center - like what core modules we provide, and a brief explanation of what each module does
  • move questions to a FAQ section (even though nobody is actually asking these questions)
  • move other fluff content to an appropriate place (or delete)
  • organize developer & contributor info in its own section

T

Udiknedormin
Udiknedormin commented Aug 27, 2017

__sth__ for magic can't be used due to Nim's identifier syntax rules. However, anything easy to search-replace is fine as long as it wouldn't be a proper Python identifier anyway. How about syntax that is just a liitle magic in Nim too?

class OrderedDict(object):
  def `init`(self):
     ...

Also, modulo already uses this syntax in Nim so why not other operators, like add, let

Improve this page

Add a description, image, and links to the stdlib 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 stdlib topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.