Daniel Adu-Gyan
Daniel Adu-Gyan
Running `plugin_version: 0.7.1` It's been a while since I did the initial setup of my server, but I remember having to set `get5_check_auths 0` in order to not get kicked...
Makes sense to me. I did think of another scenario. I sometimes have to rebalance teams mid-game when using CS:GO in a classroom setting. Would that still be possible if...
I encountered the same problem, although I wanted to set it to `overflow: 'visible'`. This did the trick. ```js const theme = createTheme({ components: { MUIDataTable: { styleOverrides: { responsiveBase:...
I made a few mistakes in my original answer. I have corrected my original answer and made a sandbox that shows a working example. https://codesandbox.io/s/mui-datatables-override-css-x6kfgn As you noted, `none` is...
+1 WSL2 / Ubuntu 22.04.3 / Nx 17.2.8 ``` "tasksRunnerOptions": { "default": { "runner": "nx/tasks-runners/default", "options": { "useDaemonProcess": false } } } ``` Disabling the daemon isn't helping.
> Lgtm aside from the default, I also wish we could narrow it down from 3 different serializers for groups but alas @BeryJu Thanks for the review. I've updated the...