Faust Aguilar
Faust Aguilar
I think we need this, I opened a private channel by mistake (I wanted it public) and now I have to close it and open it again as public 😢
> What can I do to help with this? I guess we can do nothing yet. It's a @GitBookIO issue /cc @AaronO @jpreynat @SamyPesse @Sorein @Zhouzi :sweat_smile: I already opened...
After checking your source code, I realize `analogWriteInit()` overwrites my setup, see: https://github.com/me-no-dev/RasPiArduino/blob/ae0f60cf7de43e9222e18f2df1683cd1409dcc15/cores/piduino/wiring_pwm.c#L54-L55 so I did this: ```c++ #define PIN 18 void setup() { analogWrite(PIN, 1); // executes analogWriteInit early...
Hi @nikitas-theo Sorry for the late reply. Yeah, this is an issue, checking it altogether with other highlighting issues to check if we can get all fixed at once
Hi @bogdanbebic checking and updating my repos here. I got a ton of notifications accumulated for all years I was offline. Lets check it and see if I can fix...
@kingsleyh Has transferred intelij-crystal to https://github.com/crystal-lang-tools/intellij-crystal-lang, BTW, I just got Scry working with intellij-lsp + intellij-crystal, see: https://github.com/crystal-lang-tools/intellij-crystal-lang/issues/2#issuecomment-386788005
I think this is a bug, Thank you for report it! and sorry for the late reply :sweat_smile:
Hi @filipejsfreitas @abacef @Fasia1999 thank you for the fix #8 Already merged, I apologize for the laaate delay, so many weird things happening in previous years 🤯
Hi @Koopakiller @AbhayVAshokan @rvanlaar Thank you for posting this issue, let me check if we can get a fix in the next releases 👍
Hi, `${env:JAVA_HOME}/bin` was suggested by a contributor.  Currently `env` is working fine for me Do you have some special configuration? If not, you can use the absolute path instead,...