Juha
Juha
I also see something strange in JSX files: Sometimes the highlighting changes in the middle of a file for no apparent reason (like special apostrophes or complex structures): Atom version...
Maybe this is helpful. As a test, I added a return at each point. The change in returns happens only after a for loop is closed: 
Well, I implemented the mapping and it works so far.
Mostly I'm thinking of the best practice of only one assert per test. The byproduct of this is a large amount of separate tests. Consider this (silly) example: ``` class...
After some further reading on asserts, it appears that the "One assert per test" recommendation is more about one abstract assert, and not literal assert. So, it is okay to...
@BartoszKlonowski I tried setting a width to `` itself, but seems it only "resized" the left edge offset area where moving changes the slider: https://user-images.githubusercontent.com/5442750/212357147-7a0d9c71-a7d1-420a-9ae8-cd13b0a4286b.mov @mathias-berg Actually yes, when I...
Happens to me also. It initially worked OK, but after some time it stopped working while nothing changed. I'm running it locally on Windows 7 in Powershell with the standalone...
Ooh, the reason was that my database is in Vagrant and Vagrant was not running :)
Should be: ``=`` = ``I LOVE YOU TOO SWEETHEART``
I got it working with the "random_compat" library I mentioned in my original post. Basically just unzip them to a subdir and then require the "main" php of the library....