Pooya Moradi

Results 79 comments of Pooya Moradi

@chmanie This hasn't merged yet, right?

@madscientist For vim/CoC, we use a `.vim/coc-settings.json` in project dir which is like this: ```json { "clangd.enabled": false, "languageserver": { "ccls": { "command": "ccls", "filetypes": ["c", "cpp", "cuda", "objc", "objcpp"],...

Any updates on this? I use CoC and there is this line in my vimrc ```vimscript " switch between header and implementation file nmap ch :CocCommand clangd.switchSourceHeader ``` which of...

@webzoid I've set `bleSerial.setConnectionInterval(10, 15);` still, I can't set more than 20 bytes in one transaction...

> > @webzoid I've set `bleSerial.setConnectionInterval(10, 15);` still, I can't set more than 20 bytes in one transaction... > > You can't send more than 20 in one transaction. It...

Similar issue for Serial: ```bash src/main.cpp: In function 'void setup()': src/main.cpp:6:12: error: 'class Uart' has no member named 'setPins' Serial.setPins(PIN_SERIAL_RX, PIN_SERIAL_TX); ``` ```cpp #include "Arduino.h" /* #include "Uart.h" */ #include...

What is your setup like? Have you re-checked the SWD connection between target and JLink? Is target powered on?

Thanks! But this is not a problem for me anymore (I'm ok with reduced quality by increasing the size using `imagemagick convert`. Anyway, if you still want to follow this,...

> Currently wttr.in uses just one data source, but we are working on adding more, and unifying them. Hopefully, it will improve data quality in future. @chubin Isn't it related...

> No @pvonmoradi it is not realted to wego at all, it is a problem of the data source, and wego is rendering. We can't do here anything except add...