-
Postgres (and libpq) support both text & binary formats in the wire protocol. `postgresql-simple` currently only uses the text format. Would you be interested in adding support for the binary format…
-
The following rule file- "0585-win-application_rules.xml" contains the rule number- 60611 and is supposed to transfer the logs that contain the following event IDs- 11724 and 1034 (these are the MSI …
-
Trying to upgrade existing Guardrails project from 0.41.1 to 0.55.4 and Swagger 2 to OpenAPI 3, and having issues with file uploads. Guardrails is generating Akka Http endpoints.
When trying to att…
ollyw updated
4 years ago
-
## The Problem
```perl6
use v6.d;
use Test;
sub round-trip(&reader) {
my $f = "/tmp/testfile".IO;
my $content = "one\r\ntwo\nthree\rfour";
$f.spurt($content);
my $read-back…
-
While reading (to much) go generated assembly code I picked up a few x86 code sequences that seemed sub optimal. I do not remember where I had spotted each of them and some might just come from my ima…
-
### Summary
We're trying to build docker images for the WSF external workloads using the make command with the v23.3 release, the docker image builds are failing for some of the workloads with variou…
-
Here is a list of all the ciphers Ciphey plans to support. Pick one and implement it please :)
-
I'm trying to build a .flux viewer that runs in a web browser so I can see what my drive is capturing. So far I've worked out that `.flux` is a sqlite datastore and that it contains gzip'd data. Using…
-
This ticket proposes a implementation of Reed Muller Codes. It contains:
* A code class, BinaryReedMullerMajorityDecoder, for decoding binary reed muller codes using majority voting algorithm.
* A …
-
## Feature request
### What are you trying to achieve?
The JPEG XL team at Google has built yet another JPEG encoder, jpegli, which is both faster and better than even mozjpeg. It is based on le…