Brian Dunn

Results 24 comments of Brian Dunn

Was also able to duct tape together a build from source that works well on my m1. I don't understand the packaging / linking system, so I can't drag the...

@mjankowski simplecov support is a pretty new flatware feature. If that's a blocker here I'd love to help. Would be cool to see this merge.

The output is pretty much identical to that of `rspec -fprogress`. Even more so on `2.0`. A pr with a gif would be most welcome though!

So happy its working for you! I never really intended this project to work in CI - most platforms seem to have their own thing. [knapsack](https://knapsackpro.com/?utm_source=dzone&utm_medium=blog_post&utm_campaign=dzone-how-to-run-rspec-on-github-actions-for-ruby-on-rails-app-using-parallel-jobs) seems to be trying...

I was able to get around this with [a polyfill](https://github.com/webcomponents/polyfills/tree/f91938fd61821f4dd53179fc32cba76fdff1c5f5/packages/scoped-custom-element-registry). This is my [vitest custom environment](https://vitest.dev/guide/environment.html#custom-environment): ```typescript import { importModule } from "local-pkg"; import type { Environment } from "vitest";...

Hello! The main blocker on spec level granularity, as apposed to file level, is that all tests must be loaded and parsed before they can be distributed. RSpec does not...

Yes, this should totally be possible. There is already an API for implementing Flatware formatters. These are the methods that will be called on your formatter: https://github.com/briandunn/flatware/blob/master/lib/flatware/broadcaster.rb#L6-L13 Here is where...

@mvz I'm not using cucumber on any current projects. Can you give this a shot? I bet the internals would need to be reworked.

@rmontgomery429 hey there thanks for the kind words! there should be a socket file in your `cwd` called `flatware-sink`. Must be some exit condition in which it doesn't get cleaned...