-
I tried the past days making a VPN connection work on a router using the same `ovpn` file and credentials which worked on the laptop. I tried to check all log outputs at high verbosity but could not f…
-
It would be nice to have make instructions and dependencies in the readme.
I have been trying to compile this repo using WSL and an Ubuntu 20.04 LTS VM. There seems to be some kind of pathing issue…
-
Some packages provide "virtual" packages which `repoctl` doesn't take into account when resolving dependencies:
```
$ repoctl down -r linux-ck
Warning: unknown package initramfs
Required …
-
It'd be nice to have a stream-api also. QuickLZ has wrappers that seem to do the trick (except for some length stuff missing in LZ4): http://www.quicklz.com/QuickLZCompressionStream.cs http://www.quic…
-
From the blog:
> Allow preset compression dictionary for improved compression of block-based tables. This is supported for zlib, zstd, and lz4. The compression dictionary’s size is configurable via C…
-
### Steps to reproduce the behavior (Required)
CREATE TABLE `dwd_daw_bonus_requests_realtime` (
`create_day` date NOT NULL COMMENT "",
`parent_id` bigint(20) NOT NULL COMMENT "",
`user_i…
-
Got this error lately (node 0.10.37, OSX):
```
node(1166,0x7fff7db64310) malloc: *** error for object 0x1044a9d3d: pointer being freed was not allocated
```
Getting rid of node-lz4 fixed the problem…
-
Out of the blue my precarious uwsgi installation under an armv7 processor (in Archlinux) gives me that gbd error.
Attached coredump (remove the .zip)
[core.uwsgi.1000.6a6a3f3ba44f45c2a2061cf1043b237…
-
Hi, @inikep !
I really appreciate your works and I want to ask you:
Do you have any clear explanations of ZSTD, LZ4 and Lizard?
I want to explain their internals in my coursework.All references…
-
Hi,
First, thanks a lot for sharing your code, really appreciated. I was curious to understand how you integrated the images in the view, and I wanted to test your software on Linux. But something …