Results 4 issues of Lenzi Erickson

I would like the ability to use the options located here: http://api.qunitjs.com/QUnit.config/. Something along the lines of this: ``` gulp.task('test:qunit', function() { return gulp.src(config.jsPath + '/tests/index.html') .pipe(qunit({hidepassed:true})); }); ```

I use Yarn PnP and therefore do not usually have a node_modules folder and instead have a .yarn folder. After prettier 2.7, when I run my `prettier --write .` command,...

type:enhancement
area:cli

### Motivation I prefer the "flat" design approach on my components, and would like to be able to use the `Menu` component in flat mode. ### Related issue You cannot...

# Bug report ## Describe the bug I have an edge function that I invoke via supabas-js which soft deletes a user. This will successfully delete the user. After that...

bug