Jawher Moussa
Jawher Moussa
Unfortunately this is not possible without breaking backwards compatibility: Go does not support method/function overloading, so this would require changing the signature of the `*Opt` methods, thus breaking all of...
I just installed and tested xhyve-docker-machine-driver on OS X El Capitan, docker machine 0.5.6, and it worked brilliantly from the first try with a fairly complex project involving: - running...
@cweill I like this idea ! I thought of something similar while preparing this PR #54 : Since my IDE (GoLand) doesn't let me configure the options to pass to...
> I'm sure that improving the docs will bring more people to your project. Agreed ! It's the documentation which makes or breaks a project. I did a huge refactoring...
It's not much, but I've just updated the readme example so that it compiles and works again with the latest version. The latest version is still a snapshot and isn't...
I completely agree with you regarding the "multiple seq" problem. > Is there a better way to do it? Somehow to grab hold of the current item and use it...
As you may have noticed already, xavr passes the GCC MCU as is to avrdude, which works 99.99% of the time. Do you have any ideas on how to handle...
I looked into this issue and it appears to be a more general issue: according to my tests, there are 123 parts supported by gcc but not by avrdude (atmega649p,...
Can you provide what OS you're running on and what version of avr-gcc you're using ? Thanks.
Phil, It's weird that you should have an avr-gcc that old (4.1): I tested the setup scripts with gcc 4.6, 4.7 and 4.8. The lastest version of Crosspack comes with...