Blayne Chard
Blayne Chard
I have a number of projects that I use both [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) and kodiak We have generally standardized on a config that looks something like ``` version = 1 [merge]...
I was looking at using this library for a project I am working on, however the published package makes it kind of difficult. Would you accept a pull request to...
Project Diablo2 needs a absolute path to the game client or it crashes in act 5. Fixes #201
this gives a lot more power in terms of what "chunks" of a file are cached rather than entire file
The `levelX` and `levelY` are off and need to be fixed. for example in blood moor ``` { "id": 1, "type": "exit", "x": 4240, "y": 6000, "name": "Rogue Encampment" }...
**The problem** I have a zip file that I can decompress with other decompressors (ubuntu's `unzip`, yazul, python3) but when using fflate the zip is unable to be decompressed. ```...