Skip to content
#

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 9,248 public repositories matching this topic...

jmdejong
jmdejong commented Feb 7, 2022

Godot version

Godot_v4.0-alpha1_linux.64

System information

recently updated arch linux

Issue description

When saving a new scene for the first time the default name (without extension) is the name of the root node of that scene but starting with a lowercase letter (even when the root node starts with an uppercase letter).

When saving a branch as a scene and the root

docusaurus
qiaofeng1227
qiaofeng1227 commented Feb 16, 2022

Have you read the Contributing Guidelines on issues?

We used it docusaurus for our documentation. It's excellent.
I want to customizae generated-index catalog, e.g. show filenames link of directory.
Is there a scheme that can be realized only by setting category.json?

SwifterSwift
TheStalwart
TheStalwart commented Mar 11, 2021

🚀
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