Gerrit Weiermann
Gerrit Weiermann
Hey guys, I'd like to add a feature where you can define an extra prompt that pops up if you select a specific list entry: ``` choices: [ { name:...
Hey, I recently built my own little framework on top of inquirer. I don't know if this is wanted, but it could be added to the core. Here's a little...
Google passes the parameters with its data and the original text pattern. It would be great if I could get those with ```php $agent->getOriginalParameters(); ``` Example request: ```json { ......
If I want to get all contexts with ```php $agent->getContexts() ``` I get an array of empty objects. Google made this request: ```json { "responseId": "xxx", "queryResult": { "queryText": "whats...
(A bug on the Android App, is this the right place for it?) **Describe the bug** When the app loses focus, it redirects me always to Notifications > Comments. That...
Hi, the modaljs is a function that needs to return some minecraft commands. I think it would be more handy if you could return mcscript code :)
Hey guys, I just discovered this repository 😀 My idea is to extend a Dgraph API with additional directives and logic (like input validation), that I won't implement directly into...
Hello everyone Whilst playing around in the CodePen of [https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-select-only/](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-select-only/), I saw an edge case that the keys 'Backspace' and 'Clear' weren't handled correctly. Pressing the backspace key and having...
Closes https://github.com/shopware/shopware/issues/9563. Adds a search bar on top of the settings page to filter through settings. Filtering happens immediately as soon as the input changes. Filtering is based on string...
Closes https://github.com/shopware/shopware/issues/13741 ## What has been done? - loading indicator gets visible after 2s (instead of 3s), which was suggested by @fabianhueske and also feels more responsive. Can be changed...