Robby Cohen

Results 2 issues of Robby Cohen

# What is the problem? On the results page, if a search result contains a `+` in the file path, e.g. filename is `SwiftFileName+SwiftCategoryName.swift`, the URL escapes the `+` such...

## Description A common mistake when developing Misk services is implementing a `WebAction` but forgetting to register it via `WebActionModule.create()`. Without registration, the action won't be exposed as an HTTP...