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

distractedmosfet
distractedmosfet commented Mar 15, 2020

Godot version:
3.2

OS/device including version:
All versions

Issue description:
is_subsequence_of returns true is all characters from string A appear in string B, in the order in string A, but it doesn't care if characters not in A are interwoven. So:

"save5".is_subsequence_of("save35")

returns true.

This seemed like such an odd behaviour it feels like a bug? I suspec

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

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

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 
lk-geimfari
lk-geimfari commented Aug 30, 2019

Well, we need to check all the projects and remove outdated ones.

We declare this in the readme:

However, keep in mind that we don't accept mammoth's shit. Only active and interesting projects with good documentation are added. Dead and abandoned projects will be removed.

But, sadly at this moment, this project looks like a mammoth shit itself.

We really need to fix it. I think

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

mayakacz
mayakacz commented Mar 3, 2020

It would be nice to include content on security & keeping your open source project secure.

Content could help answer questions like:

  • How can you track your dependencies & patch vulnerabilities?
  • What should you do if you or a security researcher finds a vulnerability in your project?
  • What can you do ahead of time to be best prepared to respond to a new vulnerability in your project?
flexsearch
micahflee
micahflee commented Sep 9, 2019

In #1016, @pabs3 pointed at that the documentation for Flask.run says:

Do not use run() in a production setting. It is not intended to meet security and performance requirements for a production server. Instead, see Deployment Options for WSGI server recommendations.

Right now, OnionShare uses run() to start the web server. It doesn't mention what the security issues are, but my guess

sourcegraph
You can’t perform that action at this time.