Tim Daubenschütz

Results 222 comments of Tim Daubenschütz

> Only if you click somewhere else (e.g. background) the selector is deactivated. that's actually a nice touch and now that I'm aware of it - I like it. >...

I ended up forking classless and implementing it: https://github.com/rugpullindex/design-system/blob/master/src/design.css#L361-L490 You can look at it here: https://rugpullindex.com/ And while doing so, I noticed that as a little trick: I used a...

I'm running fluor on the above MBP and it's working.

> I had some crashes and memory leaks on M1 Air when running via Rosseta2 Ah sorry, I didn't intend to cause confusion. I had interpreted the issue as: "fluor...

thanks for the tip for the work around. But yeah I think we're comparing strings. But in general, I'm also interested in solving this problem for good if it is...

A work around that could get merged is IMO just printing both strings below each other for now. Then at least users have functionality in GH Actions until a fancy...

> @TimDaub I think it should print both lines, like you have locally. Any chance one of the values is an empty string? Then I would have expected (or vice...

I think I'm really close. But for both L84 and L107, I can't find a way to get the test's `title`. It seems I can only access it after the...

The proposed event "test-timeout" that is created in `emitStateChange` is supposed to contain the test's title in the same way that an event of type "test-passed" contains a title property....

> The other timeouts are due to inactivity and thus not attributable to specific tests. Actually, I was contemplating if they're attributable or not too. But from my understanding, the...