Cristian Pop
Results
2
comments of
Cristian Pop
trafficstars
I think this is a bug because calling the function `Math.ldexp` with a floating-point exponent will return a wrong result: ```Crystal # Math.ldexp(value, exp) is equivalent to: value * 2...
This would be especially useful when a wildcard route unintentionally matches a static asset, leading to a `404` error. For example: ```crystal class Products::Show < BrowserAction get "/:brand/:ref" do product...