Results 15 comments of Stefano Peluchetti

> I implemented this for myself, but it's a hard-coded hack at the moment. @szhorvat, could you please share the hard-coded hack?

Yes, this is a feature request, not a bug report. My use case is to check frequently for updates to the repo without abusing the server's bandwidth. Luarocks could be...

Hi, has there been any progress on this issue? I can confirm that it is a pain point, for example I am using this math keyboard https://www.cs.cornell.edu/andru/release/lattice-kbd/ where all the...

Yes, you have to make sure the required Blas Intel MKL dynamic libraries are loaded via `ffi.load(...)` from https://luajit.org/ext_ffi_api.html. See for instance `__init.lua` from https://github.com/uluadist-pkg/uluadist-pkg.github.io/blob/master/pkg/clib_libopenblas/0.2.15 (a zip file), but that...

I don't have immediate plans to work on this, even though I am familiar with the first 2 algorithms mentioned. Contributions on this are more than welcome, but ideally they...

I am not sure it can be fixed without updating the various check functions, do you confirm?

Well, `sample` should be dealt with separately really, but for `log_cdf` please see 2.3 in: https://arxiv.org/pdf/1509.01631.pdf This should hopefully extend to non-log versions and to the Beta distribution.

@sssilver do you have a revised estimated timeline for this? I moved to a M1 MBP too, and the advised brew install method simply fails silently: `cloidflared` errors out with...

I ended up going ahead and compiling cloudflared following https://github.com/cloudflare/cloudflared/issues/534#issue-1085300460 It complies fine, but I am having some issues with connection stability, i.e. ssh connections sometimes die with a broken...

My brew-installed version of cloudflared started working after the latest update, so it has been done already? See: https://github.com/cloudflare/homebrew-cloudflare/blob/HEAD/cloudflared.rb