Paul Smith

Results 133 comments of Paul Smith

@RX14 @bcardiff or any other core team members (I'm not sure who is core team now :P), I'm thinking we should move forward with this one: https://github.com/crystal-lang/crystal/issues/8410#issuecomment-554497957. I figure it...

I think that is a good idea. At this point I think showing the full trace is better as long as it also has this new style so it is...

Actually never mind. Not sure we should revert it. That work also changed how macros are shown to make a lot more sense. And truncates the expanded macro since some...

@sudo-nice The main reason is that the top of the trace is often hidden outside the view of the terminal window so is actually harder to find. Traces are typically...

@asterite Maybe it'd be easier to revert and reimplement the macro collapse code? I guess whoever tackles it can try it out and see what's easier! It may be easier...

The problem with that is you need to create the record. If you want to use this to test Api:Users::Create for example this would not work quite right. I think...

Right on. Thanks for the awesome work! > On Feb 24, 2016, at 12:13 PM, Marlus Saraiva [email protected] wrote: > > It would be a nice feature. I'll take a...

Anyone can use the backdoor by setting the param `backdoor_user_id` when in the test environment. So if you append that to your request it'll sign you in! https://github.com/luckyframework/lucky_cli/blob/1c42ed1b38ff7fe921ee83fa182e34dba1db277e/src/browser_authentication_app_skeleton/src/actions/mixins/auth/test_backdoor.cr#L7 Either way...

Not done yet. This is like an extra layer of security. I believe there are some links in the linked issue