Aleksei Gurianov
Aleksei Gurianov
In my case it wasn't about application. It is adb unable to connect to Android VM anymore. I have tried to restart and reinstall everything except host operating system. I...
@zxqfox name is folder name
@acoreyj just a ping reminder. Is it possible to finish the work you have started here? Do you have an y plans for that?
it uses css child selectors which seems to work with order in dom, but not display order
Currently workarounded with: ``` columnFilterFns: Object.keys(columnVisibility).reduce((acc, key) => ({ ...acc, [key]: 'contains' }), {}) ``` Btw, it doesn't works if I put `fuzzy` in above snippet instead of `contains`. Maybe...
"Soon" on github usually lasts longer than IRL unfortunately.
Is it problem of create-bem-react-app or bem-loader?
investigated a bit: https://github.com/bem/webpack-bem-loader/issues/26#issuecomment-322731066
adding `.replace(/\\/g, "/");` [here](https://github.com/bem/webpack-bem-loader/blob/master/index.js#L85) works for me. Why it still not fixed? Should I make a PR with this change?
Hmm. I think "required-path" package is more suitable place to fix it. cc @Yeti-or