Gerry

Results 14 issues of Gerry

It would be great if the text size was tiny so you could see large files with a type of fisheye zoom (read larger font size) on mouse hover.

Under features within the readme I see this: "Module nesting (infinite as well) variable completion" However when actually trying to get completion within a module block I don't see any...

see here: https://github.com/28mm/blast-radius/pull/95

**TLDR Solution** ``` (setq lsp-dart-sdk-dir "/home/YOURUSERNAME/snap/flutter/common/flutter/bin/cache/dart-sdk") (setq lsp-dart-flutter-sdk-dir "/home/YOURUSERNAME/snap/flutter/common/flutter") ``` These paths may change in the future but you can likely find them again via `flutter doctor -v` I'm not...

There are two changes there. One to add an include at the top of the HTML `head` tag so that the user can include scripts that need to be the...

Forget to specify the output file and dockerscript will clear our your brand new dockerfile.js. This just bit me.

If I have the following XML ``` xml content content ``` Formatting it returns the following: ``` xml content content ```

help wanted

I wasn't sure of the best way of solving this. If I populate a new remote object using fromStringArray() and then call save on it, nothing happens. After looking at...

If somebody has a default empty production database in their repository in the db directory, then their database is overwritten with every deploy due to the `git reset --hard origin/master`....

``` ruby def foo() bar = if true end # highlighting this `end` shows a match on the method `def` line end ``` It seems that doing an assignment from...