Henry Mui

Results 31 comments of Henry Mui

My output: https://i.postimg.cc/j2Z6JY7G/ERROR-2020-03-18-02-47-11.gif

![image](https://user-images.githubusercontent.com/26480299/131227102-fdfe71ad-8615-4468-a006-06a1bbe2ca2f.png) This is less extreme but denotes the same issue, when used with react-big-calendar.

Let's say I have a dynamic form with variable fields. They are listed in the form of a table like this: ![image](https://user-images.githubusercontent.com/26480299/107052392-8ed0ae80-6808-11eb-8558-8c10544a1586.png) Now we I change the value of 1...

In case anyone is using Helmet, be sure to check your Cross-Origin-Opener-Policy as well. See my post here: https://github.com/anthonyjgrove/react-google-login/issues/132

If you use columnSpan, you only have 1 cell and you can't set the column width for fixed table. (forgive my use of HTML/JSX to illustrate the structure) ``` One...

Thank you for your reply. I've changed the title to better describe the issue as well.

The issue I'm facing is CPU spike when I open the GUI for vscode-remote (no code action taken), followed by server crash.

> Yes it is possible You can use the component overwrite, like this > > ```js > {markdown} > ``` > > ```js > const overrides = { > em:...

`*`s and `_`s are very common in mathematics. Is there a way to turn this off?

> > `*`s and `_`s are very common in mathematics. Is there a way to turn this off? > > I would recommend using code blocks for things that contain...