Sebastian Moßburger
Sebastian Moßburger
### Minimal reproducible example 1. Install compile time SVG support as describe in the [Expo Guide](https://docs.expo.dev/ui-programming/using-svgs/) 2. Import SVG in Component as React Component 3. Create Jest test rendering the...
# Bugs and Questions ### Checklist - [X] This is not a `victory-native` specific issue. (Issues that only appear in `victory-native` should be opened [here](https://github.com/FormidableLabs/victory-native/issues/new)) - [X] I have read...
This cleans up the return type to be a string. As the time containing already was a string this provides the same type for both possible return types. Returning a...
Hey, I am currently working on reproducing your work and evaluating it on different environments. Unfortunately, the committed hyperparameters seem to differ from the mentioned hyperparameters in the paper. Especially,...
Should fix the issue of the logo not being visible in the documentation
Tries to add the same support for powerpc64. Implementation based on https://github.com/torvalds/linux/blob/master/arch/powerpc/kernel/syscalls/syscall.tbl and https://www.kernel.org/doc/html/next/arch/powerpc/syscall64-abi.html Still need to check on a powerpc64 system.