Skip to content
#

floss

Here are 84 public repositories matching this topic...

david-a-wheeler
david-a-wheeler commented Sep 1, 2019

Remove the jquery-ui/widgets/autocomplete for datalist. This is a polyfill for datalist because Safari didn't support it, but now Safari supports it.

See:

Datalist is only used when editing data where there is a list of likely options (e.g., licenses).

widelands
elbenfreund
elbenfreund commented May 4, 2018

Part of our port of legacy hamster was the notion of a string representing activity.category=None.
After some deliberation with @jtojnar we agreed that this introduces several issues for no obvious gain.
Activities without a category should simply be rendered as activity.name and be done with it.

This issue is about removing all traces of this legacy functionality.

avilleret
avilleret commented Jun 27, 2019

in the documentation, there is :

auto dom = ossia::net::init_domain(ossia::val_type::INT);
ossia::net::set_values(dom, {-1, 1, 2, 3, 5, 10});
ossia::net::set_domain(node, dom);

but it seems that domain functions have been move from ossia::net to ossia namespace.
maybe others also need check

The aboce should be :

auto dom = ossia::init_domain(ossia::val_type::I
shillasaebi
shillasaebi commented Oct 11, 2019

Can we show contributors to the Comcast org and 2 other orgs that are Comcast open source projects listed on our home page, similar to our Hacktoberfest page? https://comcast.github.io/hacktoberfest) Maybe limit up to 20 profiles to load so it doesn't take up too much space?

Orgs to pull recent contributor data from:
https://github.com/xmidt-org
https://github.com/vinyldns
https://github.co

AndreaTironi1
AndreaTironi1 commented Aug 10, 2019

Ciao.

Ho provato a fare il mio primo "publiccode.yml".
Ho letto il readme e nella sezione Documentation farei un'aggiunta e/o una modifica.
Forse sono io che non mastico molto la materia, ma non avevo capito che

"This repository is structured in order to be compatible with the Docs Italia platform."
voleva dire: vai al link e leggiti le istruzioni

Così mi sono fatto un mio publiccode.y

Improve this page

Add a description, image, and links to the floss topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the floss topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.