Raman Gupta

Results 156 issues of Raman Gupta

The example app [overrides `createBridgeWithDelegate`](https://github.com/voize-gmbh/reakt-native-toolkit/blob/7895e88d98a2880bb99918dd0a910f1eb384a8a6/example/ios/MyRNProject/AppDelegate.mm#L9-L13) to pass `self` rather than `delegate`. This seems to be necessary in React 0.74.5, otherwise the `extraModulesForBridge` method is never called. Is this an upstream...

It would be nice if [Constants](https://reactnative.dev/docs/native-modules-android#exporting-constants) were implemented. The advantage of these is that the call from JavaScript is not asynchronous, so they can be used for things like feature...

### What are you really trying to do? Run the default docker-compose.yml which uses postgresql and elasticsearch successfully. ### Describe the bug The auto-setup script uses `curl` to determine if...

bug

**Test environment** - Host OS version: `Linux edison 6.10.12-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Sep 30 21:38:25 UTC 2024 x86_64 GNU/Linux` - Target device model and iOS version: `iPhone 13 Pro...

A simple implementation to write request logs to files. Implemented as a rolling system to avoid any one log file becoming too large, and setting an upper bound on device...

Sometimes it is useful to log on Android and iOS to files, which can easily be zipped up and transferred for remote analysis. Now that [kotlinx-io](https://github.com/Kotlin/kotlinx-io) has been released and...

When using the new experimental [multi-dollar interpolation feature](https://kotlinlang.org/docs/strings.html#multi-dollar-string-interpolation), ktfmt appears to bork with the error: ``` Step 'ktfmt' found problem in 'MyFile.kt': 104:35: error: Expecting an expression com.facebook.ktfmt.format.ParseError: 104:35: error:...

### Describe the Suggestion Document how to do disk expansion. I followed [these instructions](https://github.com/foxlet/macOS-Simple-KVM/issues/212#issuecomment-1054225692) successfully. ### Suggestion Type - [ ] New Feature - [ ] Related to an existing...

Documentation
Under Development

Since updating to version 0.8.5 I've seen a weird issue where TeamCity things one agent is actually 3: ![Image](https://github.com/user-attachments/assets/ce879e49-d709-4af3-b488-97ecf3167907) That single agent is running a build: ![Image](https://github.com/user-attachments/assets/8d7239c5-4d0d-4b7b-80ec-d22c940509a5) And the other...

Please support Kotlin API version 2.0. Currently, the toolkit relies on KSP 1.x which requires API version 1.9.