Sean Templeton
Sean Templeton
[](https://issuehunt.io/r/sindresorhus/alfy/issues/82) I'm getting the following error when just trying to log a string with `alfy.log`: ``` [ERROR: input.scriptfilter] JSON error: JSON text did not start with array or object and...
By default, hitting enter on a repository opens up the options for pull request, issues, etc. I primarily use this workflow to navigate to a repository quickly, meaning if I...
Has anyone successfully got this package working in Laravel 6 on a clean Laravel project? I've had to make a bunch of migration changes in order for the migrations to...
I want to user this project in SwiftUI, but I have not been able to. Are there plans to support/document how to use with SwiftUI?
Currently, even on the built-in checkout, if the user session becomes stale, and they come back to checkout, they are logged out on the site, but still appear "logged in"...
**Describe the solution you'd like** Currently I can't modify the Enum generated from codegen, because when models are built again, it overrides my files. I feel like I should be...
Swift Package Manager is integrated into Xcode 11, and it would be nice for me to move to that from cocoapods. Are there plans to add support? I think a...
Any chance you'd be porting this over to SwiftUI? I've attempted to wrap it in a `NSViewRepresentable`, but I've had no luck due to incorrect sizing causing clipping 
Currently when creating a package/app, each one has it's own webpack, build process, and dependencies. So if I make a bunch of react-based apps, I'm loading react multiple times. How...
In bower if there is a repo you want to include (like your own) that isn't listed in bower, you can install a repo by it's git url. It would...