Dobes Vandermeer
Dobes Vandermeer
Or instead of setting `PYTHONIOENCODING`, setting up the locale correctly in the Dockerfile should work, and might help with other things that rely on locale as well: ``` # Set...
Have to add postcss as a `dependency` or `peerDependencies`. Could mark it as optional using `peerDependenciesMeta` ?
Did you submit that change as a pull request?
Is there anything I could do to help with this PR?
Is there any way I could help with that rewrite, is it in a branch? Is there a process to contribute to it?
BigQuery also does not support data page v2
I think for compression it does depend on some other modules that are not available in the browser, though for uncompressed data it might work. Have you tried it?
I have been using a derived package, `parquets` in the browser, and it works.
Make sure you're using thrift `0.14.0`, I believe `0.13.0` was a broken build.
Maybe these webpack settings will help: ``` resolve: { extensions, fallback: { assert: require.resolve('assert/'), console: require.resolve('console-browserify'), crypto: require.resolve('crypto-browserify'), domain: require.resolve('domain-browser'), events: require.resolve('events'), path: require.resolve('path-browserify'), stream: require.resolve('stream-browserify'), string_decoder: require.resolve('string_decoder/'), util: require.resolve('util/util.js'),...