Ihor Baklykov

Results 11 comments of Ihor Baklykov

Here is "Output window". All we want is just a support to ANSI colors! Thanks ![image](https://user-images.githubusercontent.com/10415461/159341290-e8e66460-05b2-422c-82d6-4f6f4a1046a1.png)

Thank you! So bad MS decided to leave "Output" window text-only without any settings. Now we have to use workarounds

Same issue for me with Android Studio Hedgehog Canary 13.

> I found the issue, I think. We were switching to the binary distribution of Gradle in the beginning of our CI run. If I changed so that we keep...

Guys, maybe the problem is here ? ```cpp static void InitFM6126(GPIO *io, const struct HardwareMapping &h, int columns) { const gpio_bits_t bits_on = h.p0_r1 | h.p0_g1 | h.p0_b1 | h.p0_r2...

JP6.2, flashed via instructions. USB-A not working at all UPD: WHAT F ***** G I *** T DECIDED TO PUT PERIPHERAL DRIVERS SEPARATELY ON ONEDRIVE GUYS?! WHAT THE HELL IS...

My issue is not about lock screen. The call screen does not appear even on unlocked device with screen on. Only condition - telegram is not opened during this. If...

> better to use a string_view or span as the native cast for bytes. zero copy, view only seems like the best fit, imo. Will it work "from the box"...