Results 20 issues of Jeffrey Bush
trafficstars

If an HTML document is opened that is being viewed through teletype it doesn't draw anything.n It would be great if this feature worked.

### This issue is about * [x] Man pages or command-line usage * [x] Website documentation * [ ] Packaging * [ ] Other ### Describe the issue The website...

documentation
1

When using bash (and possibly other shells), trying to complete a file name with a space leads to issues. For example: ```bash touch "hello world.txt" yadm he ``` doesn't complete...

bug
2

This adds basic support for BCN3D Printers: * Epsilon W50 and W27 * Sigma (R17), R19, and D25 * Sigmax (R17), and R19 These are modified from the definitions published...

PR: Printer Definitions :factory:
PR: Community Contribution :crown:

Why can't pickle be used instead of JSON? It supports a much wider number of variable types and the advantages of JSON don't really make sense here: - JSON is...

NTFS now supports a few additional compression algorithms in Windows 10 specifically for EXE files (the compact.exe program will only apply them to EXEs at least at they are not...

These are currently about one-quarter the speed of the Rtl versions. They use the same dictionary which is the bottleneck. Additionally, decompression code could be improved slightly (currently just slightly...

bug
enhancement
xpress
xpress-huffman

Add support for stream-compression and stream-decompression. This would allow one to use the functions for larger files. Recommended to follow the zlib API.

enhancement

LZX doesn't work in numerous cases, including decompressing data larger than 32kb, possibly when compressing when the window size is not 32kb, memory issues, length-offset pairs are not created.

bug
lzx

This can possibly create better compression ratios, however it may be time-inefficient to look for them so not worth it.

enhancement
xpress-huffman