python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
I want to install composer require laravelista/comments but I get an error
I have php verison "PHP 7.4.27", composer version "2.2.4" and laravel version"4.2.9". And my error messages:
Your requirements could not be resolved to an installable set...
Aycan Kaya
Votes: 0
Answers: 0
What counts as a newline for Raku *source* files?
I was somewhat surprised to observe that the following code
# comment
say 1;
# comment
say 2;
# comment say 3;
# comment say 4;
prints 1, 2, 3, and 4.
Here are the relevant characters after "#...

codesections
Votes: 0
Answers: 1
Is it possible to make a git diff that results in no changes?
So this is probably a silly idea, and there are probably workarounds/other solutions to this. I am curious about these, but also curious about the specific answer to the following question.
Is it poss...
Jordan Davidson
Votes: 0
Answers: 2
toad formatter starts next line under trailing comments
I find that toad formatter starts the next line of code under trailing comments.
Is there a way to change this.
This happens regardless of wrapping/stacking options.
e.g.
Original SQL:
SELECT C1, C2, ...
Francois Evert
Votes: 0
Answers: 0