Rob

Results 119 comments of Rob

There already exist a few ways to solve this problem, and I'm not sure something added to Lucky is the right place to solve this. Unfortunately this is one of...

I ran into this again. People tell me I shouldn't read the source so much. ```crystal require "myhtml" class HtmlBeautificationHandler include HTTP::Handler def initialize(@enabled = false) end def call(context :...

Perhaps it got renamed, but I [couldn't find anything](https://github.com/luckyframework/lucky/search?q=beforerenderhandler) under BeforeRenderHandler. Adding a middleware feels risky, especially if anything is done with chunked responses or socket type open comms. But...

@straight-shoota what do you think this pull request needs in order to be a candidate for the next release?

@ilanusse I believe this is an open call for pull requests, yes. As a first contribution, my recommendation would be to choose one or two of the listed methods at...

My absolute favorite method for generating api docs is [via the tests.](https://github.com/zipmark/rspec_api_documentation). At least, whatever generates the docs should generate testable docs to help stave off the bitrot.

@shayneoneill leveraging RDBMS constraints could be a great way to handle this

Rails did eventually add support for most database level constraints, but it was vacant for far too long. > But, How can we do this without controlling the migration scripts?...

Server _sent_ events are great. The http/2 problem is fine, and that just means when we do get http/2 from crystal core it'll be easy to get the best from...

@blacksmoke16 interesting. I followed that pull for a while several months ago but gave up on it. If that’s true, why are there time zones on the timestamps in the...