Austin Turner

Results 101 comments of Austin Turner

I'll let you know if I still encounter the issue - thanks for the reply!

And FYI, this change was made here https://github.com/adazzle/react-data-grid/pull/3287/files where row grouping was removed from the core Grid and moved into TreeGrid was titied up. I ended up having to review...

You need to add the `prompt: 'login'` as an option (or replace `login` with your desired value based on the docs). Here is an example: ```javascript const oauth2 = new...

Super old issue, but you can probably solve your issue by looking at the tree example. This is basically where you need to implement your own grouping logic. Here is...

I only made very minor customizations, so not a great resource for anything large-scale - this information is extremely basic and far from a "style guide". ``` input { margin:...

Same issue for me - there are no other clues as to what might be happening... tried deleting node_modules and reinstalling tried deleting `.nx` folder tried adding `--skipNxCache` I am...

I am having the same issue. I think that the current behavior where `complete()` is not called if preview is specified is not very intuitive. At a minimum, there should...

If you can provide a reproduction and your code it would make it much easier for people to assist you. You need to explicitly set the height of the container...

I did some very basic poking around [on the playground](https://microsoft.github.io/monaco-editor/playground.html?source=v0.46.0#example-customizing-the-appearence-scrollbars) and looks like the scrollbars are hand-rolled and are not native browser scrollbars, so you can most likely use normal...

I received this error when I had applied a migration to my dev DB, which reset the DB, but my server had not been restarted.