Skip to content
#

recipes

Here are 944 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 {
	
opendrinks
seyfeb
seyfeb commented Oct 28, 2021

Problem

In the recipe-editing window the save button is shown in the top bar or at the very end of the edit fields. When editing something in the middle on small screens one needs to scoll to get access to the button.

Possible solutions

  1. Show the bottom button as a floating button in the bottom right corner while the top-bar button is not visible. Beware (and test) if this also
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