- Prescott, AZ
- https://hhargreaves.net
- Joined on
2025-05-16
Block a user
(FEAT): Errors can now be displayed using the RenderErrorBanner fx.
(FEAT): Errors can now be displayed using the RenderErrorBanner fx.
Before this can be merged, updates must be made to add errors to EVERY location an error can occur, not just the page_handler.go file.
Good luck...
(FEAT): Errors can now be displayed using the RenderErrorBanner fx.
DEVELOPMENT TOOL: Logging system
LogStatement Data Requirements
Type: Enumerated type: DEBUG, INFO, WARN, ERROR
Date: Timestamp of the log (UTC)
Message: String content of the log, could be JSON…
DEVELOPMENT TOOL: Logging system
There should exist an interface, Logger, which will have methods like Write and WriteAll. Implementations of the interface can be created to write to files, databases, etc. Simply calling a…
BUG: PSQL Data Entry Issues In Search
When multiple spaces are provided, it attempts to use " " as a parameter which fails in the database query.
(FIX): Added directions for create page.
(FIX): Added directions for create page.
(FEAT): Allowed for removal of ingredients and instructions.
(FEAT): Allowed for removal of ingredients and instructions.