Fabio Massaioli
Fabio Massaioli
Thank you! Could you please elaborate a bit why is this necessary? In theory `std::ptrdiff_t` should be a pointer-sized signed type on any platform, so I expected it to be...
Oh I see... Ironically I introduced all those L prefixes precisely to fix type matching :smile: Yeah the right solution should be explicit casting like `Coord(1)`. I can take some...
This still leaves the real question unanswered: will the Windows Console print out braille characters? 😕
I was having a look at the code again and I noticed that checks for the window parameter happen in `processCallMethod` from `messageprocessor_call.go`. Do you have a reason for that?...
Also, I would ignore a window parameter in second place unless the first place is a context. I would do something along these lines: In `getMethods` ```go if (!boundMethod.needsContext &&...
> Yeah, the bindings doesn't know about windows. That's true, but do you plan on using the binding system for anything else? If not, you could just pass the (possibly...
Hello! Thank you for this and sorry to everyone for disappearing. As I told @leaanthony, I was swamped in other work for some time. @leaanthony suggested that we coordinate to...
Hello, Thank you for reporting this. You're not the first to notice this issue, it should be related to pull request #19. Unfortunately, the fix you suggest is not the...
By the way, I'm curious as to why you are compiling with clang 3.9. This is if I'm not wrong a very old version. If you are doing this just...
A couple features that might be useful for testers: verbose and dry mode. Running the generator with the `-v` flag: ``` wails3 generate bindings -v ``` will make it log...