The Wayback Machine - https://web.archive.org/web/20210104070148/https://github.com/topics/open-source
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 6,539 public repositories matching this topic...

docusaurus
gaelle-csg
gaelle-csg commented Dec 29, 2020

🐛 Bug Report

I started to use docusaurus for an existing documentation which has apostrophes in filenames sometimes.
When I build my project, I always have the following error:

SyntaxError: docusaurus2/.docusaurus/routes.js: Unexpected token, expected ","
{
  path: '/docs/Wiki/Project's-Guide',
  component: ComponentCreator('/docs2/Wiki/Project's-Guide','efe'),
  exact: true,
}
first-contributions
Roshanjossey
Roshanjossey commented Nov 8, 2020

With firstcontributions/first-contributions#32256, We've moved assets we need in our tutorials to https://github.com/firstcontributions/assets. Now we should use them.

🎯 Goal
Replace usage of assets in this repository to assets repository to reduce the size of this repo.

💡 Possible solutions

Following the files in which you have to change asset URLs

Kap
server
SwifterSwift
gravestench
gravestench commented Dec 16, 2020

The method should have the signature:

func (t *UIWidgetSystem) Checkbox(checkedState bool) akara.EID

The sprite should be created using UIWidgetSystem.spriteFactory.Sprite

the sprite path and palette should be hardcoded to:

  • d2resource.Checkbox
  • d2resource.PaletteFechar
vue-storefront
bevy
Azales94500
Azales94500 commented Dec 8, 2020

Hello,

I just started using Bevy and I wanted to start experimenting a bit with a small project, I wanted to put an image as an icon in the game window, but I couldn't find how to do it, even searching in the documentation, I specify that I'm using version 0.3.0 of Bevy, is it me who missed something? Or is this feature not yet implemented?

If it is not implemented, would it be possible to j

You can’t perform that action at this time.