Dave Cottlehuber
Dave Cottlehuber
It's possible to dervice the SOS name from the cli already, not sure if this counts as a supported option though, its exposing some internal API details. ``` $ export...
same issue here btw, using npm. Because cypress is not supported on FreeBSD, I removed the `cypress` elated lines from package.json and got further: ``` $ sed -i'' -e '/cypress/d'...
I think there are 2 options here: - add a way to build js/css as a separate "release" tag in the npm even better: - publish the release html/css as...
@yonas I'll get around to a port eventually then. ``` diff --git .cargo/config.toml .cargo/config.toml index 04d005b..30f3a1a 100644 --- .cargo/config.toml +++ .cargo/config.toml @@ -16,3 +16,11 @@ rustflags = ["-C", "target-feature=+aes,+crc,+lse,+neon"] [target.x86_64-pc-windows-msvc]...
see my fork, a couple small patches, and build info. I used node-v20.12.0 and rust-nightly. https://github.com/skunkwerks/openobserve ``` add FreeBSD build targets - build js bundle with `cd web && npm...
've written a custom proxy service that does `CONNECT ...:443`, appends a couple of arbitrary headers, and then switches to a tunnelled TLS connection after that. It looks like this...
these are caused by a SIGSEGV in couchjs, during GC. worker threads are paused, main thread is in the middle of GC. Filed [upstream](https://bugzilla.mozilla.org/show_bug.cgi?id=1896604) but they rightly point out we...
hmm liking the look of this
LGTM too here. I'm interested to know what the original & intended use case for this. Some comments, for docs: - the dir only needs to be readable by root,...
We can close this now, https://cgit.freebsd.org/ports/commit/?id=c5e66d2d45b25edb65271924741fe8ce4e0f81db supports everything except: - the `/web` command that uses playwright - google APIs unless somebody else chooses to do the porting of those packages...