On Thu, Mar 28, 2024 at 04:12:55PM +, Stuart Henderson wrote:
> On 2024/03/25 23:07, Brad Smith wrote:
> > Here is an update to OpenImageIO 2.5.9.
>
> 2.4.17.0 is broken on i386 - 2.5.9 doesn't fix it
I noticed a package missing on amd64 for the last two bulk builds but
haven't seen anything
Comment:
vector similarity search for PostgreSQL
Description:
pgvector is a PostgreSQL extension which provides exact and approximate
nearest neighbor search on vectors, as well as L2 distance, inner
product, and cosine distance.
Tried and tested on amd64 and it works.
+1 vote to import. I ha
On 2024/03/25 23:07, Brad Smith wrote:
> Here is an update to OpenImageIO 2.5.9.
2.4.17.0 is broken on i386 - 2.5.9 doesn't fix it
>>> Building on localhost under graphics/openimageio
BDEPENDS =
[devel/fmt;x11/qt6/qtbase;devel/tbb;devel/cmake;devel/boost;devel/py-pybind11,python3;graphic
I’m trying to get himitsu-firefox¹ working on OpenBSD. It’s
a Firefox extension that talks to a daemon² using
“native messaging”: The extension calls runtime.connectNative();
the browser spawns a himitsu-firefox-native process, and extension
and native process exchange JSON messages.
The nat