-
Updated
Apr 11, 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 6,939 public repositories matching this topic...
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?
🚀 Feature
We should validate docs/blog/pages frontmatter against a Joi schema:
- prevent the user to use bad frontmatter
- display friendly error messages when this happens
- allow unknown frontmatter (user can assign additional metadata to each doc)
- unit-test this validation logic
- try to use the frontmatter TS types in the theme?
Some initial work has been done in https://gith
-
Updated
Apr 9, 2021 - Rust
-
Updated
Mar 15, 2021 - Python
According to NC documentation https://docs.nextcloud.com/server/20/admin_manual/configuration_server/occ_command.html there is no OCC command for deleting / removing a calendar.
Is your feature request related to a problem? Please describe.
Feature request not related to a problem, at least not to a known problem.
Describe the solution you'd like
- Provide an OCC command for delet
-
Updated
Mar 25, 2021 - TypeScript
-
Updated
Apr 10, 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
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
Apr 2, 2021 - HTML
-
Updated
Apr 10, 2021 - Java
What is the motivation for adding / enhancing this feature?
Write Unit tests for HTTP2 Server Push Module (you can find it on develop branch)
What are the acceptance criteria
- Unit tests for
What problem does this solve or what need does it fill?
Selecting particular camera types is frustrating, relying on checking the name field within a system.
What solution would you like?
Add a simple marker components for UiCamera and GameplayCamera.
What alternative(s) have you considered?
Users can add their own marker components manually.
Only tag UiCamera and
-
Updated
Apr 11, 2021 - JavaScript
-
Updated
Mar 31, 2021 - Python
-
Updated
Mar 29, 2021 - C#
-
Updated
Apr 8, 2021 - C
-
Updated
Apr 9, 2021 - Go
-
Updated
Oct 12, 2020 - HTML
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Dec 24, 2020 - Rich Text Format
-
Updated
Apr 9, 2021 - PHP
-
Updated
Apr 8, 2021 - Rust
/tmp/ has been hard coded in some instances
This will be replaced with https://docs.python.org/3/library/tempfile.html which has been well implemented in some instances in the code.


We have currently simple GitHub page, but we need to think about it's update with some better design.