G.Ambatte

Results 209 comments of G.Ambatte

With #1777 and #2080 merged now, I think this issue just needs the user selectable language attribute set - I imagine we can do this in a very similar way...

We should be able to attach an `onClick` method to the BrewItem which will then contains the logic to redirect appropriately; my initial feeling is that this should be a...

> To be fair, though, a max % could be set so this never happens. Or a menu option to change the position - 0% (BrewRender only), 50% (normal), 100%...

@calculuschild Do you think we can close this one as well, based on the merging of #2055?

There was also the discussion of User Snippets, which would have it's own menu in the Editor (issue #1722). Some of this was the original impetus behind the UserInfo framework...

In terms of the UserInfo structure, I'd envisage it being something like follows: ``` { username: "testuser", passwordHash: "---", createdAt: 2021-12-20 12:09:31, updatedAt: 2021-12-20 12:09:31, editorPrefs: { lineHighlights: true, otherEditorSettings:...

Further to `passwordHash`, my understanding is that it is common to store the salt factor separate from the code and data bases. I imagine that this would reside in the...

> If we are going to be storing Homebrewery-specific user settings, we need to clear up in which database that belongs. I see a few approaches, and I think we...

> @G-Ambatte You would advocate for option 2 then? You bring up a good point that local installs would be made easier, although I think we can work around that;...

> I also agree that inter user interaction should not be part of HB. Building a community and allowing browsing and such is much better handled by other platforms. Agreed...