Peter Darrow

Results 17 comments of Peter Darrow

+1 !!! The default styling for the preview looks awful and it's hard to tell if I've accidentally added empty lines in my source or if its just bad padding...

@nicoulaj It looks exactly like the screenshot you posted in this comment: https://github.com/nicoulaj/idea-markdown/issues/12#issuecomment-1434584. It's not that the styling is "broken" per se, but the padding, fonts and general styling are...

Similar to @workmanw we need to create snapshots in order to unit test our custom serializers. It would be nice to have a public API for this.

@bmac Ok. Might be worth closing this issue then if the decision is final.

I know this is quite old now but I thought it would be worth pointing out that this is expected behaviour and is a limitation of running tests within transactions....

@lafrech did you ever find an easy way to work around this limitation? I'm trying to do the exact same thing, document a DelimitedList field. I'm looking at subclassing or...

Ok, thanks again for your work @lafrech! In the meantime, I monkeypatched field2parameter to manually manipulate the explode param. Here's how to do it if anyone else runs into this:...

Sorry, I meant to merge this into our internal fork, not upstream!

My team in the process of migrating a large test suite (6073 tests) from jest to vitest. With jest, the full suite runs in 3m47s. With the latest vitest (0.18.0)...

So is the summary that we're stuck with the performance where it's at right now, unless we want to sacrifice isolation? If so, I think this should be published in...