| 12 Sep 2025 |
| Theo Paris left the room. | 01:43:05 |
| @aidalgol:tchncs.de set a profile picture. | 09:21:36 |
| 13 Sep 2025 |
| oak 🏳️🌈♥️ changed their profile picture. | 09:45:56 |
| arjen joined the room. | 10:27:22 |
| 14 Sep 2025 |
| ret2pop ⚡️ joined the room. | 02:58:58 |
| zxfsee changed their profile picture. | 15:43:02 |
| 16 Sep 2025 |
| @skardiz:matrix.org joined the room. | 02:57:11 |
| @skardiz:matrix.org left the room. | 03:03:25 |
| nyanbinary 🏳️⚧️ removed their profile picture. | 16:45:36 |
| nyanbinary 🏳️⚧️ set a profile picture. | 18:21:14 |
| Sapphire changed their profile picture. | 21:14:54 |
| 17 Sep 2025 |
| QuadRadical (Ping) joined the room. | 23:49:53 |
| 16 Sep 2025 |
rosssmyth | Found an interesting thing: If I compile something with dontStrip = true; with craneLib & pkgsCross.mingwW64 the resulting .exe file does not work. If I remove that attribute, it works fine. | 22:13:36 |
| 19 Sep 2025 |
| antifuchs joined the room. | 22:16:11 |
antifuchs | hmm, weird. I have a rust package that has been building for a year and change, and after an upgrade of the nixpkgs-unstable branch, is now producing a binary that is missing libssl.so.3 and libcrypto.so.3 when I ldd it (also when running it, the program fails to execute. did something change in openssl outputs or something, or is this something about the rust build process that changed? | 22:18:33 |
| 21 Sep 2025 |
| @ximian:matrix.org left the room. | 19:31:12 |
| 23 Sep 2025 |
| kenji changed their display name from a-kenji to kenji. | 10:41:30 |
| @freexploit:trafkin.com | 20:37:11 |
| @freexploit:trafkin.com | 20:37:33 |
| @freexploit:trafkin.com left the room. | 20:38:10 |
| RyanBruno joined the room. | 22:22:36 |
| 25 Sep 2025 |
| nyanbinary 🏳️⚧️ removed their profile picture. | 16:30:49 |
| nyanbinary 🏳️⚧️ set a profile picture. | 16:35:19 |
| 26 Sep 2025 |
eljamm | Does anyone know why this deps hash mismatch is happening on darwin? | 08:47:01 |
dramforever | gdscript-formatter depends on a fork of tree-sitter-gdscript, which has both the bindings/swift/TreeSitterGdscript directory and bindings/swift/TreeSitterGDscript directory
https://github.com/NathanLovato/tree-sitter-gdscript/tree/gdquest/GDScript-formatter/bindings/swift
| 09:36:53 |
dramforever | since macos is case insensitive, this is not possible and the files involved forced to overwrite each other | 09:37:20 |
K900 | Mmmm casehacj | 09:37:48 |
K900 | * | 09:37:52 |
@saiko:knifepoint.net | case sensitive store when 🫠 | 09:39:49 |
eljamm | Thanks for figuring it out! Is there a way for working around this, perhaps? Is it possible to override the dependency and delete that directory? | 09:49:51 |