John Vasileff

Results 167 comments of John Vasileff

@lucaswerkmeister's idea (https://github.com/ceylon/ceylon/issues/2083) would work for this. See https://github.com/ceylon/ceylon/issues/2083#issuecomment-156625168

I don’t always use this utility to launch the game. I was surprised at first when EAC was *enabled* when it should not have been, until I discovered this utility...

I wasn't aware that the presence of `steam_appid.txt` is dangerous. If it is, I've been subjecting myself to much more risk than I thought. My understanding: - The file will...

> * Some FQBNs are not resolving. For example: `ATTinyCore:avr:attiny26,clock=internal_8m,softserial=enable` fails but `ATTinyCore:avr:attiny26` works, any ideas? The FQBN `ATTinyCore:avr:attiny26,clock=internal_8m,softserial=enable` is invalid - the delimiter after `attiny26` must be `:`, not...

I was able to reproduce this, and suspect it may have something to do with the `-mrelax` flag. By changing the CI script to have `verbose: true`, I was able...

> But where is -r and -mrelax being used together? o_o am I just blind? Yeah, no idea. > I'm also not sure if mrelax even does anything on parts...

There are several problems with `compile-examples.yml`, some of which need to be solved to find the next problem, and so on. - The `available-flash-*-plus-true-sketch-paths` include non-existent sketches, causing quick failure...

Ah, thanks @per1234! With that I should be able to mostly fix the script.

I made some changes to fix the matrix & FQBNs. For now, to speed up testing, I also disabled everything except the attiny85 & 1634. ~~You can see the changes...

I gave this a try and my results agree with @MX682X's - everything works as expected and `snprintf` generates `9`. I tested a 3226 and a 1617, and on the...