Rushil Perera
Rushil Perera
If no .env.example file is already created, the script just says undefined not found. I expected it to create the file automatically if it didn't already exist.
Possibly the same as #1181 and #1241 In IE 11, even though each item was given the right row & column by default, when the `.change` class added, the row...
When I try to do collision checking using the example given in the README, as soon as I add the collision function, I get 7 unresolved externals. ``` Error LNK2019...
When i hit back while on the log in screen for the first time, it shows the main view with the initializing dialog, then brings me back to the login...
**Is your feature request related to a problem? Please describe.** I'm worried that if I guard some new business logic behind a flag, since a flag value can change at...
### SQLDelight Version 2.0.0-alpha04 ### SQLDelight Dialect sqlite:3.3.0 (Android 13) ### Describe the Bug https://www.db-fiddle.com/f/kxEfy1JjP565Emq1AR7c8F/0 When a string is surrounded by single quotes instead of double quotes, any apostrophes need...
Based on https://composedestinations.rafaelcosta.xyz/v2/navigation/backresult, I can pass a result via ResultBackNavigator to a composable annotated with Destination. Is there a way I can inject it to the Activity?
I want to try using the new android_application macro but when I do, I get the error `every rule of type android_application implicitly depends upon the target '@@rules_android~//rules:bundle_keystore_properties.tmpl', but this...
**Is your feature request related to a problem? Please describe.** Similar to #33 but currently Pylon only supports unions as a return type, so I have to rely on an...
I've migrated 1 small Gradle module to Bazel and am wondering how I run the unit tests with the existing tests. Before migrating, I'd run `./gradlew testDebugUnitTest` but I'm not...