Tim

Results 6 comments of Tim

From searching the code it looks like Shift+Insert will paste to this terminal. I can't test it, because the laptop I'm on (Chromebook running Linux) doesn't have an insert key....

I am also seeing this error with gcc on Clear Linux ``` $ gcc --version gcc (Clear Linux OS for Intel Architecture) 9.1.1 20190529 gcc-9-branch@271737 ``` It can be reproduced...

Yes, unfortunately it seems to be pretty widespread throughout the library, and I don't know enough about C macros to fix it :(

Part of the problem with the ONVIF specification is that gowsdl does not form the correct URL to fetch one of the includes, getting a 404, and no error is...

Here is an example of one of the types which is not being handled and causing the template error. It seems that this should result in `[]int32` but since it...

I prefer HTTPClient because it is more lightweight -- Requests feels rather slow to compile and use. Also, the last time I tried to work on requests (a month or...