-
Hi,
XXH3 seems to be the new kid in town when it comes to blazingly fast hashing functions.
There is a go implementation here: https://github.com/zeebo/xxh3
And the original article introducing t…
-
This RFC is a proposal for changing the styling solution of Material-UI in v5.
**TL:DR; the core team proposes we go with emotion**
## What's the problem?
- Maintaining & developing a great…
-
- **Minimal reproducible example**
Save to `sway-crash.py':
```python
#!/usr/bin/env python3
import gi
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk
win = Gtk.Window()
…
-
## Recent thread [moved here (2020+)](https://github.com/ethereumclassic/ECIPs/issues/394)
---
lang: en
ecip: 1049
title: Change the ETC Proof of Work Algorithm to the Keccak-256
author: Alexande…
-
### Environment
This is the relevant bit, but see below for the full verbosebuild output:
```
g++ -c -g -O2 -ftabstop=4 -Wall -Werror=extra -Werror=format=2 -Werror=missing-braces -Werror=missi…
-
I found and read your article at PingCAP. I was impressed and I would like to compile. However, when I tried, I got the following error:
```
-- Enabling the GLIBCXX11 ABI
-- Building CURA targeti…
ghost updated
3 years ago
-
Hello.
I have some problem when I trying to build last version via SUSE OBS:
>[ 158s] YamlLogConfig.cc: In member function 'bool YamlLogConfig::loadLogConfig(const char*)':
[ 158s] YamlLogCon…
swood updated
3 years ago
-
### Please fill out the following:
- **Sway Version:**
swaymsg version 1.6.1
- **Debug Log:**
```
00:00:00.000 [INFO] [sway/main.c:347] Sway version 1.6.1
00:00:00.000 [INFO] [sway/main.…
-
To summarize @npdoty comments in https://lists.w3.org/Archives/Public/public-privacy/2015JanMar/0117.html there are concerns about `start_url` containing special ids or simply something that hints tha…
-
**\[See https://github.com/golang/go/issues/28322#issuecomment-498831453 below for accepted proposal.\]**
Some applications need an efficient non-cryptographic hash function for strings. The Go run…