Andrey Snow

Results 38 comments of Andrey Snow

@flosse as a work around try patching binary like this: ``` patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" ~/.cache/trunk/sass-1.37.5/sass ``` Worked for me.

Would be nice if one can specify path to all binaries in config.

> > > ... ok, it seems that it still does not work for me 😞 > > ``` > error from HTML pipeline > > Caused by: > 0:...

Alright, I have it working. Caveat, I use flakes, so I have no idea how to make it work without. My [public flake](https://github.com/andoriyu/flakes) has the latest `dart-sass` and I will...

> @flosse Just so people reading this thread understand, I am pretty sure it was failing for you because you can't install a `pkgs.mkShell` derivation. It's a little blurry to...

@tyt2y3 weird, I remember tests passing locally. I will work some more on this.

> This is only for more recent versions of sqlite, possible that the version of sqlite used by the runner is too old. @Sytten Well, new as in since version...

Quick glance: Ubuntu 22.04 LTS, Ubuntu 21.10, Debían testing, Fedora 35/36, Alpine, nix stable, homebrew (macos) support it. Couldn't find a CentOS version that does, but that's just CentOS-life. I...

This been assigned to me, but what's the consensus on this, so I know what to do next?

> I think that since we upgraded sqlx to 0.6 now, we if mark `support_returning` as true and fixed all tests, we can release it in 0.10.0 Well, the tests...