Bastian
Bastian
I am not sure whether I understand WeeTom. But I just came across this post when I googling for `ZSSRichTextEditor checkbox`. So what I would like to have is a...
@nnhubbard So, do you have any information concerning the general future support of html checkboxes (or radio buttons)?
@nnhubbard All right then. Maybe I will just use a purely Javascript based alternative like TinyMCE, then, since this will ease the switch to a hybrid app should I decide...
I am strongly on the side of @sebastianjung here. If I have to mock the communication with the server I am left with two drawbacks: - no real UI tests...
Do you mean as a substitute for the server-websocket solution? If so, I see the following problem: Client B might not yet be at the proper position in the application...
So, as mentioned in [this issue](https://github.com/cypress-io/cypress/issues/2965), Promises seem to work as long as you stick to the [Promise guide](https://docs.cypress.io/api/utilities/promise.html#Waiting-for-Promises) strictly. I would probably use some syntactic sugar to make my...
For me it is quite similar. After a few actions, the devtools just loose all state and actions while the app itself keeps working. The React Dev Tools show this...
Concerning lint-staged, there is a [blog ](https://hackernoon.com/announcing-lint-staged-with-support-for-partially-staged-files-abc24a40d3ff) which explains how lint-staged supports partially staged files. So (I have not tested it thourougly, yet), lint-staged seems to work this way: -...
With EDIT1 I was referring to the problem that scrollview insets in iOS (or padding in the HTML world) are intended to solve. The current solution sets the navigation bar...
So... is the second code block meant to be added to the file tsconfig.json in the app folder? In .storybook, there is another tsconfig.json. Should I change it, as well?...