standards
Here are 271 public repositories matching this topic...
-
Updated
Oct 12, 2019
-
Updated
Jul 1, 2020 - HTML
<head> section of the HTML documents on the open-ui.org website lacks <title> element.
Even while seo.js component has a title={title} in it,
for some reason it does not get rendered to the HTML output.
return (
<HelmeEditContext: Change "focus" to "Activate" to avoid confusion with the focus in the activeElement
EditContext's focus doesn't steal the focus away from DOM. This creates confusion so consider renaming it to something else (Activate?)
-
Updated
Sep 8, 2018 - JavaScript
-
Updated
May 30, 2020 - CSS
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
Feb 28, 2020 - PHP
-
Updated
May 19, 2020
-
Updated
Jun 26, 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
Jul 1, 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
Jun 26, 2020 - JavaScript
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.
-
Updated
Jun 26, 2020 - Python
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
Jul 1, 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.
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/ ?