-
Updated
Aug 1, 2021 - C++
Open Source
Open source is a term denoting that a product includes permission to use its source code, design documents, or content. It most commonly refers to the open source model, in which open source software or other products are released under an open source license as part of the open source-software movement. Use of the term originated with software, but has expanded beyond the software sector to cover other open content and forms of open collaboration.
Here are 7,515 public repositories matching this topic...
🚀 Feature
When working with the blog feed, in testing-library's, we would like a way to contain the full article and not just a truncated version of it within the feed since we don't really care about r
We have a server that is for authenticating to AWS to be able to upload.
That server requires JWT for authentication. The XHR plugin supports custom headers.
Would it be possible to implement the same thing on the AWS plugins as well?
-
Updated
Jun 26, 2021 - Python
-
Updated
Aug 1, 2021 - Rust
We badly started implementing some props mutation.
There are usually two cases:
- The props are injected via root component
propsData
- The props are used inside a vue app
Solution 1
Migrate the propsData (usually initial-states) to the root .vue
file away from the .js
entry point
Solution 2
Use a sync modifier and change the data flow according to vue documentations
-
Updated
Jul 9, 2021 - TypeScript
-
Updated
Jul 25, 2021 - Vue
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li
-
Updated
Aug 1, 2021 - Rust
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to 'map engine test'
- Press the key 'n' until you get to Tristam.
- Wait about 3 seconds '....'
- See the fire effects that are on the ground stop animating. This same problem seems to occur on all maps but it's easiest to find in Tristam.
**Expected beha
-
Updated
Jul 19, 2021 - HTML
-
Updated
Aug 1, 2021 - Java
Currently, catch
block is the same for both methods in useForgotPasswordFactory
(https://github.com/vuestorefront/vue-storefront/pull/5971/files/0e001721be751b0b0130915023ea0867722e1065#diff-89077440c1264480ee6ffbbcfb08d6c64c9881bea61ebbd8e0e5d260085b66ad):
err.message = err?.graphQLErrors?.[0]?.message || err.message;
Let's create an external function that takes care of that a
-
Updated
Jul 30, 2021 - JavaScript
-
Updated
Jul 30, 2021 - Go
-
Updated
Jul 7, 2021 - Python
-
Updated
Aug 1, 2021 - C
-
Updated
Jul 8, 2021 - C#
-
Updated
Jul 30, 2021 - JavaScript
-
Updated
Oct 12, 2020 - HTML
-
Updated
Dec 24, 2020 - Rich Text Format
-
Updated
Jul 28, 2021 - Rust
-
Updated
Aug 1, 2021 - PHP
-
Updated
Jul 31, 2021 - Python
If using the checkbox to run over all repos, the live preview shows the default "Chart preview will be shown here once you filled out the fields..." message, but that's wrong, since we don't yet have "live preview" for all repos.
We should instead make this message say "Previews are not currently available for insights over all repos. Previews are only available if you list individual repos, u
We have currently simple GitHub page, but we need to think about it's update with some better design.