Patrick Lindsay

Results 10 comments of Patrick Lindsay

I used to use https://github.com/jiangmiao/auto-pairs which provides jumpout behavior like this: ``` Cursor starts here │ │ if (someCondition) { └──►| }|◄──┐ │ │ Type "}" to jump here ```...

Amazing! Thanks @Diomendius!

I can't find the comment thread now, but I believe the `master` branch has already fixed this issue. The problem is that the gem at rubygems hasn't been updated to...

I'm receiving the same error when I try to run RSpec tests. ``` Error detected while processing function ultest#run_file: line 11: E5108: Error executing lua /Users/plindsay/.vim/plugins/vim-ultest/lua/ultest.lua:60: attempt to index local...

@rcarriga Sorry for the noise on this one. Turns out I needed to run `:UpdateRemotePlugins`, and then everything started working

This is throwing a segfault for me. This exact use case is the only reason I even have to use html2slim, so +1.

I've discovered that this issue disappears if I `$ rm -rf node_modules/` from my linked library.

Specifically, the problem is that my library includes a copy of `react`. I have `react` as a `devDependency` and a `peerDependency`.

@gen2thomas According to [this comment](https://github.com/hybridgroup/gobot/issues/665#issuecomment-829943748), ESP32 is already supported? Not sure if it's accurate or not.

@gen2thomas Finally got around to trying this out. Full disclosure, this is my first time working with ESP32 _and_ with Gobot... So far, things don't work out of the box...