-
## Issue Overview
This WP.org topic has a question regarding "How do I know my emails were delivered from Give to the recipient": https://wordpress.org/support/topic/new-donation-email-notification-n…
-
A large monorepo works for Google, but not on github.
We hit the ceiling of achievable velocity of a single github repo in early 2015:
https://github.com/kubernetes/kubernetes/graphs/contributors
…
-
Hi,
Thanks a lot for this excellent project.
What tool do you use to add new ebooks (insert into database + copy files + grap metadata)? I know i could reinstall the whole calibre 'suite' for this…
-
## Information
When refactoring some code, Rubocop threw an error for the Layout/ClosingParenthesisIndentation cop.
Offending code is:
```ruby
def foo
JSON.parse(
)
e…
-
## Overview
Was reading over your guides and thought I'd offer a suggestion when it comes to automating your Git commit workflow. You might want to use [Git Cop](https://github.com/bkuhlmann/git-co…
-
Is the Mi Cube supported yet.. I see it sending frames in debug and it also look connected with my HUSBZB-1.
I see in home assistant log the following:
```
Sep 23 12:38:52 badihass hass[26864]: …
-
I've been trying to get an etcd cluster up and running with proper TLS certificates for transport and authentication, and while I was able to get a single machine working properly, I'm running into pr…
-
This is a continuation of [Ruby Style Guide issue 307](https://github.com/bbatsov/ruby-style-guide/issues/307). Let me start out by saying that I understand and tend to agree with what @anthonyryan1 h…
-
Let's add RuboCop Continuous Integration to plots2 so that the code is as per the ruby guide.
-
My understanding is that the `kind_of?` and `is_a?` methods are exactly the same.
I would like to propose defining a guideline for the use of theses two methods. I recently encountered code that used…