-
## Details
There is no documented `wsLocalSuport` capability on the PlayWright page: https://www.browserstack.com/docs/automate/playwright/playwright-capabilities
I am having a similar issue to #1…
-
Hello,
I tried to implement this library into my project for sending scheduled alerts. but I found out some problems.
On IOS: The alert is sent every minute (not at the date and snooze expected).
…
-
**Description**
In our setup multiple nodes publish ti a topic `events` of type `std_msgs/String`, all of them with durability `VOLATILE`.
Using [roslibjs](https://github.com/RobotWebTools/roslibj…
-
**Describe the bug**
Logs in `api-worker` running on production:
```
/usr/src/app/build/services/web3.js:62
throw new Error(error);
^
Error: Error: CONNECTION ERROR: The connec…
-
Do you have plans to include WebSockets in the result of harFromMessages?
Since chrome 76, it includes WebSocket messages in HAR exports.
Ref: https://developer.chrome.com/blog/new-in-devtools-7…
-
Hey Guys,
I'm getting SWAP_CALL_FAILED running on ganachi
```
Error: Returned error: VM Exception while processing transaction: revert SWAP_CALL_FAILED
at Object.ErrorResponse (D:\arbitrag…
-
Webpacking ```short-order``` fails given its use of ```fs```, ```dotenv``` and ```readline-sync```, which are used specifically in a node runtime. If these packages are not core to ```short-order```, …
-
### What is the problem this feature would solve?
A reverse proxy written in Node is not working for me under Bun when using `multipart/form-data`.
```js
function handle(requestFacade) {
const…
-
[antiCrash] :: Uncaught Exception/Catch (MONITOR)
TypeError: OAuth2Strategy requires a clientID option
at Strategy.OAuth2Strategy (C:\Users\bestg.HK-LAPTOP\Downloads\Musicium-8.1.1\node_modules…
-
Hello,
I'm currently writing a WebSocket daemon to notify users when some data are updating. I want to retrieve some context from the WebSocket connection so I use the socket url to pass parameters. …