Antoni Sawicki

Results 151 comments of Antoni Sawicki

Yeah... this is what I have right now: ```go f, _ := os.Open("foo.zip") s, _ := f.Stat() i, _, _ := archiver.Identify(f.Name(), f) a := &archiver.ArchiveFS{ Stream: io.NewSectionReader(f, 0, s.Size()),...

hahaha thats epic! thanks! can you tell more what watch is it, what os is running? did you make a special build or port?

It is possible but not just with the existing configuration options. It would require little bit of coding. Probably just a few lines.

apologies for a delay, I think this should be super easy to implement

Thanks. I looked at the code they basically just get current user SID from the process context and glue it to the path under `\Registry\User`. I really don't like what...

https://www.geeksforgeeks.org/bresenhams-circle-drawing-algorithm/

Ha! Interesting. Thank you! I will take a look at your implementation.

Yes so looks like size detection problem. Can you send the whole output? Thanks!

Can you tell me more about the environment so I can try to reproduce it? Disk/machine make/model? Windows version? Thanks.

NVME is not ATA. But it may be worth trying. Perhaps there is another class for NVME all together? Also could try to use IOCTL_STORAGE_READ_CAPACITY and see if it works?