thegranddesign
thegranddesign
### Describe the bug Since c0110e34aa8ef53480c7aac6ffa5b9f8227a96bd there has been an issue with Ruby indentation (probably others?). Indents appear to have been changed from "one larger than the previous block's indentation"...
This is a fairly massive PR, which isn't exactly good form, but: 1) I put in a ton of commits so it should be fairly straightforward to follow 2) Many...
I'm having an issue trying to apply policies to a schema (public) which already exists (obviously) and even with `if_not_exists` in my config, it still throws an error. ### Terraform...
The reason I sought out this crate was because I wanted to do something like this: ``` ::url::ParseError => ::my_crate::errors::UrlParseError ::hyper::errors::UriError => ::my_crate::errors::UrlParseError ``` Unfortunately it doesn't seem like that's...
This isn't the "How many properties do I need to group anything" option that already exists, this is a more flexible (and I think better) option to have the linter...
I'd love to support the project however PayPal is awful and won't accept the information I give it. I'd love to be able to pay through Open Collective where I...
@rwjblue I'm having an issue with Chrome rejecting the compiled JS due to the hash being incorrect. What do you need from me to help diagnose? It's effectively a base...
I'm trying to make something that goes the full width of the console. Typically I can do this either by stealing the bit from rake [here](https://github.com/ruby/rake/blob/b7a7bfe16ac81a8e7ba0a7e06379c1ebdacb833e/lib/rake/application.rb#L320-L347) or by using `IO.console.winsize`....
### Is there an existing issue for this? - [X] I have searched the existing open and closed issues ### Current Behavior I apologize if this has already been discussed....