- Nov 25, 2023
-
-
gjahn authored
The version is displayed on the HTML-based landing page.
-
gjahn authored
This is being handled by Fiber, hence not tested.
-
gjahn authored
-
gjahn authored
For now it's just ephemeral. Instead of disabling the timeout (-1), it's set to 1 ms for all requests in the state paths test. Otherwise race condistion may occur. Symptoms include incorrect state name, because it may have been read before it's fully written to the store.
-
gjahn authored
-
- Nov 12, 2023
-
-
gjahn authored
Hint in readme on how to change built target platform.
-
- Nov 06, 2023
-
-
gjahn authored
-
- Nov 03, 2023
-
-
gjahn authored
Depending on whats in the accept request header, the root path either response with a plain text or some nice HTML.
-
gjahn authored
it appears that order matters; using ctx.JSON overrides c.Type; but instead of shuffling the lines around, the JSON string is generated by *foot*, which allows to keep header setting at the beginning of the function.
-
gjahn authored
* add dependency to allow limiting possible values, though actual validation doesnt happen yet * make variable that indicates health local instead of global
-
- Oct 31, 2023
-
-
gjahn authored
The three dots ('./...') are required to ensure recursive dependency installation, meaning dependencies of sub-packages.
-
- Oct 29, 2023
-
-
gjahn authored
The three dots ('./...') are required to ensure recursive dependency installation, meaning dependencies of sub-packages.
-
- Oct 24, 2023
-
-
gjahn authored
-
- Oct 13, 2023
-
-
Lucendio authored
-