-
apparently these work in all environments and are now es6 standard
https://tc39.github.io/ecma262/#sec-html-like-comments
https://hacks.mozilla.org/2015/06/es6-in-depth-arrow-functions/
-
### Description of the Issue
ES6 allows methods to be prefixed with a hash to mark them as private. Notepad++ doesn't allow folding for method names starting with a hash if the opening curly …
-
- Command:
istanbul report text --root coverage/
- Result:
----------|----------|----------|----------|----------|----------------|
File | % Stmts | % Branch | % Funcs | % Lines |Uncovered…
-
```
What steps will reproduce the problem?
1. Find a project that uses WvStreams and also uses Autoconf.
2. In that project's source files, #include the local config.h
3. Also #include a WvStreams hea…
-
LAIK should compile and work correctly with the NDEBUG preprocessor definition set. Since this effectively removes all ```assert()``` calls from the code, this means:
1. In all statements like ```…
-
> [Void elements](https://html.spec.whatwg.org/multipage/syntax.html#void-elements) only have a start tag; end tags must not be specified for [void elements](https://html.spec.whatwg.org/multipage/syn…
delan updated
2 months ago
-
I wanted to specifically link to `Haskell eval blocks` at https://theam.github.io/tintin/05-formatting-your-docs.html but was unable to do so.
-
Currently, P4C calls into [cc](https://github.com/p4lang/p4c/blob/main/frontends/common/parser_options.cpp#L410) to perform preprocessing on P4 programs.
This can cause issues in environments whic…
-
`og:` URLs cannot be relative: https://stackoverflow.com/questions/9858577/open-graph-can-resolve-relative-url
`twitter:image` also cannot be relative: https://stackoverflow.com/questions/45915720/re…
-
It looks like iris supports vertical regridding: https://scitools.org.uk/iris/docs/latest/userguide/interpolation_and_regridding.html#interpolating-non-horizontal-coordinates
@bjlittle Do we still …