wxw-matt
wxw-matt
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
As node-sass is deprecated and it does not work on arm64 (Apple M1), I fix this by using dart sass.
I found some information from other repo, someone said that the UNIX socket file can not be created in a shared folder and I verified that was true. Any plan...
Add a callback parameter `after_browser_launched_cb` to pass the a function to `ChatGPT` and the function will be called after the browser launches For example: ```python # Auto login def auto_login(page):...
Hi, I am trying to reuse the test cases in excon repo and I copied code below to my repo: ``` it "returns an instance" do expect(@server).to be_instance_of Excon::Test::Server end...