Richard

Results 3 issues of Richard

I have a GET endpoint that searches a resource by converting a struct into a map and passing it to Squirrel ``` whereClauseMap := map[string]interface{}{ user_first: "Joe", user_last: "Shmo", }...

I expected this to work: ``` - match: "airflow_local(.+)" match_type: regex action: drop name: "dropped" - match: "(.+)_task_mem_usage_(.*)" match_type: regex action: drop name: "dropped" - match: "(.+)_task_cpu_usage_(.*)" match_type: regex action:...

question

Hello, I author an obtainium export JSON called [Obtainium-Emulation-Pack](https://github.com/RJNY/Obtainium-Emulation-Pack) that's picked up popularity in the gaming/emulation handheld community. I like the idea of your crowdsource app which has single button...

enhancement