Lennard Scheibel
Lennard Scheibel
This is a problem that has been here since the beginning and after seeing more icons being "fixed" (and doing so myself) I feel the need to get this out...
In the minified code in the inject.js somewhere there is this line: `t.headers && (t.headers = new Headers(t.headers))` which will modify the options object passed to fetch. Obviously this is...
## Description I've added a new mushroom card as an alternative to the default shopping_list card offered by HA. It uses the common icon + title + state layout and...
### Is your feature request related to a problem? I don't think the current shopping-list card fits the mushroom theme: ### Describe the solution you'd like I would like a...
### Bug description Hello, I’ve noticed that when following the translations extraction process described in https://superset.apache.org/docs/contributing/translations/ the order of the items in the .pot file changes. This leads to a...
Jest needs to be configured to run tests in for example "examples/cra-redux-typescript". This would allow us to find test different setups.
Currently differences between arrays are not calculated ideally. For example currently for an array `[2, 3]` and a new state `[1, 2, 3]` ```ts [{ op: 'upd', path: 0, val:...
Instead of only allowing sync on exactly 1 level deep objects in the Redux store hierachy, taking a selector function (getter) and an action to dispatch (setter) would allow for...
### Bug description As far as I can tell and from what I'm seeing in the frontend, strings send from the backend to the frontend that have been formatted with...