-
SEARCH FOUNDATIONS IN GRID RANGE INSTEAD OF ALL OF THEM
_Originally posted by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/1720#discussion_r1421753654_
…
-
checks:
- stars > 10
- not archived
- has `package.json`
- has `package-lock.json`
- hasn't `yarn.lock`
- hasn't `pnpm-lock.yaml`
- `package-lock.json` was updated less than 6 months ago
- is …
-
#### Your system information
* Steam client version (build number or date): current beta (though it happened before, started noticing it more after I got a new, faster hdd)
* Distribution (e.g. Ub…
-
Currently, we keep a bunch of connections open because re-opening connections is expensive. However this costs us in terms of memory and background CPU usage.
It would be nice if we could "suspend"…
-
#### Your system information
* Steam client version (build number or date): Oct 28 2020, at 23:35:02
* Distribution (e.g. Ubuntu): Arch Linux
* Opted into Steam client beta?: No
* Have you check…
-
# Compatibility Report
- Name of the game with compatibility issues: MermaidVR Video Player
- Steam AppID of the game: 684380
## System Information
- GPU: GTX 1080
- Driver/LLVM version: nvidia…
-
#### Your system information
* Steam client version (build number or date): Jun 8 2017, at 04:34:18
* Distribution (e.g. Ubuntu): Debian Stretch 64 bit
* Opted into Steam client beta?: [Yes/No]
…
-
#### Your system information
* Steam client version (build number or date): Feb 21 2017, at 20:24:31
* Distribution (e.g. Ubuntu): Ubuntu 16.04.2 LTS (64 bit)
* Opted into Steam client beta?: […
-
I've just been having a problem when trying to download updates for Proton Experimental (see #7956). The thing which I'm reporting here is that “DISK WRITE ERROR” isn't necessarily an actual disk writ…
dsalt updated
6 months ago
-
I would like to discuss to replace md5 with a non cryptographic hash function like xxhash or murmur3 as they are much faster.
For example we use md5 to generate an ID for the queued envelop.
```…