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...
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
-
Updated
Mar 4, 2020 - Swift
🚀 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
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
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
- Click the Kap menu bar icon.
- Click the button in the Kap bar to record an area of the screen.
- Select a regio
The seccomp filters are tailored for the Firecracker musl build. We should specify how to run Firecracker when building it with gnu as well.
Requested by @rbrasga in firecracker-microvm/firecracker#1515 (comment)
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.
The following links seem to be consistently broken acr
Update doc on BigInt
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:
- Explanation on BigInt.
- Explanation on Numeric separators mainly designed for big integers.
Both
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
The controls that have the "form-control-user" class hide the text and the placeholder only in IE
If I deactivate the "padding" property of the class "form-control-user" it works correctly
.
- External server might under-perform
My suggestion is to make a folder in the repository which has
-
Updated
Mar 2, 2020 - HTML
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
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
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
I came across this issue when I decided to profile my (in progress) game and discovered I was generating a ton of VertexBufferBinding[] arrays during the
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
-
Updated
Mar 4, 2020 - C
-
Updated
Mar 4, 2020 - Rich Text Format
Twig files - Typo
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
The spacing between the lines in the credits screen does not match the official D2 client. The spacing needs to be adjusted to accurately match what the original client does.
integration of responsive voice uses an older version of my package https://github.com/OpenJarbas/py_responsivevoice
we should either pin an older version of the package/log a warning, or update the TTS engine to support all the new voices
Add an Onionshare enhancement of an reverse proxy on a url website as Cloudflare does.
With the first step of enabling a Hidden Tor Service Website via Onionshare, a nice enhancement would be the users optional ability to enter a existing https://domain.me url to the Onionshare settings, which would then create a Tor Networked reverse proxy to that website.
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
-
Updated
Mar 4, 2020 - C++


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:
This should work according to the docs:
http