Roberto Alsina

Results 115 comments of Roberto Alsina

So, using this libtensorflow compiled for arm: https://github.com/kesuskim/libtensorflow-2.4.1-linux-arm64/blob/master/libtensorflow.tar.gz (yes, I know, older version) and doing the obvious changes in the libtensorflow install scripts it seems to work: https://snips.ralsina.me/f/Lw9LEDF8ud

Oh sure, that tarball is super suspect, I was not proposing to use it, just checking that there is no specific thing about arm64 that doesn't work :-D

I am not using snips anymore and I was probably the only one who needed this, so closing.

PR: https://github.com/crystal-lang/crystal/pull/14870

Re-added the special handling for MULTILINE (setting MULTILINE and DOTALL) because removing it broke a test. The remaining test failure happens on main too (at spec/std/regex_spec.cr:19)

Is there a way to get this merged? It's harmless and prevents very obscure bugs :-) It would need a tweak in the README that now has my URL but...

> I believe it would be better to restrict this PR to the relevant change in `loader.cr`. Lint and formatter updates could go into a separate one. Done, removed that...

Is there any way to get this merged? This is a popular shard and this is a real bug

And by not making this optional it means what you get in the baked binary depends on what folder you build it on. In Arch Linux, for example, source-based packages...

> > In Arch Linux, for example, source-based packages are built inside .cache which means you get nothing in the binary > > Why would you add .cache into the...