Roman Kovtunenko
Roman Kovtunenko
and also it produces warnings for overriding method if you have the same event names but in different namespaces
Upon further investigation, it seems like the other examples when you recognize non-String routes also don't work ```ruby require "hanami/router" router = Hanami::Router.new do get "/books/:id", to: "books#show", as: :book...
The main problem with NotImplementedError besides the initial purpose of the exception stated in the docs is that it is not a subclass of a **StandardError** but a **ScriptingError**, and...