Devin

Results 44 comments of Devin

> 希望对Safari的支持也可以提上日程。其实我也有兴趣了解学习一下浏览器插件开发倒是。 safari 已经是下一个 ie了,弃暗投明吧

在 edge 上能安装,但无法正常使用(划了不翻译)

@songzhi 666。原来浏览器这么强大了

微信群很难形成技术交流的氛围,即使提问也鲜有人回答,信息流也很碎片化。加过几个技术群最后大多走上这样的命运。

@berwin 利用hera在docker中先渲染html,再把html发送到服务器这个怎么实现呢?这样的意义是不是和服务端渲染一样,为了SEO和减少首屏渲染时间?

> How do we deal with different `zh`s like `zh-CN`, `zh-TW`...? I am glad to contribute to this project.What is the progress of this?

> > > How do we deal with different `zh`s like `zh-CN`, `zh-TW`...? > > > > > > I am glad to contribute to this project.What is the progress...

I've submit a [pr](https://github.com/microsoft/IoT-For-Beginners/pull/309),will it auto assign a reviewer?

> Not implemented yet https://github.com/webpack/webpack/projects/5#card-30291446, but we strongly recommend migrate on ECMA modules I know ECMA modules is the future. But there're still lots of npm packages are commonjs modules,...

> 没看懂。grpc 支持提供 grpc 服务和调用 grpc服务两种。 前端应用和 midway 不在同个参考,分开部署的话要怎么调用?不能像传统的 api 应该通过 http + json 去请求接口吧?