official_dulin

Results 81 comments of official_dulin

@Lucifier129 Why don't include `fastclick` as `react-lite` dependency?

debian version: ```dockerfile FROM fluent/fluentd:v0.12-debian-onbuild RUN buildDeps="sudo make gcc g++ libc-dev ruby-dev" \ && apt-get update \ && apt-get install -y --no-install-recommends $buildDeps \ && sudo gem install \ fluent-plugin-mongo...

@clarkbw Is it necessary to introduce redux examples? I think only the basic usage needs to be given.

same issue. Here is how to set service account using gcloud sdk. ```bash gcloud functions deploy --service-account=xxx@xxx ``` Does serverless framework or this plugin support set `--service-account`? https://cloud.google.com/sdk/gcloud/reference/alpha/functions/deploy#--service-account

@jumanjiman thanks ```bash podtest:~# apk add busybox-extras (1/1) Installing busybox-extras (1.27.2-r9) Executing busybox-extras-1.27.2-r9.post-install Executing busybox-1.27.2-r7.trigger OK: 10 MiB in 22 packages podtest:~# tel -ash: tel: not found ``` ```bash podtest:~#...

You can try to set jest [coverageProvider](https://jestjs.io/docs/configuration#coverageprovider-string) configuration to `v8`

For me, because GCP app engine does not support Websockets.