Valérian Rousset
Valérian Rousset
I'm not sure that's the correct project to put this issue, please redirect me if need be. I'm trying to use TLS over Tor, which provides a buffered stream in...
Triggers failure of tests when using BufWriter. See #96 for details.
So, I was trying to build it as a shared lib, with the CC/CFLAGS/LDFLAGS I wanted, but the makefiles doesn't allow that. As I was adding it, I found some...
When installing, gentoo gives me a bunch of warning related to the installed `.desktop` file; that may be of some help. ``` * QA Notice: This package installs one or...
Many programs need to have a correct localization to work well with the underlying system, and usually use the LANG and LC_\* env to be able to better fit to...
I'm the maintainer for i2p on Gentoo and we [found an issue](https://bugs.gentoo.org/913176) when freshly installing the package. We are using there a split-install, having a directory in /usr/share/i2p for the...
currently, there is a bunch of security issues, mostly from old dependencies. this PR aims to fix that * build web-client with `vite` instead of the deprecated `vue-cli` * way...
currently, formatting is done using `eslint` & `standard`. the first one is a linter actually warning when a line doesn't fit the formatting specs, but doesn't enforce a single representation...
ONNX has [a JavaScript API](https://onnxruntime.ai/docs/get-started/with-javascript/web.html), it seems to be the new framework on the bloc. currently, we are using TensorFlowJS everywhere. to support more runtime, we would need to first...