Skip to content
#

how-to

Here are 247 public repositories matching this topic...

Open

TODO

8
dylanaraps
dylanaraps commented Jun 14, 2018
  • Dynamic variable naming.
  • Internal variables.
  • Turn the non-functions into functions.
    • This is so tests can be written.
    • It also shows a working use case for the task.
  • Add a CONTRIBUTING.md.
  • Look into side effects of using shopt and set.
  • /dev/tcp
  • Convert to pdf
    • Add a cover.
    • Add references.
  • Write some
brundozer
brundozer commented Jan 31, 2018

In 1.2, we can read the following:

You can use --autosquash to squash all your commits to a single commit. Nobody wants many commits for a single feature in develop branch. read more...

I think that asserting that nobody wants that is a fallacy. There are good reasons for which you would want to keep those commits separated even in develop branch:

  • know what the reason of a change wa
sumbach
sumbach commented Jan 31, 2016

I think it would be valuable to explicitly talk about whitespace requirements in [ ] and [[ ]] conditionals--this tripped me up when learning Bash and I know it's a pain point for a lot of developers.

The way I like to think about it is that [ and [[ are commands/builtins (like echo, etc), as opposed to being part of Bash syntax. For this reason, the command name and each of its argumen

drbh
drbh commented Jan 5, 2020

After following the examples I still was running into compilation errors because of these missing files
Scrt1.o: and crti.o`

It seemed I was missing g++ so I had to run the following apt-get

sudo apt-get install g++-arm-linux-gnueabihf

now you should be able to see the files in the right place with

find /usr -name crt1.o
roxblnfk
roxblnfk commented Feb 10, 2020

Хотелось бы видеть больше такой информации, как Best/Bad Practices, разборы полётов и тонких моментов.

Вот некоторые вопросы:

  • Entities:
    • Чем полезно и стоит ли при использовании связей декларировать в сущностях автогенерируемые поля, например post_id, user_id
    • Стоит ли делать сеттеры/геттеры на эти поля? Делать публичными или лучше совместить с сеттерами/геттерами полей `getUse
pardeike
pardeike commented May 31, 2017

The phrase "Jec'sTools - Jecrell has done some great work putting these drop-in DLLs together for us" is confusing because one could interpret it so that one would only need to add the dlls (or the source code) to ones own mod to enable it in some way.

That is not the case. JecsTools is a standalone mod that provides that functionality to other mods when installed, just like HugsLib. The text

begroff
begroff commented Aug 26, 2017

In the Challenge part of the Blocks section, for the layout image displayed the second section as:


<section>
(Heading 2)
(A paragraph of text)

It was not clear to me that this should be a h1 and not an h2. When I saw the words Heading 2, I thought that meant write a heading with h2 tag. I was able to get past the challenge by changing it to h1, but maybe it should be a little mor

Improve this page

Add a description, image, and links to the how-to topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the how-to topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.