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

public-apis
matheusfelipeog
matheusfelipeog commented Mar 17, 2022

Hi community

This message is to clarify and make transparent the current situation of Public APIs, in addition to demonstrating the frustration of us maintainers. So read this if you find it interesting, please.

Well, I keep the Public APIs project together with other 3 developers (@pawelborkar, @marekdano and @yannbertrand) for a long time.

1 year ago, the Public APIs project was dead, w

good first issue important
PerplexedPeach
PerplexedPeach commented Jun 7, 2022

Godot version

3.4.4.stable

System information

Windows 10, GLES3, NVIDIA RTX 2060, driver 512.95

Issue description

I have a MeshInstance body that I'd like to retrieve its ShaderMaterial from. Calling body.get_surface_material(1) produces a null instance while calling body.mesh.surface_get_material(1) produces the ShaderMaterial as expected.

In this case, the MeshInstance

docusaurus
Josh-Cena
Josh-Cena commented Jan 26, 2022

Have you read the Contributing Guidelines on issues?

Motivation

I realized there are a few text labels in our repo that are accidentally not translated. This has happened a few times in the past as well (see #4542). It would be interesti

feature good first issue status: accepting pr domain: dx
server
sunjam
sunjam commented Apr 21, 2022

Describe the bug
Sometimes shared photos are one-boxed when they should be embedded. See this discussion on the forum for why Nextcloud photos are not displayed properly.

This is because of a missing og:type meta tag. Currently it is set to object. If it was set to image onebox would treat it as such.

bug good first issue 1. to develop
forem
juliannatetreault
juliannatetreault commented Feb 9, 2022

The updated /admin/member_manager/users/<:id> needs to be updated to use i18n. We can introduce locale files for this admin section and add the necessary translations for all the tabs and modals on this page.

good first issue ready for dev area: admin area: internationalization/localization
Kap
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

CodeEdit
jenslys
jenslys commented Apr 24, 2022

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

Ability to comment out code by highlighting some code and pressing: CMD + /

Describe alternatives you've considered

n/a

Additional context

Preview from vscode:

![hightlight](https://user-images.githubusercontent.com/69081683/164970782-46ae24f1-8b36-43b0-9100-

enhancement good first issue editor
mrhelmut
mrhelmut commented May 23, 2022

MonoGame has a very long history of tutorials, some are as old as a decade and some even are still based on XNA (which is compatible with MonoGame for the most part, but different in regard to how to start a project).

Also, MonoGame is a stable API with a policy of "no breaking changes" when possible, which means that even very old tutorials

Documentation Help Wanted Good First Issue