-
After "Patch applied successfully" I get the following exception;
Unable to apply delta updates, falling back to full update.: System.Exception: Invalid release entry: 903B6727BF05FA7B1F46C78066DAA…
-
### 软件版本
1.5.10
### 问题描述
**1.认证登录问题**
在使用GitHub账号授权登录时,web返回授权成功,app返回日志如下日志1.所示。
**2.仓库初始化及其后续同步问题**
登陆成功后检测到无my-vnite仓库,创建仓库时出现错误,日志如下日志2.所示。
初始化失败后重试同步,日志如下日志3.所示。
### 问题日志
### **1.授…
-
- Look at the current benefits of compression
- See if compression can be tweaked (snappy, block size, ..)
- Check if double delta encoding could improve the compression ratio
- Check if committing th…
-
# Description
Titan now can use delta compression.
Here is my code [repository](https://github.com/apple-ouyang/titan/tree/1io)
Acording to the test result, the compression ratio for compressed rec…
-
### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
When decoding bmp files that are encoded with RLE (in my case RLE8), the "Encoded mode" part of RLE compression is not done correctly.
Description of Encoded mode: https://docs.microsoft.com/en-us/wi…
-
## Description
As per title.
I think the reason is that, annoyingly, not all `pl.DataFrame.write_*` methods are equivalent: some can take a buffer, but some others can't.
Compare these two:
- …
-
As @perost-l14 mentioned in [these](https://github.com/elasticdog/transcrypt/issues/78#issuecomment-628133232) [comments](https://github.com/elasticdog/transcrypt/issues/78#issuecomment-628786575) on …
-
Hi
I tried to reconfigure the git hook from user/password to ssh key but I can't find the solution.
The config :
```
hooks:
push_to_remote:
type: githubrepo
events: [post_store]
…
-
Changes that may improve throughput, especially for send:
* Multithreaded encoding layer for compression and encryption
* Other areas for concurrency: getting deltas, dedup init, send and receive…