Christian Sciberras

Results 59 comments of Christian Sciberras

JUnit indeed supports float durations: https://github.com/testmoapp/junitxml?tab=readme-ov-file#structure

If you look at the synopsis shown in the bottom, you'll see there is no `-v` option. In fact there is such a thing, but it stands for *verbosity* not...

@timhunt just to be clear.. > Suppose random.html is a pointless page which displays 1 or 2 at random, and we test it like this. The fact that it is...

@stof @pamil can someone please review this and get it merged? (same as all the other open pull requests..)

Hey, I saw the merged PR and I have a few follow up questions: 1. since it has been merged, shouldn't this ticket be closed (if the problem is now...

@lasotaartur that's unlikely to happen since it is very, _very_, specific to your individual use-case. Even the implementation is very specific and subjective: - is it about some simple validation...

> I can't answer as to whether Input is to blame. MS should definitely look into any possible bugs with this component though. I've bought premier/business support to look into...

Maybe consider using `public readonly` instead of getters and promoted properties? That would also dramatically reduce generated code. **old code:** ```php class Entity { /** * @var int|string */ private...

@Korbeil just to be clear: the intention of `readonly`+`withX` is to have immutable objects (and kind of forcing the constructor to be one big setter). As you mentioned, it also...

Hi there! I tried doing the same thing you did... the color for me did change, but the font size only worked after setting "Font" to "Consolas" (I suspect size...