Randall O'Reilly

Results 228 issues of Randall O'Reilly

If you have a macbook laptop driving an external display, but with the lid closed, and then unplug that display, and then open the laptop to use its native display,...

macOS
cannot reproduce

seems very un-go-like: e.g., NewEvaluableExpression -> NewExpr would be a lot easier to type etc. anyway, just a comment in case there is a new version released at some point...

To get my app to work on Windows, I had to fix the generated `.c` file to add the usual annoying `__declspec(dllexport)` thing for the `PyInit` function. I'm surprised this...

I added an UPDATING.md file that details what I did. It builds, but crashes on my mac..

enhancement

I haven't really been paying close attention to this test -- assumed it was another string formatting one that was failing -- tried to go back in time to when...

it barfs on my generics types. :(

in bind/gen_struct.go -- need some additional type checking logic on that, which also allows valid handles..

I defined an alias like this: ```go package gi ... type Color = gist.Color ``` gopy then redefined the source type information (gist.Color), in the aliased package (gi), and this...

`bind/stdtypes.go` installs the basic builtin types, and Slice_ versions of these. It does not currently install an []error slice, but it should -- otherwise functions returning this end up binding...

It should be possible in theory to support multiple return values from Go functions, constructing a []handle slice or something like that. The main problem would be supporting any kind...