Milan Lesichkov
Milan Lesichkov
@D-sense it is not about loading files, but a helper function to check if an environmental variable exists: `myVar := Env("MYENV", "DEFAULT_IF_NOT_SET")`
May be we should directly copy and paste the Google translation and use it as starting point
I was thinking more like having something like this (see example below), where each release gets the binaries built and attached to the release. Example: https://github.com/mailhog/MailHog/releases/tag/v1.0.1 Then depending on OS...
This will probably be due to this modal still using the structure for Bootstrap 4. Have to be changed to the latest Bootstrap 5 structure, similar to the other modals.
The middleware issue is because the '**adminonly**' middleware is missing. Please create a middleware which allows only admins to access the endpoint. It is put only as a precaution, you...
When you create a new page a long path is given, to prevent other users from incidentally visiting it, while you work on it. Once you are done with the...
@jinzhu any updates on this issue?
Anyone to merge?
@k-vanio, you have done good job, two points: 1. The constants should be alphabetically sorted to improve readability 2. You have missed the net.ParseIP(ip) logic which was checking the IP...
Did not see the new function **isValidIP**. All is good @k-vanio