-
A tool to sort index according to a float document weight. Documents with high weight are given low document numbers, which means that they will be first evaluated. When using a strategy of "early ter…
-
David and Josh
-
1. It might be just the older version, but ocrmypdf 12.7.2 seems to compress uncompressed pngs into (lossy) jpegs:
```
$ ocrmypdf --version
12.7.2
$ wget https://upload.wikimedia.org/wikipedia/c…
-
Hello TAG!
I'm requesting a TAG review of renderPriority element attribute.
The renderPriority attribute is an HTML attribute that informs the User Agent to keep the element's rendering state up…
-
So far, Wasm has been consciously designed such that the type of every instruction is self-contained. That is, every operand's type is either fully known (possibly with the help of a type immediate) o…
-
So, currently in C# 7.0 we have old boring auto-properties with set accessors:
```c#
public class OldSchoolPerson {
public string Name { get; set; }
public int Age { get; set; }
}
```
And a…
-
There seems to be an issue in 3.0 where the flight controller randomly loses its configuration. I had this problem once but assumed it was something I did wrong. However, since the 3.0 release, at lea…
-
Because @ironicbadger said the strict enforcement during this: https://github.com/JupiterBroadcasting/jupiterbroadcasting.com/issues/292#issuecomment-1216730781 (which is good to have)
There is a c…
-
**December 21 2021: Decision Made**
This decision was approved by the Data Standards Chair on 21 December 2021. The decision record is attached below:
[Decision 212 - Data Standards Maintenance It…
-
For example, if the Json representation of a Verifiable Credential is about 60 Kbytes,
a) is it better to create (and verify) an Oberon proof based on the entire Json payload, or
b) is it better …