Rob

Results 119 comments of Rob

Previous issue #824 and pull #867

On second thought I'm not convinced that the docblock even needs to be there. The rest of the helper methods in that component aren't supported by documentation. Perhaps the "only...

I agree that there is no reason to assume that someone would want JWT by default. HTTP session and cookie are more than enough for a default, and they create...

This is a really ancient PR. A lot has changed in the redis ecosystem since then, it might be worth considering switching to https://github.com/jgaskins/redis -- it has much more stable...

Of course I'd love for Mosquito to be the go-to, but I also won't be offended if it's not the default. I don't think investing in anything like ActiveJob is...

I'm surprised that anyone wouldn't want this as the default, but here's the way to configure vim to make comment editing behave: ```vim autocmd BufNewFile,BufRead *.cr set formatoptions+=roj ``` From...

@Blacksmoke16 my thought is that the model#import method can pass a Array(Tuple()) down to the adapters (or something similar). At least I think that would keep the model knowledge away...

A lot of folks insist on adding a blank line to the end of files, you're not alone in that. I can't find an example but I'm sure that I've...

@yumoose thanks for the suggestion. Until Granite/Amber gets a solution to this, I'd like to propose a solution to this problem which is reasonably easy to configure and extend, and...