Skip to content
#

recipes

Here are 1,039 public repositories matching this topic...

pafuent
pafuent commented Dec 15, 2020

Add documentation about how to bind multiple instances of the same query parameter to a slice.
Use this UT as a reference (if it is possible make a more real example than this 😉)

func TestBindSlices(t *testing.T) {
	e := New()
	req := httptest.NewRequest(GET, "/?str=foo&str=bar&str=foobar", nil)
	rec := httptest.NewRecorder()
	c := e.NewContext(req, rec)
	result := struct {
	
christianlupus
christianlupus commented Mar 5, 2022

When a popup is shown like when user should select a recipe by typing the #, this popup has too l little contrast to the rest of the page. It is hard for the eye (at least for mine) to see that I need to do something in a dialog and should not use the rest of the page instead.

I would suggest to either blur the background (aka main app canvas), make it semi-transparent, put a semi-transparent

opendrinks
robotframework-cookbook

Improve this page

Add a description, image, and links to the recipes topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the recipes topic, visit your repo's landing page and select "manage topics."

Learn more