Alexander Bantyev

Results 186 comments of Alexander Bantyev

I have fixed the immediate issue, but the cause is still interesting. For anyone finding this in the future, the fix is ``` preBuild = "sed s/pulse::libpulse.so.0/pulse/ -i target/*link*"; ```...

No error, there's just no `result` symlink (as if the derivation that nix-build tries to build doesn't have any outputs). If I set `-a builtin=false` then it works. Maybe we...

Yes, I came to the same results while debugging, but it's unclear how to fix it. I guess we can create a hack so that it's a derivation instead.

> Out of curiosity, what do you do with the result Mostly just `NIX_PATH=nixpkgs=./result` . I guess I can just add `builtin=false` to all packages, or `ln -s $(nix eval...

I'm not sure if I should open a separate issue, but after playing with `implicit` I've found some strange behaviour of bounding boxes. Consider the following: ```haskell import Graphics.Implicit hyperboloid...

@p4l1ly thank you very much! I think I have already figured out most of this, however, I'd prefer to have a clear error when the behavior is undefined, instead of...

Those notifications also seem to crash the notification center sometimes, but it's pretty random so I don't have a way to reproduce it yet. Error message is: ``` deadd-notification-center: src/NotificationCenter/Notifications/NotificationPopup.hs:(138,5)-(156,18):...

Yes, the issue with notification center crashing was indeed because I made a middle mouse button click on one of the notifications. This is probably separate from my main issue,...

@phuhl fix for #101 is in #102 (although a bit of a different solution). Thanks for the tips on working around the issue.

Hey, I just wanted to say big thank you for working on deploy-rs, and sorry to make you wait! Our team is currently quite busy with other stuff, we'll review...