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

GoDino
GoDino commented May 4, 2020

Godot version:
3.2

OS/device including version:
windows 10

Issue description:
if the translation is empty ("") in a certain language, the server returns the key (po files), a single quote " (csv), or the english translation if left empty without quotes. It does not seem consistent. From a developers viewpoint it should just return whatever is there (automation always being a s

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

Kap
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
matiasdelellis
matiasdelellis commented Apr 13, 2020

Steps to reproduce

  1. Inside the server, set the language to a translation, for example, Spanish Argentina
  2. Find some plural translations. For example the summary of the current folder.
  3. 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

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
patrick7
patrick7 commented Apr 6, 2020

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?

wiki
TheProgramSrc
TheProgramSrc commented Apr 29, 2020

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

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

Blinxar
Blinxar commented Jun 23, 2017

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
Bug
directus
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

flexsearch
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
forslund
forslund commented May 4, 2020

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

brson
brson commented Jun 18, 2019

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

sourcegraph
rvantonder
rvantonder commented Mar 2, 2020

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.

You can’t perform that action at this time.