shranet

Results 9 issues of shranet

Я думаю, надо создать MAP файл.

https://github.com/jookies/jasmin/blob/693eed26ae2f0293c993b10ce3358d7fdbab0754/misc/doc/sources/faq/advanced_evalpyfilter.py#L22-L24 The example always returns False because the finally block is always executed.

Stale

On TL_auth_checkPassword.Encode: x.Bytes(e.Password_hash) must be x.StringBytes(e.Password_hash)

https://github.com/fabianishere/brainfuck/blob/71c0e0cac45fbfa0cdda4658a075c1a65d5fe736/src/brainfuck.c#L565-L570 If we trust this repository, it's not like that in the original. https://gist.github.com/rdebath/0ca09ec0fdcf3f82478f#file-bfi-c-L19

I want to skip directories started at ".DS_Store". But, the app does not skipped directories started with .DS inside directory. Example: ./.DS_Store ./Editor/Test.cs ./Plugins/.DS_Store ... Build: mono UnityPacker.exe . "Name"...

enhancement

While studying the code, I came across an interesting case. For example, ```go func main() { msg := "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA😀" log.Infoln("len:", len(msg), "runeLen:", len([]rune(msg))) parts, err := pdu.NewLongMessageWithEncoding(msg, data.UCS2) log.Errorln(err) for...