Stephen Nelson

Results 5 issues of Stephen Nelson

When using the REPL, I would expect `Stop REPL` or `Close REPL Tab` to shut down the REPL JVM gracefully, running any shutdown hooks as appropriately. Example: ``` (.addShutdownHook (Runtime/getRuntime)...

## Meta Capybara Version: 3.37.1 Driver Information (and browser if relevant): Chrome ## Expected Behavior When simulating a drag and drop, Capybara should fire a dragenter event before firing dragover...

Rails 6+ adds a presence validation to `belongs_to` associations by default. The validation is on association `name`, rather than `name_id`, but in forms the input is always going to be...

RFC6531 email addresses still don't work in postal, #27 only addressed sender names and not email addresses. ``` (defn make-address ([^String addr ^String charset] (let [a (try (InternetAddress. addr) (catch...

### Steps to reproduce Create nested controller and nested object views where there is overlap between the controller and object namespaces. For example: - `Courses::Quiz::Question` and `Courses::Quiz::QuestionsController` - `Courses::Quiz::Question` and...