Bastian
Bastian
I am using -PspotlessIdeHook to have spotless format all files that lint-staged detects. So, before a commit succeeds, lint-staged triggers spotless individually for each file since the -PspotlessIdeHook parameter accepts...
In react virtualized, there is a [CellMeasurer](https://github.com/bvaughn/react-virtualized/blob/master/docs/CellMeasurer.md) component which can be used to have dynamically calculated cell sizes. This is very convenient if you have elements whose dimensions change after...
I am not sure whether my use case is actually not documented anywhere or whether I am just incapable of finding anything upon it: On my jupyterhub user pod in...
### Bug description When you upgrade your jupyterhub installation to a new helm chart via ["helm upgrade" command](https://zero-to-jupyterhub.readthedocs.io/en/latest/jupyterhub/installation.html), the labels of existing PVCs are not accordingly changed. E.g., suppose you...
It is currently not possible to jump to the next/previous word in the search field text by pressing alt + arrow key. Since hyper itself supports this kind of navigation,...
When I use Rebolt's stack navigation with navigation bars, I can initialize the title of the navigation by setting the property `headerTitle` of a screen component. The title then remains...
I just tried to use tab navigation inside of a stack navigation-driven app. While the navigation itself works, the tab bar looks a bit funny. 1. The active bottom border...
I created a test project with create-react-app, added Typescript and Storybook by following the recommendations in the following storybook issue: https://github.com/storybooks/storybook/issues/4739 Then I added the docgen generator as described here:...
**Problem 1**: The bs-super-errors are shown in the terminal of VSCode when I start the compiler manually: However, in the code, there is no indication of such errors. Only Merlin...
**Please describe your feature request.** Currently, when the output is formatted as properties, the equality signs are separated by a single space from both keys and values. Kustomize [supports properties...