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

golddotasksquestions
golddotasksquestions commented Feb 20, 2020

Godot version: 3.2.stable

OS/device including version: Win 64

Issue description:
get_total_character_count() returns 0 in a RichTextLabel with text.

Steps to reproduce:

  1. Add RichTextLabel node
  2. add text in textbox
  3. add script:
extends RichTextLabel

func _ready():
	print( get_total_character_count() )

This should work according to the docs:
http

Aarbel
Aarbel commented Mar 1, 2020

Problem

I'd like to send many files in the same time but with different files metaData.
The combination of uppy.setMeta uppy.addFile doesn't wok because the upload is asynchronous, and when files finish to upload they will heritate the last uppy.setMeta configuration.

Moreover the uppy.setFileMeta method is quite impossible to use, because on uppy.addFile we can't declared an id

markerikson
markerikson commented Feb 6, 2020

🚀 Feature

v2 code blocks currently have the ability to highlight specific line numbers, like this:

```jsx {1,4-6,11}

However, highlighting lines based on line numbers is somewhat difficult to use.

The gatsby-remark-prismjs plugin has the ability to highlight individual lines by putting a // highlight-next-line comment in front, or [highlight ranges of lines](https://ww

luong-komorebi
luong-komorebi commented Aug 28, 2017

You can always make a suggestion as an issue tab for apps that are not on the list. I will personally check out the app and verify if it is working, properly mantained, safe to use (as a user not a security expert).
Translation is very much appreciated. You can either fork this and remake your own translation or use the same repo with me. I highly recommend translator to review the commit log e

eppsilon
eppsilon commented Sep 27, 2019

macOS version:
10.14.6 (18G95)

Kap version:
3.0.0-beta.6

Other possibly relevant info:
Monitor setup: single rMBP 15" screen, no external monitors
macOS scrollbar appearance setting: "Show Always" (in System Preferences > General)

Steps to reproduce

  1. Click the Kap menu bar icon.
  2. Click the button in the Kap bar to record an area of the screen.
  3. Select a regio
server
Opinion
Opinion commented Dec 8, 2019

It looks like a lot of the translated files have incorrect links to other documents in the repository. The tools section isn't updated everywhere either.

I noticed issue #16789 but decided to make a new issue since this issue is focusing on translations of the README.md and possibly preventing these issues in the future.

🐞 Problem
The following links seem to be consistently broken acr

9oelM
9oelM commented Aug 8, 2019

I was reading through the book and I found that it's been almost 1 or 2 years since the last substantial commit was done on this documentation on Number.

If I were to update the doc, I would add to things:

  1. Explanation on BigInt.
  2. Explanation on Numeric separators mainly designed for big integers.

Both

SwifterSwift
DimaZava
DimaZava commented Dec 7, 2019

While I was solving task of search occurrences highlighting, inspired with existing SwifterSwift solution, I've created this String's extension

extension String {

    /// Verify if string matches the regex pattern and return corresponding parts of string
    ///
    /// - Parameter pattern: Pattern to verify.
    /// - Returns: Matching pattern parts of string.
    func matches(for 
mokshchaudhary
mokshchaudhary commented Oct 17, 2019

Right now all the icons have an external link which make them:

  • Prone to change/deletion
  • Different size,format and resolution
  • Various images are transferred over HTTP instead of HTTPS (which might become a problem in future as more and more browser start to block HTTP on HTTPS sites).
  • External server might under-perform

My suggestion is to make a folder in the repository which has

wiki
DelfrCorp
DelfrCorp commented Oct 9, 2019

I am relatively new to GitHub and even newer to Wiki.js & struggled for several hours to properly configure port 80 and 443 proxying to get the wiki my colleague built for our company to automatically work with port 80 & 443 and automatically redirect to port 443 and have it work properly with the wiki node proxy.

I would like to suggest a quick addition of a full proper nginx config (example b

svantevit
svantevit commented Nov 5, 2019

I am using MahApps.Metro, v1.6.5.

MetroWindow with mah:DialogParticipation.Register="{Binding}" doesn't get disposed after the ShowDialog() call.

Example usage: I have two windows - MainWindow and MyDialogView. Each has it's own view model - MainWindowViewModel and MyDialogViewModel.
MainWindowViewModel contains a OpenDialogCommand, which opens the dialog view.
MyDialogViewModel contain

davidak
davidak commented Aug 31, 2019

https://opensource.guide/legal/

It is not clear to me how i should practically note the copyright of a code part (for example 5 lines from a MIT project). Is it legally OK to just note the source, author and license in the commit message description or should it be in the header of the file or in the LICENSE file of the project?

When i copy whole files, the license header should not be r

flexsearch
benhaynes
benhaynes commented Nov 28, 2018

We already have most of our Directus API 2.x endpoints/params within Paw for testing. We could finish adding all of these and then potentially use their code generators to create SDKs for our secondary languages.

https://paw.cloud/docs/extensions/create-code-generator

We also have a Swagger file for 98% of API 1.1 — so we could update that (and make sure that OpenAPI allows for our filteri

engwalid1971
engwalid1971 commented Dec 21, 2019

admin/view/template/marketplace/installer.twig

Replace:

$('#progress-text').html('<span class="text-success">' + json['success'] + '</div>');

With:

$('#progress-text').html('<span class="text-success">' + json['success'] + '</span>');

admin/view/template/marketplace/marketplace_info.twig

Replace:

$('#progress-text').html('<span class="te
sourcegraph
keegancsmith
keegancsmith commented Feb 28, 2020

repo-updater currently exposes a useful debug endpoint for understanding what the git fetch scheduler is doing. However, the endpoint just dumps JSON. It would be great if instead we rendered a simple html/template:

  • explain what each section is
  • show human readable values of durations
  • use html table

Example on our dogfood is at https://sourcegraph.sgdev.org/-/debug/repo-updater/re

ameshkov
ameshkov commented Feb 19, 2020

What we should do:

  1. Update the screenshots and the description -- you now don't have to copy/paste cert/key.
  2. Add an explanation on how to use lego instead of CertBot.
  3. Provide an example of a script that gets a new certificate and reloads AdGuard Home.
You can’t perform that action at this time.