ssr
Here are 1,822 public repositories matching this topic...
Too wide (and falsy) segregation of GraphQL Types and Resolvers
The first example of this is new ObjectType in src/data/queries/index.js importing fields.
Fields should be taken in context of parent type, not as standalone information.
This can ensure some users that custom types cannot have own field resolvers which is false.
In fact, much of fields which can have own resolvers
GoAgent的一些使用限制
###GoAgent限制:
-
GAE出口IP被定义为“开放代理”
部分网站屏蔽GAE的IP访问,或将其视为不信任。
无法使用GAE的IP对维基百科进行匿名编辑。 -
Facebook 上传文件:图片/视频等
原因: Facebook上传文件,采用HTTP OPTIONS指令,不在GAE的支持范围
解决方法:访问https://upload.facebook.com/,再次尝试。也可以访问手机域名https://m.facebook.com/上传。 -
Twitter上传大文件/图片
GoAgent 对上传超过64k的数据存在问题
GAE的限制是10M
因此有可能解决,还有待研究
-
Updated
Apr 19, 2020 - JavaScript
Dear all,
I don't use Quasar Cli and Vue-cli. I build a project by myself with webpack 4.x
I want to import one component like QSelect and don't import everything from Quasar.
Do you have any suggest ?
Now I import like this and it can work, but I think it's wrong this way.
When I build the project it's more than 300KB and it's too big.
The document want me install
I have a problem about error.
It can not find nuxt_plugin_swiper_68e7f06e.
I followed the document completely. It told me i need install nuxt_plugin_swiper_68e7f06e
If i install nuxt@2.8.0. I solved this problem
-
Updated
Apr 23, 2020 - Python
-
Updated
Apr 13, 2020 - Shell
-
Updated
Apr 26, 2020 - C++
-
Updated
Feb 11, 2020 - Roff
-
Updated
Apr 26, 2020 - JavaScript
"Babel 7.8.0 supports the new ECMAScript 2020 features by default: you don't need to enable individual plugins for nullish coalescing (??), optional chaining (?.) and dynamic import() anymore with preset-env." - https://babeljs.io/blog/2020/01/11/7.8.0
We should update zero to latest babel and add an integration test for these features. I think the right change will be [here](https://gith
-
Updated
Apr 23, 2020 - JavaScript
Add SWC Plugin
https://swc-project.github.io/docs/usage-plugin
Proposal: create an @loadable/swc-plugin that is similar to @loadable/babel-plugin
SWC is increasing in popularity. It is aiming to be a drop-in replacement for babel with some significant speed improvements. It already has a [webpack
This is also probably a good time to recommend documenting architecture decisions in the project. The project itself is very opinionated (which is great!), so all of that should be documented to help explain the reasons behind the decisions. I'd recommend reading these:
-
Updated
Aug 12, 2019
-
Updated
Apr 26, 2020 - TypeScript
Feature Request
Is your feature request related to a problem? Please describe.
The Preact Section in the readme, as they are out of date. Preact v10 has a proper hydrate method now. PR: preactjs/preact#1802.
Describe the solution you'd like
Update the
-
Updated
Dec 17, 2019 - Shell
-
Updated
Apr 15, 2020
Element UI version
2.4.5
OS/Browsers version
Chrome 67.0.3396.99 (64bit)
Vue version
2.5.17
Compent version
- VideoJs V6.6.2
- Element-UI v2.4.5
Reproduction Link
https://jsfiddle.net/15klli/h63s104c/14/
Steps to reproduce
- 点击“打开dialog”--click the link to open dialog
- 点击 poster中间的播放按钮(无反应) -- click the Pl
-
Updated
Feb 3, 2020 - Python
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Apr 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the ssr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ssr topic, visit your repo's landing page and select "manage topics."
What problem does this feature solve?
To make sure the user doesn't accidentally generates an SPA while he wants a pre-rendered page, it might be worth to write a short sentence about the mode of the project while generating
What does the proposed changes look like?
Current status: "Generating pages" is logged, which is quite general.
![image](https://user-images.githubusercont