Skip to content
#

opensource

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

server

Open Source Fast Scalable Machine Learning Platform For Smarter Applications: Deep Learning, Gradient Boosting & XGBoost, Random Forest, Generalized Linear Modeling (Logistic Regression, Elastic Net), K-Means, PCA, Stacked Ensembles, Automatic Machine Learning (AutoML), etc.

  • Updated Sep 14, 2020
  • Jupyter Notebook
chatwoot
pranavrajs
pranavrajs commented Jul 15, 2020

When the users change their Facebook password, the page access token gets invalidated. To overcome this, ask the user to reauthorize the Facebook connection

Acceptance Criteria

  • Run a cronjob every day to find the invalid token, mark the integration as invalid/needs-reauthorization
  • If the flag is set, show a message in the frontend to reauthorize

https://developers.faceboo

jakebolam
jakebolam commented Jan 27, 2019

We're in the process of moving all of our documentation to a central location #142. This place is the website, and before we can complete this, we need to translate the website (coming in all-contributors/legacy-domain-landing-page#14)

If you've ever wanted to contribute and help the cause of open source, now is your chance. We need you!

We're looking for translation help for the docume

wesnoth
TheCycoONE
TheCycoONE commented Jun 19, 2020

The README tells potential translators to go to a forum page that is no longer up.
The Localization wiki is full of out of date information; forum pages that are no longer up, people that are no longer active, teams that no longer exist.

Provide up to date information on how a potential translator should get started - where to find language files, how to dump strings, and where to post their u

pilsnerbeer
pilsnerbeer commented Aug 3, 2020

Steps to reproduce

  1. "upload files"
  2. navigate to root directory with folders I want to upload (emulated/0/pictures/*)
  3. hit upload

Expected behaviour

folders in the directory should start uploading

Actual behaviour

no upload happening, but notification "Uploading files.." present. requires force stop to disappear.

Environment data

Android version: 10

Devic

panel
schrej
schrej commented Jul 28, 2020

Currently, eggs are exported in json format. Eggs can contain a lot of multiline strings, which makes it very hard to read them in json format.

YAML has much better support for multiline strings (see here) which would make it much easier to modify eggs as code and see changes in Pull Requests.
In addition YAML is easier to read and we've converted wings to use ya

You can’t perform that action at this time.