Sid Jain
Sid Jain
Swift Version 5.5.2 Komondor Version 1.1.3 Xcode Version 13.2 ```swift // swift-tools-version:5.5 import PackageDescription let package = Package( name: "kult", products: [ .executable(name: "app", targets: ["app-cli"]), ], dependencies: [ .package(url:...
Reproduction for https://github.com/prisma/prisma/issues/5250 and https://github.com/prisma/prisma/issues/2303 2 errors Update this dependency to remove implicit peer dependency or add note to readme. ``` WARNING in ./node_modules/@prisma/client/runtime/index.js 10099:16-43 Module not found: Error: Can't...
### Description If the embedded scrollView has a top contentInset say x, then the min contentOffset at which the scrollview anchors etc, should be -x. Currently this is always set...
Expose `hideLoadingScreen` and `hideLoadingScreenNow` to consumers. Since `showLoading` mutates DOM, consumers can call these methods to clean up side-effects or bail early from an 8thWall session. For instance if I...
This warning gets logged in the console
I want to add more features to the lib like seeking the chat to a given time offset etc.
## What has been done ## Checklist before requesting a review - [x] I have read the [contributing doc](https://github.com/goveo/react-international-phone/blob/master/CONTRIBUTING.md) before submitting this PR. - [x] Commit titles correspond to the...
**Issue:** At present, updating the value `disablePointerSelection` prop _after_ the component has rendered once does not propagate the updated value to the underlying code. `context` has outdated value of `disablePointerSelection`...
Fix here: https://github.com/pacocoursey/cmdk/pull/314