grogcw

Results 20 comments of grogcw

Any news by Apple....? I just crashed my old install and the extension doesn't work anymore (sad).

Ok... If anyone sees this, it appears that moving `uuid` from /usr/local/include/ to a different folder (eg: /usr/local/NOTinclude/) does the trick.

The problem seems to occur when I use different fonts, some work, some don't. I could dress up a list if you want, but I'm quite convinced that it's size...

The following exemple gives me a blank screen. ``` #include #include #include U8G2_SSD1316_128X32_2_HW_I2C u8g2(U8G2_R0, 21, 20); void setup() { u8g2.begin(); //Start Screen } void loop() { u8g2.clearBuffer(); u8g2.setFont(u8g2_font_10x20_tn); u8g2.drawStr(0, 20,...

I'll check it in a few weeks for sure, I have an heavy schedule ahead ! Thanks for the help anyway :)

I can now safely confirm that everything works as planned ! Thanks for your support, Cheers !

I also could reproduce this exact same error on a MacOSX with Oracle JDK8 and brew's sbt & scala.

Turns out I downloaded the jars for Optaplanner 6.0.1 Final and put them in the lib folder at the root of the project and everything except JNotify works, so....case partially...

Same issue here, theme is displaying wrong / unreadable fonts & tickmarks.

Here's one : https://pastebin.com/fW51pFgf