Yonas Yanfa
Yonas Yanfa
@mehulkar tsup is needed during the build: `pnpm -- turbo run build --filter=docs`
I removed tsup from packages.json and node_modules, but I don't get the error anymore. I'll reopen this if I'm able to reproduce.
This works for me: ``` url=$(curl -sg http://127.0.0.1:9222/json/new | grep webSocketDebuggerUrl | cut -d'"' -f4 | head -1) echo '{ "id":2, "method":"Page.navigate", "params":{"url": "https://example.com"} }' | websocat -t - $url...
> > ``` > > url=$(curl -sg http://127.0.0.1:9222/json/new | grep webSocketDebuggerUrl | cut -d'"' -f4 | head -1) > > echo '{ "id":2, "method":"Page.navigate", "params":{"url": "https://example.com"} }' | websocat -t...
Works for me. Recommend closing.
Here's a patch for FreeBSD / OpenBSD / NetBSD / DragonFly. The only problem is it requires running `gping` via `sudo`. I'm not sure why it doesn't work without sudo....
Oops, forgot `bsd.rs`: ``` use crate::{Parser, PingResult, Pinger}; use regex::Regex; use std::time::Duration; lazy_static! { static ref RE: Regex = Regex::new(r"time=(?:(?P[0-9\.]+)\s+ms)").unwrap(); } #[derive(Default)] pub struct BSDPinger { interval: Duration, } impl...
@nunotexbsd Yes, the patch is for v1.4.0.
@dalance Works for me on FreeBSD 13.2, thanks! :partying_face:
Is gitoxide still missing required features?