guyzmo

Results 48 issues of guyzmo

When I enable folds with `foldmethod=syntax`, all the methods are being fold strictly over the method: ``` def foo puts "foo" end def bar puts "bar" end def foobar puts...

syntax

it would be nice if there was a list of the available scopes accessible for the current user so that we can accept/forbid features based on the scopes explicitely, as...

cf sigmavirus24/github3.py#679 ## tl;dr I have setup tests with helpers such as: ``` python class TestTheThing: def helper_method(self, arg1, arg2, arg3): with self.recorder.use_cassette("cassette_name"): thing_to_test = self.thing_containing_what_to_test(arg1) return self.thing_to_test.iter_items(arg2, arg3) def...

Enhancement
good first issue
Docs

Hello, I've been using a lot multiline backtick strings and I'd like to enable folds on them. I've been trying to set something like, adding fold to the backtick syntax:...

- compiles lua with .so shared lib per default - added --no-shared to skip building shared lib (and avoid -fPIC addition) Fixes #31

Hello, I'm using hererocks to test the embedded runtime integration in a program, and it's lacking the `.so` creation. Is there a way to make hererocks generate it? Or would...

Hello, there's been a regression with the hid_magicmouse driver, probably related to the merge with the magic trackpad 2 work done, where no touch events are reported to userspace by...

### Bug description After upgrading expo to SDK-49, it has become impossible to build the application, or at least on linux. The build passes on macOS instances. ``` [4/4] Building...

bug

Hello, I have forked your project, and used it as a base for a full blown library that can interact with EPL, using the API (that I have updated for...