Jan Potoms
                                            Jan Potoms
                                        
                                    > On 1. if we have required parameters, then I would expect to write the logic in my app with a value always define in dev mode. So developers would...
Can't the token be passed to the rpc function in one of its arguments?
Are you using [`htmlbuild.preprocess.css`](https://github.com/Janpot/gulp-htmlbuild#htmlbuildpreprocesscssbuildfn)? That probably won't work for you. You're going to need to write your own implementation for less. Read this code to understand how these functions work...
The same way as in the readme example: ```js const blablaPreprocessor = require('./blabla.js'); gulp.task('build', function () { gulp.src(['./index.html']) .pipe(htmlbuild({ // build blabla with blablaPreprocessor blabla: blablaPreprocessor(function (block) { // read...
> do you need this component? We will build on top of the material UI version once it becomes available. (cc @mj12albert)
How about in `mui-codemod` we just run prettier on a file ourselves after the `jscodeshift`, if we detect a prettier setup?
I was planning to replace our usage in toolpad with this implementation. X was also investigating whether they could provide datagrid persistence on top of it. I'm happy to move...
I'm just mentioning because I remember this coming up before with the X team in https://www.notion.so/mui-org/code-infra-Introduce-align-on-a-task-runner-ee2765d98ae74ec2bf9dca9b88a3561a#4356019bcc8e4900849fa1156eb7630d The only thing I want to avoid is X and core using a different...
Maybe, it's up to the core team IMO. I think we're all quite on the same page for `e`=>`event` _I found this issue back in the GitHub project I'm trying...
I agree. Ok, I propose then to keep the scope of this issue to `e` => `event` only. And to instead use the [`id-denylist`](https://eslint.org/docs/latest/rules/id-denylist) rule. wdyt?