guides
Here are 220 public repositories matching this topic...
-
Updated
Jun 15, 2020 - PowerShell
In the readme file of the raspberry and django project change python2.7 to python3.7
It is causing lots of problem
The page...
http://clojure-doc.org/articles/cookbooks/strings.html
Is not displaying code blocks, though I can see them in the underlying markdown file in the repo. (I didn’t investigate other pages).
Happy to debug/submit a PR when I’m not on a plane. :)
https://middlemanapp.com/basics/build-and-deploy/#deploying-the-site page mentions the (very useful) plugin middleman-deploy, which is currently not compatible with Middleman v4. Should we remove it from the docs or is someone competent to renovate middleman-deploy to work with MM4?
I'm submitting a...
[ ] Bug report
[x] Content update
[x] Process update (build, deployment, ... )
Type of bug / changes
In order to clean up the process of writing docs / not having to maintain changes to translated docs unless actually translating - we'd like to show a notice at the top of translated docs mentioning that the translated docs may have fallen out of sync
-
Updated
Mar 15, 2020 - JavaScript
The guide for goaccess has the following command:
[isabell@stardust ~]$ cp /etc/goaccess.conf ~/etc/goaccess.conf
This is wrong because the config file is located in /etc/goaccess/goaccess.conf (at least on kushida.uberspace.de)
-
Updated
Nov 25, 2017
Today I was doing a lot of changes on some variables in a deep hierarchy.
Current Pharo tools allow developers to find accesses to a variable in a class but not in a hierarchy so I had to make this snippet:
origin := AbstractWidgetPresenter.
variableName := #borderColor.
(origin slots detect: [ :e | e name = variableName ]) usingMethods collect: #methodClass as: SetLaunch the webpage
In succession of Issue #64 and following PR #221 , we need the webpage to be hosted at https://the-ethan-hunt.github.io/. Take the example from this repo
Pinging @EdgeKing810 also for reviewing who started with the awesome PR #221
-
Updated
Jul 31, 2018
Bonjour,
Dans la page pages/telecom/voip/asterisk_configuration_et_utilisation/guide.fr-fr.md, les sauts de ligne dans les sorties du terminal ou les configurations manquent, rendant la lecture du document difficile.
-
Updated
Aug 22, 2019
Trying to follow the instruction given below, but not able to find the said location of contirbution in the sidebar.
https://github.com/exercism/docs/blob/master/you-can-help/implement-an-exercise-from-specification.md#finding-an-exercise-to-port
Please the update the doc if required or someone can help me understand this.
I fixed it by commenting out
removeVerticalGuides();
In the plotGuides function. in functions.js
I'd recommend you do this until you add row guides functionality.
Improve README
- Description
- Add gifs
- Punctuation/formatting
- Improve contact/bio section
- Clean up descriptions (e.g. 'monk seed script')
Express
- Sub heading size (3a-d)
- Include in ToC
- Include sub-sections on main README.md
- Consistent bullets
-
Updated
Mar 9, 2020
-
Updated
Nov 28, 2017
-
Updated
May 26, 2018 - JavaScript
-
Updated
Nov 13, 2019
-
Updated
Mar 17, 2020 - TypeScript
Improve this page
Add a description, image, and links to the guides topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the guides topic, visit your repo's landing page and select "manage topics."
Currently, the documentation for creating a settings page with PreferenceFragment covers using the old Android Support v7 library, which has since been deprecated in favour of AndroidX's Preference library.