-
Updated
Jun 7, 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 20,917 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
I try to execute my first GET request and get this result:
I think the first-time-user experience could get improved here.
The hint to F12 vanishes soon, and I think accessing the error message via F12 is not a
-
Updated
Jun 4, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
I am using QInnerLoading a lot in my app, I think it is very convenient. I have a very common use case which is not directly covered by the component: I put a short explanation text under the spinner (e.g. "checking parameters...", "saving..." etc.).
Describe the solution you'd like
A direct solution would be to add optio
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
May 30, 2021 - TypeScript
-
Updated
Jun 4, 2021 - JavaScript
A hope
-
Updated
Jun 5, 2021 - Go
When sending an SMS response in Chatwoot, I am character limited to 140 or whatever. However, when I go to "New message" via the contacts panel, I am not character limited, and I was able to send a 300 character test message out. This is an inconsistency in the UI, and not sure why do the character limit, if we can successfully send larger messages
-
Updated
Jun 6, 2021 - Vue
-
Updated
Jun 5, 2021 - TypeScript
I'm marking this as "good first issue" and also "minor" priority, so experienced Blacksmiths should leave this issue for a new coder. :)
If you have had an avatar Transformation Buff cast on you, and you then use the Orb of Rebirth, the transformation effect is removed at the same time as the other Buffs (that's the correct behaviour).
-
Updated
Jun 7, 2021 - TypeScript
-
Updated
May 5, 2021 - JavaScript
-
Updated
Jun 7, 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
-
Updated
Jun 7, 2021 - Vue
Use svg for icons
Svg supported ie10+ and it should be default choice.
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
Jun 3, 2021 - PHP
图片分辨率问题
1、能否设置图片分辨率尺寸。
2、添加图片或替换图片时,是否可以固定长宽比自动缩放。
单选或者多选增加横放排列方式
-
Updated
Jun 5, 2021 - Vue
Environment
Vuetify Version: 2.5.3
Vue Version: 2.6.13
Browsers: Chrome 91.0.4472.77
OS: Windows 10
Steps to reproduce
Click on the v-select to open it, then use hte up/down arrow key to navigate the options.
Expected Behavior
It is expected that arrow key up/down will change the selection to he previous/next value in the select.
Actual Behavior