-
Graphitti should be able to run on any 64-bit device - primarily _Windows_, but I do not see why not on Apple as well. The primary development and testing environments will be Windows and Linux though…
-
For those that have Linux or Mac, and not Windows.
-
I recently bought a Steam Deck and found that it uses unified memory, allowing memory to be shared between the CPU and GPU. After digging into it, I found that there is about 9GB available to use as v…
-
Currently, the FAQ makes the following statement:
> It is not directly source-compatible with the [Linux API](https://www.kernel.org/doc/html/latest/networking/af_xdp.html), though it is possible t…
-
I’m using appium to test a mobile app’s android and iOS versions. A test to check that text is displayed uses the following xpath: `"//*[@text='Hello Worldo!']"`
The text is being found in the androi…
-
## Specific Demand
Different platforms deal with creating dynamic assets differently. Dioxus should provide a way to create a dynamic asset (like a generated image) that works on any platform.
#…
-
### Code
```Rust
extern crate base64;
extern crate jni;
extern crate rand;
extern crate rsa;
use crate::rsa::pkcs8::FromPublicKey;
use crate::rsa::pkcs8::FromPrivateKey;
use crate::rsa::PublicKey;
…
-
It would be nice to have a GLFW API abstracting over the lowest common denominator of `MessageBox` (Win32) and `NSAlert` (Mac OS X) in order to show some error message to the user before exiting. I do…
-
This project in its current state works exclusively on Windows. To make it more accessible, we need to support other platforms, starting with Linux and potentially extending to MacOS. This will likely…
-
For Android, the account's terminal name is the application package name, while for websites, the terminal name is the website domain name.
How can we determine that the application package name and…