andry81

Results 68 comments of andry81

> Can you check [diacritic_characters ](https://github.com/strayge/pylnk/tree/diacritic_characters?rgh-link-date=2022-07-30T13%3A04%3A52Z)branch with possible fix? ```cmd c:\Work\OpenSource\pylnk\diacritic_characters>c:\python\x64\310\python Python 3.10.1 (heads/3.10.1-win7:830a41fd9d, Dec 12 2021, 11:29:02) [MSC v.1916 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or...

> Can you share broken lnk file? [1_buggy.txt.zip](https://github.com/strayge/pylnk/files/9227916/1_buggy.txt.zip) I suspect there is some other format than utf-8. By the way the `0xf6` is code of the `ö` character.

> it's `cp1252` How did you find that? There is at least 3 code pages which has no difference: 1250, 1257, 1258. > , but i does not know how...

Does there exist instructions how to build executable in the Scripts?

> Can you explain use case needed to direct access inner fields? To print all fields from script recursively.

> check it out [`cli_attributes_with_indexes`](https://github.com/strayge/pylnk/tree/cli_attributes_with_indexes?rgh-link-date=2022-07-30T20%3A24%3A11Z) To iterate recursively needs the size attribute :)

If reload the page, then starting to work (Firefox).

Examples to compare with: https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md

I've hitted the same issue trying to quick format 16TB new drive in Windows 7 x64 Pro SP1. The formatter does not respond and can not be terminated. Only reboot...

Boost libraries has it's own mechanism for the libraries and includes extraction: https://stackoverflow.com/questions/5306745/getting-only-necessary-headers-out-of-boost If you take a look at the `bcp` sources, you can figure out how it finds the...