Flex bug #99
Reference in New Issue
Block a user
No description provided.
Delete Branch "flex-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Here's a bug in the flexbox calculation
I added a failing test, but I don't immediately know where I would go to fix it.
Ok. @vjeux do you know where I should look to fix it?
The way I usually debug is to just run that test and put console.log everywhere in the big function and try hacking around. When I have a fix, I run the other tests and try to make them work as well