Andrew Savinykh

Results 37 issues of Andrew Savinykh

In [lzham_lib_z_deflateInit2 function of lzham_lzcomp.cpp](https://github.com/richgel999/lzham_codec/blob/master/lzhamcomp/lzham_lzcomp.cpp#L399) there is [following code](https://github.com/richgel999/lzham_codec/blob/master/lzhamcomp/lzham_lzcomp.cpp#L413): ``` if (method == LZHAM_Z_DEFLATED) { // Force Deflate to LZHAM with default window_bits. method = LZHAM_Z_LZHAM; window_bits = LZHAM_Z_DEFAULT_WINDOW_BITS; }...

Trying this: ``` class Test { public string FirstName { get; set;} public string Surname { get; set;} } class Enc { public Test[] Stuff {get; set;} } ... Test...

When trying to write to the Console stream an exception is thrown: `Stream does not support seeking`. This does not happen when writing to console from newtonsoft json.net. YamlDotNet or...

Newtonsoft Json.Net, CsvHelper and YamlDotnet all support writing to a TextWriter. This means that I can create a single TextWriter and give it to the corresponding library to write csv,...

Toml spec says: >For convenience, some popular characters have a compact escape sequence. > > ```s > \b - backspace (U+0008) > \t - tab (U+0009) > \n - linefeed...

bug

I'm sorry, I realise I'm doing something dumb, but I cannot figure out what: ``` # pip install ansible-modules-hashivault Collecting ansible-modules-hashivault Downloading ansible-modules-hashivault-4.5.4.tar.gz (74 kB) |████████████████████████████████| 74 kB 393 kB/s...

This is regarding 2.0 1) Is it possible to suppress displaying version/copyright stuff (I can display them myself, thank you very much) but retain the rest? 2) If I remove...

question
postponed-after-issue-250-close_temp-label

Used windows build with `--set-icon` parameter. The resulting file was half the size and could not start.

unsudo uses `sudo -i` which cause profile to be executed. When profile is executed it can potentially write to stdout. When the results of unsudo is piped elsewhere this output...

bug

Server mode is intolerant to protocol violation. It is easy to crush the server by not playing by the rules. Ideally this should not happen. One misbehaving client should not...