Shreyas Patil

Results 21 issues of Shreyas Patil

Currently what I need to do is ```kt dataSource.connection.use { connection -> NormQuery().query( connection, NormParams(param1=value1, param2=value2, paramN=valueN) ) } ``` So here basically I manually need to use `connection` and...

For example, I've a query like ```sql SELECT * FROM something WHERE someone IN (val1, val2, so on...) ``` For making query for norm, It'll be like ```sql SELECT *...

Currently in GitHubBrowserSample, architecture component - `LiveData` is used in Repository layer of the application for data flow as reactive stream which can be replaced with Kotlin Coroutines `Flow` APIs...

### Discussed in https://github.com/PatilShreyas/Capturable/discussions/98 Originally posted by **yschimke** June 8, 2023 Could Capturable use this alpha API to capture the image instead of an AndroidView? https://cs.android.com/androidx/platform/frameworks/support/+/f60a1149f00d6cc5972e9bd4057eb4a15505b468:compose/ui/ui-graphics/samples/src/main/java/androidx/compose/ui/graphics/samples/DrawScopeSample.kt;l=131

enhancement

# Description Currently, only unit tests are executed on `push` or `pull_request` events. It would be nice to execute UI tests (of compose app) module as well. ## Criteria for...

hacktoberfest
codebase-improvements

# Composables with issues (Restartable but Not Skippable) Generated using [Compose Report to HTML](https://github.com/PatilShreyas/compose-report-to-html). See [***Full Report***](https://github.com/PatilShreyas/NotyKT/blob/v2.2.0/docs/pages/noty-android/compose_report.html) 1. fun ShareDropdown ❌ Non Skippable ✅ Restartable No. Stability Parameter Type 1...

noty-android
codebase-improvements

See [`FirebaseDataSource`](https://github.com/PatilShreyas/FirebaseRecyclerPagination/blob/master/FirebaseRecyclerPagination/src/main/java/com/shreyaspatil/firebase/recyclerpagination/FirebaseDataSource.java). Currently, It's not implemented. It'll be super helpful if it's implemented.

enhancement
help wanted

### Proposed change - Make improvements **OR** fix bugs of the website if any. - New design, idea, optimization or any enhancement related contribution is always welcome. - This change...

Hacktoberfest

**Subsystem** WebSocket **Is your feature request related to a problem? Please describe.** It's not related to any problem. **Describe the solution you'd like** It would be nice to have [socket.io](https://socket.io/)...

feature