Scott Johnson
Scott Johnson
If tags appeared before the category when parsing, the tags would not be added to the list of tags in the commit message. This was due, in part, to a...
Using git-journal version: `1.8.1` I use [gitmoji](https://gitmoji.dev/) to tag the categories of my commits. As such, the _tags_ for git-journal also correspond to categories. In order to alleviate this problem,...
### Description Navigate to http://react-materialize.github.io/react-materialize/?path=/story/components-fab--top. Clicking the button doesn't actually open any views. ### Steps to Reproduce 1. Navigate to http://react-materialize.github.io/react-materialize/?path=/story/components-fab--top 2. Click the button **Expected behavior:** [What you expect...
I've recently been removing old projects and adding a few new ones, so it's possible this is a result of this, but when I run `python manage.py test_emails `, I...
Apologies if this is something misconfigured with my environment or a misunderstanding on my part, but I'm seeing an issue where the `REDUX_DEVTOOLS` is injected into the electron instance, but...
For example, if I wanted to be more constrained about the specific type of unit I wanted: ``` func MakeComputation(value float64, temp units.Temperature) { ... } ``` In this particular...
Using looks-same v3.3.0. Note that the reference image was generated using WebGL on a Macbook Pro 2015, whereas the generated image is generated using a docker image running Ubuntu with...
Right now, `looks-same` measures each individual pixel, and if even one exceeds the difference tolerance, it returns a failure. It would be nice if there was a mode where we...
This fixes #1. I'm currently using it for my personal synchronization, but I'd like to upstream the patch if possible.