Results 64 comments of Steven

Or if not PCRE, there's always [`fancy-regex`](https://docs.rs/fancy-regex/latest/fancy_regex/)

Hi, I'm also trying to use scalene to profile a ray application. Unlike posted above, it doesn't produce any errors, but just hangs instead, not starting any workers. I'm simply...

Added the I2C part of the driver. Both the I2C and SPI versions use the same devicetree `compatible` instance, just on different buses.

I missed that in 4b5efc0. otherwise can't test/support things until at least next weekend

I'll have to look at this on my PC later (and I don't remember what zephyr version we're on), but I suspect that should be `zephyr/drivers/sensor.h` (due to the namespace...

I don't see any instantiations of the pinnacle device here: https://github.com/FearlessSpiff/zmk/tree/cirque-trackpad-1116/app/boards/arm/nice_nano

The right side problems are easy, either the mouse stuff wasn't merged properly, or you didn't enable the mouse driver. For the left side, I don't have any ideas, and...

0.8s according to `asciinema` See the time after the 2 c's and new output [zvm.cast.txt](https://github.com/jeffreytse/zsh-vi-mode/files/11260203/zvm.cast.txt)

given that we have resolved externals highlighting now, `extern`ed commands being highlighted the way they are basically blocks the resolvedness of the commands. Same issue (but more important I feel)...

I forgot about this, and just ran into it today, but ` (the backtick) also needs to be escaped...