howto
Here are 303 public repositories matching this topic...
-
Updated
Feb 29, 2020 - HTML
Simon Sinek, one of the great communicators of 21st Century,
has a new book out called "The Infinite Game"
https://www.amazon.com/The-Infinite-Game/dp/B07DKHFTB7
Sinek borrowed the basic premise from James Carse's book "Finite and Infinite Games":
Some games are bounded and have a , like football or basketball or chess.
You see the **short-term immediat
I come to this website every time I get confused about formatting my strings, thanks for the great content! I think it might be a good time to add f-Strings to the documentation, since it is pretty stable at this point and super useful.
This page comes up ranking first or second on Google every time, so I think it's important to make sure there's at least a mention of f-Strings here. I'd be ha
-
Updated
Sep 16, 2018
-
Updated
Jul 24, 2018
I was just annotating a print out of the code to remind myself of some of the concepts learned in the video tutorials, and found the following issues:
addTodoaction is unused: should replace the dispatch action in theAddTodocomponentsetVisibilityFilteraction is unused: should be used by the dispatch action in themapDispatchToLinkPropsmethod
-
Updated
May 5, 2017 - Java
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
May 1, 2019 - Python
currently only specify setting hardware clock, never properly set timezone of machine with
ln -sf /usr/share/zoneinfo/Region/City /etc/localtime
as specified in wiki.
If possible, maybe use time datectl instead, which seems a lot more ""user friendly"" by not using system links. Should make sure it is equivalent
-
Updated
Dec 21, 2018 - R
-
Updated
May 24, 2020 - HTML
I'm following this for learning purposes. All is well until the first kubeadm command. I am receiving preflight errors regarding memory and swap:
[ERROR Swap]: running with swap on is not supported. Please disable swap
Maybe add a note about this in the guide? And any pointers on how to go around this "properly"?
LXD is version 4.0 and Kubernetes is at 1.18.1.
-
Updated
May 20, 2020 - Java
Every project needs a Persona to help the people on the team (working on making the product) to contextualise, empathise and focus on the needs/goals/pains of the person using the product/service.
The general format is:
- Name + Picture
- Details
- Goal
Though I
-
Updated
May 28, 2020 - CSS
Found through review of dwyl/phoenix-ecto-append-only-log-example#11
Link currently points to https://github.com/dwyl/phoenix-ecto-append-only-log-example/pull/2/files#diff-db55bfd345510f8bbb29d36daadf7061R21, which at the time was part of a PR.
Should we now update this to https://github.com/dwyl/phoenix-ecto-append-only-log-example/blob/3eb130e103cef05ef57e5d1fcd2
-
Updated
Mar 11, 2018 - HTML
It would be good to add a section under https://docs.opnsense.org/development/frontend.html to explain the different javascript helper functions we offer at the moment.
- ajaxCall
- ajaxGet
- mapDataToFormUI
- saveFormToEndpoint
- $.SimpleActionButton
- $.UIBootgrid
-
Updated
Sep 12, 2017 - JavaScript
https://github.com/btbytes/nim-cookbook/tree/master/code directory will contain a lot of files if more code examples will be added.
I propose to move all code examples into different directories, e.g. random code examples - "random" directory, metaprogramming - "metaprogramming".
Syntax for aliasing
Improve this page
Add a description, image, and links to the howto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the howto topic, visit your repo's landing page and select "manage topics."

It would be great to have documentation on how to associate multiple keys + email id pairs in keybase and github for people using different account for open source and closed source work.