aikawayataro
aikawayataro
> PPAs seem to basically be a directory containing the right files and that can be accessed through http You mean deb repository? I believe this is not an option....
> you need to package your dependencies first on OBS or bring them in an `vendor.tar.xz` archive. Those restrictions make especially dotnet applications very hard to build from source. I...
> Passing local sources to a build-system that was developed with permanent internet connectivity in mind is not always as easy as it sounds. Well you have a point here....
> sourcegit is now on appimagehub! It has been there since August :thinking:
Is this the right place for a status report 😅? Im running rtw88 with my AWUS036ACH right now and it works pretty well! I've made an Arch Linux package for...
> Are AUR users going to know to report problems here? If AUR users post issues at lwfinger/rtw88, I'm not sure that anyone is currently monitoring issues there. Of course,...
> Where is your report? Originally I just meant a status report that it's working fine. But now, after using it for a while, I encountered a problem. After some...
I think it can be fixed if whole file is highlighted first, but then it will add a whole lot of complexity to reconstruct diff view. Better to mark it...
I guess that's because of https://github.com/Hejsil/zig-clap/blob/a4e784da8399c51d5eeb5783e6a485b960d5c1f9/clap.zig#L651 The arena memory is destroyed after `parse` returns error, making argument names taken from `ArgIterator` invalid. I guess it doesn't happen on Linux because...
> The question then becomes how to fix this. I don't really want to have diagnostics own memory if possible, but that might be what needs to be done I...