Sudeep Tarlekar

Results 8 issues of Sudeep Tarlekar

## Problem For a GET request if we add a JSON body it gets added as a string in the params. ## Solution Converted payload to JSON only in case...

Any idea or inputs on how can I install this on Heroku? So far I have tried 1. Installing cabal and then trying to install sidenote using cabal(Not working, getting...

Rustcore should have functionality to detect the file type. If file type is binary or text, and if text what is the encoding of file. Resolves: #1841

native
rust

From Rust1.75 onwards async support was added so we do not need async-trait crate anymore. Removed this crate in this PR and used native async support. Resolves: #1972

Currently Chipmunk docs are missing information around importing and exporting functionality. This commit adds the page dedicated around import/export functionality in Chipmunk Fixes #2417

Getting error while pushing a new branch using library ``` unpacking the sent packfile failed on the remote; class=Net (12) ``` but if I go to directory and try to...