Rayyan Ansari

Results 39 comments of Rayyan Ansari
trafficstars

probably a good idea to mark this as a draft

on fedora, i had to install the `breezy` package (fork of bazaar), then run `GOVCS='*:all' ./build.sh`

iirc there was also a hack to keep fastmem by default disabled in config.

does anyone have an example project that could be used to test this?

I have passed it as one argument this time, but I still get the same error: ``` f_args.argv[0] = "pyfuse3" f_args.argv[1] = "-ofsname=pyfuse3_testfs,default_permissions" ``` ``` fuse: unknown option(s): `-o fsname=pyfuse3_testfs,default_permissions'...

You might need some extra flags as in [this post](https://forum.manjaro.org/t/how-do-i-force-a-program-to-use-zink/79190/6). If that doesn't work you might want to check if the vulkan drivers are actually installed - you can probably...

I've been working on an interface that allows you to set the DS/DSi battery level. Currently it's a dialog box that allows you to select between the different levels for...

It would be a nice feature, but there isn't a cross-platform way to get the device battery level. Apparently Qt has an add-on for this called `QtSystems`, but I can't...

Windows: [GetSystemPowerStatus](https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-getsystempowerstatus) macOS: Something to do with [IOPowerSources.h](https://developer.apple.com/documentation/iokit/iopowersources_h) Linux: Continuously read /sys/class/power_supply/battery/status And for FreeBSD and NetBSD I have no idea. Looks like a lot of code to maintain for...