Skip to content
#

specification

Here are 482 public repositories matching this topic...

lorenzofox3
lorenzofox3 commented Dec 14, 2017

Documentation does not specify clearly what the expression field stands for.
I believe (looking at implementations) that it is to make the difference between block body and expression body.
However this information seems redundant with the nature of the field body itself. So I imagine it is to respect the context less clause, but the latter refers only to parent node and not to childre

tsdoc
mark-rushakoff
mark-rushakoff commented Mar 11, 2020

It looks like conventional commits do not explicitly specify whether a description should begin with an uppercase or lowercase letter, although all the examples appear to begin with a lowercase letter.

Could the next revision recommend that the description starts with a lowercase letter? Something like:

A description SHOULD begin with a lowercase letter, except when the first word would no

cricket007
cricket007 commented Mar 17, 2020

The Kafka spec states that the JSON format MUST be used for Kafka versions that do not support headers

Following #463, I'd simply say that any structured format that adheres to compatibility with the original JSON MUST be used. And that JSON COULD be used for human readability...

Lemme know your thoughts 😷

spec
leafpetersen
leafpetersen commented Sep 19, 2019

It would be useful to have some short documents that we can point people to (and link in the README) about how to file effective feature requests (e.g. that problem statements are more useful than feature requests, at least in isolation). It also might be useful to provide some guidance to users on best practices for interacting with the issue tracker.

cc @natebosch

phdoerfler
phdoerfler commented Feb 1, 2020

A few nights ago I wanted to show someone how cool specs2 was. There was no computer nearby so I used my phone. Unfortunately the examples on the website kept scrolling out of the screen and are not given sufficient screen space for proper viewing. Numerous additional line breaks are introduced because the code area only uses maybe 50% to 70% of the screen's width.
This did not exactly help selli

Mats-SX
Mats-SX commented Sep 28, 2017

CIR-2017-255

During oCIG call 5 the issue of potential future conflicts in function names was raised. In particular, the following scenario was expressed as an example:

  • A vendor X adds a vendor-specific function foo()
  • The oCIG decides that foo() is generally useful and adopts it as a standard function
  • The oCIG disagrees with (a detail of) th
CIR
murillo128
murillo128 commented Feb 3, 2020

When filtering by sender or receiver, the stats selection algorithm is as follows:

- If selector is an RTCRtpSender, gather stats for and add the following objects to result:
  * All RTCOutboundRTPStreamStats objects representing RTP streams being sent by selector.
  * All stats objects referenced directly or indirectly by the RTCOutboundRTPStreamStats objects added.
- If selector is an
allefeld
allefeld commented Feb 16, 2020

In VDOM Event Support there are two lines with typos in the first code example; corrected:

from IPython.display import display

return button(str(count), onClick=on_click, style={'width': '100', 'height': '40'})

The second code example has typos, too, corrected:

from IPython.display import display

model

Improve this page

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

Learn more

You can’t perform that action at this time.