Paul Scheduikat

Results 111 comments of Paul Scheduikat

This is an easy fix just need to typecheck after literal obfuscation, this does add some overhead so I don't know if it's worth it.

Right, sometimes the easiest solution is overlooked....

I suspect this is related to #799

@mvdan I tested this already with my PR, many deeply nested structs, doesn't work yet.

I tried to debug this. Here is a minimal reproducer: ```go package main import ( "reflect" ) func main() {} var _ = reflect.TypeOf(Connection{}) type Connection struct { MaxLen struct...

Thanks for reaching out. A) yes. B) Seems fine to me. C) Not really. D) Please put the renamed garble binary into a temporary directory. F) Search the commits for...

I think `gomobile bind` is way more common anyway, I don't think many people really build full go mobile apps. Happy to review your PR.

@digitalhurricane-io any updates? From what I can tell your implementation for gomobile bind is complete, no? @Mrs4s maybe you can help test this for iOS?

Your code can't produce your expected output. Are you sure that 4 and 5 are expected? Are you sure `iContainer.Names[0] == "/"+name` is the right condition? Have you tried without...