-
Updated
Oct 22, 2020 - Java
collaborative
Here are 183 public repositories matching this topic...
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Nov 5, 2020 - Shell
-
Updated
Aug 25, 2019 - Python
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Oct 8, 2020 - CoffeeScript
-
Updated
May 22, 2020 - Jupyter Notebook
-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Sep 26, 2020 - HTML
-
Updated
Jun 21, 2017 - JavaScript
-
Updated
Aug 17, 2020 - Ruby
-
Updated
Aug 8, 2020 - CSS
We can add ToC support to Balsa, which will help users navigate in long pages easily by switching and jumping among headers. ToC should be automatically generated from headings and there should be at least 2 headings for a ToC to appear.
The ToC can be shown (extended) when onmouse over on the left hand side on top of the placeholder arranged for ToC. When user clicks on a heading, page will s
It would make it easier to share specific parts of longer pages on wikis if we could have a button next to each header that links to that specific heading. Github and Wikipedia already have it - we should be able to have it too!
We have this syntax already:
## Some heading {#Anchor}
the above sets the id of the header to Anchor
. We should try not to break this syntax.
-
Updated
Jul 19, 2020 - C++
Add more tests
Frontend doesn't have enough unit testing. These are the parts that should be tested in priority:
State
-
video_debate/comments/reducer.js
-
video_debate/comments/selectors.js
-
video_debate/statements/reducer.js
-
video_debate/statements/selectors.js
-
video_debate/video/reducer.js
Components
TODO
-
Updated
Feb 13, 2019 - Java
-
Updated
Aug 20, 2016 - Python
The three separate RSS feeds that are displayed on each page aren't styled very well. We use a third-party-service to display the headlines from those feeds, but there are hooks that we could could take advantage of.
Styling the output
The HTML generated by this code contains CSS hooks so you can style the output in your stylesheet.
The title of the feed is
-
Updated
Nov 8, 2020 - PHP
Estamos usando a versão 6.6.5 da biblioteca, mas ela tem uma comunidade super ativa e já está na versão 7.19!
Essa tarefa é pra simplesmente mudar pra usar a versão mais recente, verificando se não quebrou o layout. Opcionalmente podemos estudar as novas features que foram implementadas nesse meio tempo pra ver se alguma é interessante pra nós :)
Github da Sweetalert2:
https://github.com/swee
-
Updated
Nov 4, 2020 - JavaScript
-
Updated
Dec 17, 2018 - PHP
-
Updated
Nov 5, 2020 - Ruby
Afin d'encourager la participation, publions un challenge !
Emplacement dans le menu :
(design au choix, à ne pas suivre à la lettre)
Texte FR
Nouveau sur CaptainFact ? Passez notre épreuve du feu et gagnez 42 pts de réputation :
- [S'inscrire](https://captainfact.io/signu
-
Updated
Sep 25, 2020 - TypeScript
Improve this page
Add a description, image, and links to the collaborative topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the collaborative topic, visit your repo's landing page and select "manage topics."
Describe the bug
Each line in a text file extends infinitely to the right until broken manually by the enter/return key in files with a .txt extension.
To Reproduce
Open existing text file with a .txt extension or start new file and enter an unbroken line of text.
Expected behavior
Lines wrap based on the size of the editor window as they do with .md files.
*Screenshots