-
Updated
Dec 17, 2021 - Vue
vuejs
Vue is a JavaScript framework for building websites. The intent of Vue is to make the integration of other JavaScript libraries easy. It is designed to organize and simplify web development.
Here are 24,361 public repositories matching this topic...
-
Updated
Dec 12, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
Currently Quasar Modes support TS files (for Electron and PWA modes), but the CLI isn't generating them out of the box.
Additional context
We need to create the TS version of all current files in these folders:
-
Updated
Dec 17, 2021 - Go
A hope
Under the 'Theme' settings tab you can upload images. It would be great if vector images can be added so it can scale without causing artifacts.
-
Updated
Oct 30, 2021 - TypeScript
Chatwoot introduced a validation on avatar files and limited it to specific files types and 15 Mb in size in recent versions. After this change, some of the users who have had avatars uploaded before this change, are facing issues while trying to update profiles.
Notes
- This is because the validation runs on any update of the parent object of avatarable
ref: https://github.com/chat
-
Updated
Dec 14, 2021 - Vue
-
Updated
Dec 14, 2021 - TypeScript
-
Updated
Dec 18, 2021 - TypeScript
-
Updated
Dec 11, 2021 - JavaScript
-
Updated
Jun 29, 2021 - JavaScript
-
Updated
Dec 7, 2021 - Vue
-
Updated
Dec 16, 2021 - 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
How to reproduce the behaviour
The error occurs in the Step 5/9 of the docker build process
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz: BAD signature
WARNING: Ignoring http
-
Updated
Nov 20, 2021 - Vue
Use svg for icons
Svg supported ie10+ and it should be default choice.
-
Updated
Dec 8, 2021 - PHP
图片分辨率问题
1、能否设置图片分辨率尺寸。
2、添加图片或替换图片时,是否可以固定长宽比自动缩放。


Is there an existing issue for this?
Summary
It would be amazing to have an Authorization tab on GraphQL, as it is for REST.
Why should this be worked on?
Authorization is also a thing in GQL and having automated OAuth mechanism would be👍