floss
Here are 84 public repositories matching this topic...
-
Updated
Dec 5, 2019 - Java
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:
- https://caniuse.com/#feat=datalist
- https://developer.apple.com/documentation/safari_release_notes/safari_12_1_release_notes#3130314
Datalist is only used when editing data where there is a list of likely options (e.g., licenses).
Image Without StatusBar is from YalpStore
Image with StatusBar is from GooglePlay When User Click ImageSet will show it
As discussed in widelands/widelands#1424 it would be good to have a gametime stamp with the log output. This will help scanning replays for the relevant time frame.
Implementation steps
- Add
[hh:mm:ss]timestamp to the output generated by `base/log/ .
-
Updated
May 12, 2020 - C
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.
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
Some of our older tests still miss docstrings. This needs fixing.
-
Updated
Mar 2, 2019 - Java
-
Updated
Aug 1, 2019 - Kotlin
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
Add hidden folders
When creating a folder with a name like .test it should not be listed on the left side but should be accessible through a direct link.
-
Updated
May 14, 2020 - C
-
Updated
Mar 6, 2018 - CSS
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
-
Updated
Sep 26, 2017
If you right click on a notebook and select "rename notebook" and select "cancel" it will bug in JS so nothing works until page is reloaded.
There are instructions for Arch on the website suggesting to install vscodium package from AUR, like
sudo yay -S vscodium
But there are no such package! I guess it should be vscodium-bin.
Our public interfaces should perform basic sanity checks. As this means at least some very basic error handling/reporting this can only be done once we are willing to break the legacy API.
Blocks: #6
-
Updated
Jun 18, 2016 - CSS
-
Updated
Mar 29, 2019 - Java
-
Updated
Mar 3, 2020 - Kotlin
-
Updated
Sep 4, 2019 - JavaScript
Improve this page
Add a description, image, and links to the floss topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the floss topic, visit your repo's landing page and select "manage topics."



Describe the bug
codium's apt and rpm packages, as built by the recommended repository, are missing some metadata that differentiatescodiumfrom VS Code, such as the license and the project url.Please confirm that this problem is VSCodium-specific