-
Updated
Sep 27, 2020 - Java
collaborative
Here are 177 public repositories matching this topic...
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Sep 29, 2020 - Shell
-
Updated
Aug 25, 2019 - Python
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Sep 6, 2020 - CoffeeScript
-
Updated
May 22, 2020 - Jupyter Notebook
-
Updated
Oct 3, 2020 - Python
-
Updated
Sep 26, 2020 - HTML
-
Updated
Oct 2, 2020 - JavaScript
-
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
This would be excellent for moderation purposes.
Some things to think about related to this:
- Should deleting a parent comment delete all of its children?
- Should copies of deleted comments be kept, but hidden from normal users?
- Should users also have the power to delete their own comments?
-
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
Oct 2, 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
Sep 30, 2020 - JavaScript
-
Updated
Dec 17, 2018 - PHP
Something like /data?city=buenos_aires#city.
-
Updated
Sep 25, 2020 - TypeScript
Ajouter cette vidéo youtube
https://www.youtube.com/watch?v=Hox_CHmC-so
ici (en dessous de la 1ere partie du site) en français uniquement :

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