-
In the model `User`, there is a mix of casing, syntax and naming issues:
```
# Bad
has_many :roleResources, dependent: :destroy
# Good
has_many :role_resources, dependent: :destroy
```
In…
-
The Gitcoin avatar builder has the ability to have MANY different avatar types on it.
click here to see what i mean : https://gitcoin.co/onboard/profile/?steps=avatar#section-title
## How it wor…
-
First of all, thanks for such a lovely tool!
Generally I think Ruby methods should be in snake case. However, SketchUp's Ruby API has several interfaces that calls methods named in camel case, e.g.…
-
Submitted by: prenosil (prenosil)
Assigned to: Claudio Valderrama C. (robocop)
SFID: 910430#⁠
Submitted By: prenosil
When ISQL disconnects from database
\(either by dropping it or by trying …
-
Some overlays contain transparent / translucent pixels outside the desired area.
Here the list:
Baby's Day Out (USA) (Proto).png
Barney's Hide & Seek Game (USA).png
Battlemaster (USA).png
Bud…
-
I live and work in the US where protests against police brutality have been ongoing for days, and coming to work this week the word "cop" has an uncomfortable feeling about it. I don't know if this ha…
-
Hi,
What is the replacement for `cached_state` ? I used it to provide the last argument in `GPUArrays.gpu_rand`.
Thank you,
Best
-
Considering that some add-ons don't provide URI access to all parts of the add-on, it can often be useful to have the ability to "manually" step through the add-on via a defined set of rules in a play…
-
Problem:
Alloy plating adds a layer of armor to the exterior of the body.
While thin and light this would still add some bulk and interfere with other equipment.
As it occupies no internal s…
-
**Describe the bug**
https://github.com/grafana/loki/tree/master/fluentd/fluent-plugin-grafana-loki is not well maintained and hard to debug because,
* the code creates many rubocop violations
…