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 5,062 public repositories matching this topic...
I've been testing Uppy with Preact 10.4.3 and have found that the plugins don't render correctly. The issue is that the VNode shape has changed.
An example of this issue can be found in this sandbox
If your plugin returns a preac
-
Updated
May 18, 2020 - Swift
🐛 Bug Report
I get a ReferenceError in Webpack while running yarn build
to deploy the Hermes website.
I think it's due to monaco-editor-webpack-plugin
but I'm not sure.
Have you read the Contributing Guidelines on issues?
Yes
To Reproduce
Note: I setup a branch that has the re
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)
Steps to reproduce
- Inside the server, set the language to a translation, for example, Spanish Argentina
- Find some plural translations. For example the summary of the current folder.
- Just check if the plural works.
Expected behaviour
In summary expect:
6 carpetas y 5 archivos 8,5 GB
Actual behaviour
In summary i see:
6 carpeta y 5 archivo 8,5 GB
![imagen
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
To show all navigation items which belong to one category, I use the "show" class for the active menu.
Now, on mobile devices, the menu always opens. Is there a possibility to change the behaviour?
-
Updated
May 18, 2020 - Java
I was looking how to setup wiki.js on apache for weeks and I want to share this for those that are looking for support. (This little guide is for Ubuntu)
First go to your apache folder (/etc/apache2/) and open the folder "sites-available", then create the file with your subdomain name, for example "wiki.example.com.conf".
Put this code inside the file:
`<VirtualHost *:443>
ServerName wi
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
-
Updated
May 16, 2020 - HTML
What steps will reproduce this issue?
I have headers set up like this:
<TabItem.Header>
<metro:Badged Badge="2">
<TextBlock Text="Not cropped header"
Foreground="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type metro:ContentControlEx}}, Path=(TextElement.Foreground)}"
FontSize="{Bi
How about we collect some advice in docs/translations.md under Keeping translations up to date
or similar?
Working on #1118 I naively scrolled through the commit list and looked at merge commits that seemed to add content
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
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
-
Updated
May 18, 2020 - C
-
Updated
May 2, 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.
FreeBSD port
When using a pocketsphinx wakeword mycroft tries to load a language specific model. If the model doesn't exist the load fails. (report on the forums)
This should be handled by using a fallback mechanism, so if no language specific model exists it should log a warning and fallback to using the english model that is included in mycr
The beginning of the course is pretty boring, and there's not a lot of interesting background reading before project 1. I'm thinking a great way to start it off would be to make the first reading a link to a powerfully inspiring experience report. Something that makes people psyched to learn how to write systems programs in this unique language.
Here are two I've been suggested but haven't eval
It'd be nice if we have a search type selector that restricts searches to code
or content
, similar to type:file
and type:repo
. We'd have to separate the logic and filter Zoekt results to do this, since we currently return both content and file results for a pattern. It'll take a bit of effort, but not crazy complex.
Godot version:
v3.2.2.rc.custom_build.36a30f681
OS/device including version:
Window 10
Issue description:
I'm trying to save ProjectSettings at runtime using save_custom to location "user://override.cfg", but this action returns error ERR_FILE_UNRECOGNIZED. Actually this method returns this error for any path. Is it allowed to call it at runtime or only in tool? I want to use