Abhinav Dhiman

Results 6 issues of Abhinav Dhiman

## Reported Issue: Using the SDK on @angular/core 17.0.2 throws the error "ImagekitioAngularModule.forRoot returns a ModuleWithProviders type without a generic type argument. Please add a generic type to the ModuleWithProviders...

The Image Upload widget should offer the user an interactive user interface that enables the user to edit and upload files to ImageKit Media Library. The proposed widget should integrate...

enhancement
good first issue
Hacktoberfest

The proposed UIView (IKImageView) would be an extension of UIImageView with the implementation of the following features - [ ] Setting Transforms - [ ] Offline Caching of Images -...

enhancement
good first issue
Hacktoberfest
hacktoberfest2020

Hey, I've been using the latest version and have noticed the the ability to subscribe to progress updates via the `uploadProgressHandler` doesn't work. Progress is never reported on media uploads....

Sample Code: ``` var imagekit = require("imagekit") let imagekitClient = new imagekit({ publicKey: "does-no-matter", urlEndpoint: "http://ik.imagekit.io/pwliscd3n", privateKey: "aksnda" }) console.log(imagekitClient.url({ urlEndpoint: "http://ik.imagekit.io/pwliscd3n", path: "/Stu's Design/test_YAWJ6NgGN.jpg", signed: false, })) ``` Expected...

A user has reported that invoking UrlEndpoint(...) on a shared ServerImagekit (or Imagekit) instance from multiple threads can result in a System.InvalidOperationException. The error indicates that a non-concurrent internal collection...