Manideep Polireddi

Results 9 issues of Manideep Polireddi

Full Stacktrace main (native):tid=1 systid=10490 #00 pc 0xc7b74 libc.so (__ioctl + 4) (BuildId: f24f65acf653c409ca4332aced817a71) #01 pc 0x825ec libc.so (ioctl + 156) (BuildId: f24f65acf653c409ca4332aced817a71) #02 pc 0x45ab4 libbinder.so (android::IPCThreadState::talkWithDriver(bool) + 292)...

Tried to make a `customTransform` called `esbuild` to transform esm javascript that imports node modules and local modules ``` src - page.webc - live-reload.js - diagrams.js ``` `src/page.webc` ```html ```...

enhancement

>⚠️Disclaimer: I am a JS Noob `defineComponents` passes the glob path directly to `fast-glob` which expects [normalized unixy path](https://github.com/mrmlnc/fast-glob#how-to-write-patterns-on-windows) `setInputPath` accepts windows paths just fine (it normalizes internally) Both seem...

for-discussion

**Describe the bug** `cargo install timer_core` is failing on windows **To Reproduce** Run `cargo install timer_core` on windows with 1.75.0 cargo version **Expected behavior** Installation should succeed **Command output** ```...

bug
Stale

I guess this has already been merged. Just need to update version and publish the plugin

Reproduction code ```javascript import { createObjectCsvWriter } from 'csv-writer'; const csvPath = 'test.csv' const csvWriter = createObjectCsvWriter({ path: csvPath, header: [ { id: 'phone_number', title: 'phone_number' }, { id: 'name',...

> Note: This library includes a files_upload method that uses a deprecated endpoint files.upload that will [no longer be supported on 3/11/2025](https://api.slack.com/methods/files.upload#markdown). `files_upload_v2` in 'slack-ruby-client' uses the new recommended approach...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Package/Plugin version 0.3.0 ### What you'd like to happen `ScreenRecorderController.dispose()` invokes `Exporter.dispose()` which...