G.Ambatte

Results 209 comments of G.Ambatte

A quick perusal of `googleActions.js` shows that the term `authors` only shows up on three lines: 125, 245, and 299 (on my local copy, apologies if I've edited this and...

I think it's good to go! The current state of the PR (as of 26/9/22) should add an Account button to the nav bar. ![image](https://user-images.githubusercontent.com/19826659/198863970-b4acb824-7b62-4e72-b6ef-141cc23eea27.png)

I think it looks great! I definitely would like to see it added. ![image](https://user-images.githubusercontent.com/19826659/203244826-cdc9ea18-3cb2-4fa1-8c3d-f572815b25eb.png) However, this kind of feature drives people to Homebrewery, just to view the content, so I...

Absolutely - adding FontAwesome to the repo would fix it. However, from memory, FontAwesome adds some ~14MB to the repo, while adding only the `cross` SVG as a special case...

The instructions at https://fontawesome.com/docs/web/setup/packages for installing an offline line are to install this package - https://www.npmjs.com/package/@fortawesome/fontawesome-free - which shows an unpacked size of 17.6MB. If we can get a slimmed...

To further muddy the waters, if the `` is removed completely, then the preceding `rowspan`(s) must also be decremented, or else the entire table format will break in new and...

As I currently envisage it, the locking would occur during the `getBrew` function, which would prevent access via any method - share, edit, source, download, and presumably also as a...

As it currently stands, the lock function needs to have options to apply a code, public and private messages.

> we need to make some changes to your local config To clarify, this is the file `config/local.json`. Mine looks a little like this: ![image](https://github.com/naturalcrit/homebrewery/assets/19826659/e5c6d83e-7c6e-4c1c-a91a-96cb0ccf10cf)

Word has a `=lorem()` function; as I understand it, `lorem : function(paragraphs, sentences) {}` will create `paragraphs` number of paragraphs, each containing `sentences` number of sentences. This seems like it...