mujuonly

Results 6 issues of mujuonly

Tried below code but getting an error. ``` const puppeteer = require('puppeteer'); (async () => { const browser = await puppeteer.launch({ignoreHTTPSErrors: true, acceptInsecureCerts: true, args: ['--proxy-bypass-list=*', '--disable-gpu', '--disable-dev-shm-usage', '--disable-setuid-sandbox', '--no-first-run',...

**web.php** ``` use Symfony\Component\Console\Output\NullOutput; use BeyondCode\LaravelWebSockets\Server\Logger\WebsocketsLogger; app()->singleton(WebsocketsLogger::class, function () { return (new WebsocketsLogger(new NullOutput()))->enable(false); }); use BeyondCode\LaravelWebSockets\Facades\WebSocketsRouter; WebSocketsRouter::webSocket('/my-websocket', \App\MyCustomWebSocketHandler::class); ``` **MyCustomWebSocketHandler** ```

## Type of feedback ## Description **continue to next lesson** button in quiz page is clickable only in the area contains the text. ## Step-by-step reproduction instructions (optional) 1. Go...

[Type] Bug
[Component] Sensei

The text complianz is incorrect in the context

Warning: Attempt to read property "order_awaiting_payment" on null while accessing - https://local.dev/wp-json/wc/v3/layout-templates/simple-product/?_locale=user ### Submission Review Guidelines: - I have followed the [WooCommerce Contributing Guidelines](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md) and the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/). -...

needs: author feedback
plugin: woocommerce
type: community contribution