Sam Zaydel

Results 53 comments of Sam Zaydel

I apologize, myself. I have been really busy over these last few days. I am not reproducing this issue on illumos, which means, I think the problem is specific to...

I just wanted to bump this request and see if there is anything more I can do to help move this forward. Thanks!

It looks like one of the tests is failing but not seemingly related to my change. Let me know if you would like me investigate this further.

I just pulled the master branch and confirmed that I can test and build the package: ``` $ go test -v === RUN TestCanvas vggio_test.go:65: TODO: github actions for darwin...

I think the point here is that the module file is specifying version with which it is compatible. The APIs in the later version(s) of gioui.org presumably changed (basing this...

No problem. Let me know if you would like me to assist with debugging. Cheers.

Sounds good. Thank you @sirnewton01 - will avoid this feature for the time being.

Yeah, but more along the lines of: ``` class MySpecialException(Exception): do stuff here @contract(a='>0', exception=MySpecialException) def f(a): .... ``` I mean this would be same functionality, but the ability to...

Maybe this was a poor example. It is just how I implemented contracts, which allows me to organize "custom types" into dicts that I can later import into multiple modules...