Tyler Casselman

Results 8 issues of Tyler Casselman

When I add the following to my blog and hit 'preview' the browser just hangs while reloading. ``` let sum = addInts(3, 4) XCTestAssertEqual(sum, 7) ```

Not sure if there is an easier way to enable Notification center or growl but I had to edit the plist and required some hunting around to find the parameter....

Neovim is able to be used as a headless backend without a UI. This means that it may be possible to route keypresses from xcode to neovim and show neovim's...

The `create()` call fails because, in `createInContext:` the call to `[self entityName]` returns `'ModuleName.Classname"` instead of just `"Classname"` as it did in Obj-c. The format of the return type of...

The status of all my tests is 'pending' in the outputFile when I run my jest tests from neotestj. If I run the same command from the command line, they...

### I've searched open issues for similar requests - [X] Yes ### I've recently downloaded the latest plugin version of mason.nvim - [X] Yes ### Problem description I'm not able...

installation-issue

### Did you check existing requests? - [x] I have searched the existing issues ### Describe the feature Is there a way to format code that I paste immediately after...

enhancement

I'm using sourcekitlsp and hitting the below error when I run the above command when my cursor is on a function. Plugin is installed via LazyVim ``` Error executing lua...