Mathias Gumz

Results 12 issues of Mathias Gumz

## Description In a GTP-Proxy setup with real DNS based node selection it was observed, that after selecting a configured *upf* the PFCP association (or more specific) the "FAR installation...

feature :rocket:
improvement :bulb:

Operational events must be logged so they become visible for operations. Such events are not happening in the 1000/s but only once in a while and should not impose any...

enhancement

I added an interface to cdb.Get to port 'cdbget' to Golang. I also tweaked the cdb_test.go a little bit by implementing a []byte-backed io.WriteSeeker to avoid any filesystem related dependencies...

situation: i changed examples/rtreq.go a little bit: ``` func worker_task() { /* ... */ total := 0 for { runtime.GC() ``` aka: force the workers to call the garbage-collector quite...

The -city flag provides a shortcut to calculate / lookup Lat/Long values from the World Cities Database as available via https://simplemaps.com/data/world-cities In general, potential optimisations: * a build flag to...

re-opened PR#15

This PR adds `%track_number` and `%disc_number` to the available options to format status and track. ## Describe your changes `status_format` and `track_format` gain two additional options: the `%track_number` and `%disc_number`....

Everyone's darling Google-Caldav server might reference resources which, in the end, do not exist: debug: /caldav/v2/[email protected]/events/[email protected] debug: HTTP/1.1 404 Not Found This situation leads to an unconditional hard stop of...

Adds "features" as command to print the compiled in features to Stdout. It is tedious to search the build logs of to find out what was set at compile time.

This commit adds `{track_number}` component so its usable in the `playback_format` config option ``` playback_format = """ {status} {track_number}. {track} • {artists} {liked} {album} • {genres} {metadata}""" ```