Jan Kaifer
Jan Kaifer
I have 4k laptop monitor with scale `".5x.5"` and when I run `autorandr -c` it will just toggle the monitor scale (between `"1x1" and `".5x.5"``). I am using NixOS if...
## [Feature Request] I'm trying to create custom scroll view with `inertia`. It works but I'm trying to tweak its feel. I wan't to achieve these things: 1. Start velocity...
**Describe the bug** Everything works in CRA or [Vite](https://github.com/vitejs/vite) dev-mode (esbuild). But it breaks when bundled with Vite prod-mode (rollup). **To Reproduce** 1. Bootstrap Vite project 2. Add `` 3....
These two commands are essential when issuing multiple commands (like adding 2000 sogs to a playlist). But I was not able to find any mention of them in the documentation...
Hi, this module is cool. But types are a bit off. Current types are missing `icon` prop (it says that Icon has same props as Text): ```typescript declare module "react-native-fontawesome"...
Basically orientationChangeListener gets fired only when changing screens (because each screen sets its preferred orientation). I was able to do this workaround: ```javascript const {width, height} = useWindowDimensions(); useEffect(() =>...
#### What are you trying to achieve? Start CodeceptUi #### What do you get instead? ```bash ~/tmp/codecept $ npx codecept-ui Unhandled rejection ``` ### Environment info ```js Environment information:- codeceptVersion:...
React router had in previous versions this feature that you could ask whether `goBack` leaves your app or not. I do implement cancel buttons with goBack. But If someone gets...
I have the ssh key on in my home directory and it is mounted by impermanence on startup. Not sure what changes, but agenix started failing recently and it was...
``` /media/pearman/c437be58-23c4-4147-8b79-346f448cfdab1/netrex-mobile-app-react-native-build/node_modules/react-native-simple-download-manager/android/src/main/java/com/masteratul/downloadmanager/ReactNativeDownloadManagerModule.java:8: error: package android.support.v4.util does not exist import android.support.v4.util.LongSparseArray; ^ /media/pearman/c437be58-23c4-4147-8b79-346f448cfdab1/netrex-mobile-app-react-native-build/node_modules/react-native-simple-download-manager/android/src/main/java/com/masteratul/downloadmanager/ReactNativeDownloadManagerModule.java:23: error: cannot find symbol private LongSparseArray appDownloads; ^ symbol: class LongSparseArray location: class ReactNativeDownloadManagerModule /media/pearman/c437be58-23c4-4147-8b79-346f448cfdab1/netrex-mobile-app-react-native-build/node_modules/react-native-simple-download-manager/android/src/main/java/com/masteratul/downloadmanager/ReactNativeDownloadManagerModule.java:50: error: cannot find...