Skip to content
#

recipes

Here are 1,084 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

enhancement good first issue Frontend
opendrinks
kamerat
kamerat commented Oct 13, 2021

Since #1169 is merged, some already translated languages is missing this key.
The goal of this issue is to track the existing languages that has this key missing to hopefully attract some PR's to patch this.

The file in question: src/views/KeywordList.vue
Key missing translation: Enter your keyword.

Please refere

enhancement help wanted good first issue hacktoberfest
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