standards
Here are 261 public repositories matching this topic...
-
Updated
Oct 12, 2019
-
Updated
May 20, 2020 - HTML
See https://url.spec.whatwg.org/#goals and https://url.spec.whatwg.org/#url-apis-elsewhere.
This is especially important in the public API (the "uri_handlers" key should be "url_handlers"), but changing the proposal name and all the prose is also important.
-
Updated
Sep 8, 2018 - JavaScript
No, cross-site frames should not be able to access
SameSite=AnythingButNonecookies viadocument.cookie. The spec doesn't make this clear (you have to read between the lines of bullet 5 of step 1 of https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-06#section-5.5), so we should change the spec.
-
Updated
May 16, 2020 - CSS
-
Updated
Feb 28, 2020 - PHP
-
Updated
May 19, 2020
-
Updated
Apr 14, 2020
ATM "Scans file" can contain prescribed acq_time column (which could be anonymized or not) and an arbitrary number of additional columns: "Additional fields can include external behavioral measures relevant to the scan.". I think the situation is similar to _events.tsv file which now is SHOULD ha
Both caching and semantics make some references to h1-messaging. They should not be normative.
We can do this by:
- Removing unnecessary references
- Turning references into examples / advisory text
- Clarifying H1 specificity where appropriate
Includes #332, #333, #311, #259, #183, #182, #118.
-
Updated
Mar 10, 2020 - Python
See today's thread on gen-art about this.
The answer to:
Why aren't per-directory well-known locations defined?
Given in Appendix A could be moved into Section 3.
Allowing every URI path segment to have a well-known location (e.g., "/images/.well-known/") would increase the risks of
-
Updated
May 18, 2020 - JavaScript
-
Updated
May 20, 2020 - Python
What seems to be the problem (1 sentence)
Folks should be entering their Linkedin username only on author pages. Not the whole URL. Need to scan the site and check for author pages that include "http" in the Linkedin value.
We needed this yesterday on models.Molecule. Posting it in case anyone wants a starter project. Should test on example that does and doesn't have fix_com set. (True should give origin.)
Plugin documentation
In the plugin manager, the lateral panel showing the plugin information should also contains some documentation in order to explain how the plugin works.
A standard test suite for QC programs should be curated that run over several dimensions at a minimum:
- Driver: energy/gradient/Hessian
- Reference: UHF/RHF
- Relevant procedures: optimization
Document MPI
-
Updated
May 20, 2020 - PHP
MDN does a good job describing some of these standards, e.g. https://developer.mozilla.org/en-US/docs/Web/HTTP. It would be a useful addition to the other human readable docs.
Phil Note: Link to any tutorials, guides, and MDN. Should support anything.
-
Updated
May 8, 2020 - Python
Improve this page
Add a description, image, and links to the standards topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the standards topic, visit your repo's landing page and select "manage topics."
What is a common approach when building API Server from swagger spec file (usually swagger.yml).
Command
swagger generate server...generates a bunch of .go files. Where those generated .go files should be placed.Is a good approach to put them to /pkg/api/ ?