00:00:47 vtnerd: Can you point me to the lines you changed as a result of this comment? It's hard to tell given you the commit was squashed. https://github.com/monero-project/monero/pull/9851#issuecomment-2744091444 00:00:51 Thank you 00:03:42 https://github.com/monero-project/monero/compare/c2400865982ebf14ff14d769c47e94bc63eee52a..70fe289d82f6d0d2435ef32a5078fca22abd10f7 00:15:31 https://github.com/monero-project/monero/compare/c2400865982ebf14ff14d769c47e94bc63eee52a..70fe289d82f6d0d2435ef32a5078fca22abd10f7 00:15:50 Ah beat me to it, should ve read whole backlog 00:55:58 Ok, left a comment: https://github.com/monero-project/monero/pull/9851#issuecomment-2752903841 02:28:21 "It's hard to tell given you the commit was squashed." - bingo 02:29:31 ofrnxmr do you realize much of git does is rebasing? what can cherry-pick do that rebase cannot? 02:32:48 cherrypicking recommits on the top of your branch. Rebasing goes at the bottom. 02:33:23 Do i realize what? 02:35:08 Anyway, i'm not arguing with you or anyone else. Author-must-squash (not maintaintainer) is how monero-project repos are maintained. youre free to do whatever you please on other repos 03:32:55 ofrnxmr rebase can place a commit anywhere you want it 03:33:27 edit it, squash it, top, bottom, just about anything. cherry-pick is just a subset of that 03:38:22 Please read my last msg, and send email to hardware⊙go if you have any further concerns 03:39:58 read it. Re: squash, i was speaking to tz-person. 05:05:43 https://github.com/monero-project/monero/pull/9868 07:24:01 有人吗 09:48:33 Lmao did not know this, thanks SyntheticBird 09:50:06 It's just a Nostr event @moneromoo 09:50:11 It's just a Nostr event 09:50:44 It's just a Nostr event, moneromooo 09:51:33 I have no idea what that means, sorry. 09:52:45 Ah, that was that large url to some url with lots of entropy on it... 11:47:14 .merge+ 9867 9865 9864 9842 11:47:14 Added 12:41:12 .merges 12:41:12 -xmr-pr- 9842 9864 9865 9867 12:46:34 .merges 12:46:34 Merge queue empty 12:47:10 tag incoming? 13:13:07 yes, I would say tag Friday if luigi is available and in the meantime more testing today and tomorrow? 13:14:39 selsta is glados confirmed 13:24:11 Why do I have to use a VPN when syncing or it won't kai'sh 13:24:14 https://matrix.monero.social/_matrix/media/v1/download/matrix.org/HBlOnYLVNvqPaReeyKJkGgNF 13:24:14 Monero Support 16:20:54 Hi guys 18:33:07 Whats the best way to approach this: 18:33:08 I made a change wallet2_api.h-adjacent, and I want to make sure I didn't break anything outside the repository that uses this API. How do I test this? I presume I can build MoneroGUI somehow to do so, targetting my built changes? It's a separate project though. Not too familiar with best approach. 18:33:47 Yes, building monero-gui with the submodule updated to your changes is the best approach. 19:15:07 When I try to make with `make release-win64 -j4` it states I'm missing `x86_64-w64-mingw32-g++` 19:15:25 I have the Monero prerequisites 19:44:02 A windows host OS? Or 20:16:49 Monero GUI 20:16:50 Maybe try just `make -j4` 20:16:52 Possible that you cant cross-compile for windows from windows 20:16:54 Yes 22:55:01 How do you guys usually transfer files between a Ubuntu VM and your Windows host? Im trying to mount a shared folder but running into a segmentation fauly and the verbose trace is not helpful. I've been trying to mount with sudo vmhgfs-fuse .host:/ /mnt/hgfs 23:06:40 Oh man, I think Im running VMWare commands but just realized Im on VirtualBox, that's probably why. 23:17:28 Windows host :P, not many ppl here have one of those 23:17:45 Finally got it over. Now looks like I need to also install QT on the Ubuntu host, since I'm getting `./monero-wallet-gui: error while loading shared libraries: libQt5Quick.so.5: cannot open shared object file: No such file or directory` (?) 23:30:16 Monero GUI this room is for /monero 23:30:21 Monero-gui is the monero-dev equivalent for the gui wallet