Jordan MacDonald

Results 71 comments of Jordan MacDonald

Any plans to merge this feature? This is a pretty common use case for apps that blend internal and external users.

So, I've had some success using this gem with database_authenticatable. If the user exists in LDAP, I can login using either password (I define a different password in LDAP than...

When trying to authenticate a user that does not exist in LDAP (but that does have a database password), I get a deprecation warning: `DEPRECATION WARNING: an empty resource was...

This would be great, especially when paired with typecasting checks to ensure that associated objects are of the correct class.

Hi @rialpamu! Thanks for filing this. Any chance you'd be willing to issue a PR with installation instructions for FreeBSD? :innocent:

Neat, I've not heard of Kakoune! I haven't integrated multiple cursors into my workflow, but I'd be happy to give it a shot to see if it would be a...

@christoph-heiss I think a cross-platform clipboard crate for Rust in general would be a great thing. The [copypasta crate](https://crates.io/crates/copypasta) from Alacritty was just a placeholder for a long time, but...

I like it! I have a couple of questions/suggestions: * The percentage seems based on the cursor position, but it might be better to use the last visible line of...

Thanks for submitting this, @pbgc! The underlying syntax highlighting library uses a lot of `unwrap` calls that can cause a panic at runtime. I started down the path of adding...