-
How should relative-length values be interpreted when used in @font-face descriptors?
The grammars for @font-face descriptors, for example, ['size-adjust'](https://www.w3.org/TR/css-fonts-5/#descde…
-
Example problem ('test' = GNU coreutils):
```
$ umask
0022
$ test $(umask) -eq 22
$ echo $?
0
$ toybox test $(umask) -eq 22
$ echo $?
1
```
This breaks xz's configure script, which thinks…
-
SDL3 wiki says: call SDL_GetError() for more information.
```c
#include
#include
int main(int argc, char **argv)
{
SDL_Init(SDL_INIT_VIDEO);
SDL_IOStream *io = SDL_IOFromFile("em…
-
will there be an "associate" function for diagnostic communication, where you could give a .odx or .cdd file and see interpreted info, not just hex?
-
It appears that periods in the base part of the filename cause issues. For example the filename `./235342 Track 2.0 (Clean Version).mp3` leads to an unexpected key of `0 (clean version).mp3`. This cau…
-
According to this [SCIM section](https://datatracker.ietf.org/doc/html/rfc7644#section-3.4.2.4), if the value of startIndex less than 1 SHALL be interpreted as 1.
So, I think we should use `max(1, v…
-
### Desc
I suppose that enums are not interpreted in keys, so they require manually entering paths, which is not very productive. It would be ideal to have a template that can be easily accessed us…
-
Hi!
I like atom-language-varnish project.
I found a little bug:
```
}
unset req.http.x-rcs-internal-path;
if (req.url ~ "^/services/eventi/*.json") {
set req.http.X-RCS-Cacheabl…
-
The `open()` function returns a Promise, which includes a boolean status. Could you elaborate on the scenarios, where the promise is
1. resolved with a status true,
2. resolved with status false,…
-
@ptiede @anilipour
I'm thinking about the possibility of adding more probabilistic versions of some regularizers. For instance,
- L1-norm can be interpreted as each pixel intensity is following a…