-
When entering the body text for a new issue, or a comment on an existing issue, we only have space (depending on device) for about four lines of text. Even though we can scroll within that, it's very …
-
In our public-facing site exposing the worm database, it will be nice if we can support a short sample or visualization of the worm file bring requested. Such a visualization is possible with client-…
-
I want to add an infinity norm to VectorBase:
``` c++
virtual T NormInf() const {
using std::abs;
T nrm(0);
const int sz = size();
for (int i=0; i< sz; ++i){
T val = abs(GetAt…
-
I'm trying to adjust to the new theme and find it particularly hard to locate quarter notes. This may be a matter of an old dog trying to learn a new trick, but I continuously find myself misjudging …
tresf updated
7 years ago
-
# Current versions of SC and Definitions
- [SC for viewing](https://rawgit.com/w3c/wcag21/archive/adapting-text_ISSUE-74-78-79/guidelines/sc/21/adapting-text.html) | [SC for editing](https://github.c…
-
Hi guys,
I just wanted to throw in a feature request. I know there's already an option for dumping information from a stream using the i / --info option.
However, it's not very readable nor conven…