Amitav Khandelwal

Results 12 issues of Amitav Khandelwal

If we could search for text within the response, that would be great!

Hi, I was wondering if there was a specific way you were posting the generated terms onto the Flycricket generator to have it come out formatted correctly. I tried pasting...

**Summary** Hi, I'm running a spring boot application through winsw on Windows Server 2016. Within 10-15 minutes after deployment, the windows service associated with it running goes to a stopped...

bug

This happens when I pass in the `format=svg` param or the `Accept` header for the same. ![CleanShot 2022-01-21 at 18 32 57](https://user-images.githubusercontent.com/7059002/150531781-496a55fc-ce75-4721-858a-103449f75ada.png)

Hi, I've recently switched on Strict mode in my app with these settings: ``` if (BuildConfig.DEBUG) { StrictMode.setThreadPolicy(StrictMode.ThreadPolicy.Builder() .detectDiskReads() .detectDiskWrites() .detectNetwork() .build()) StrictMode.setVmPolicy(StrictMode.VmPolicy.Builder() .detectLeakedSqlLiteObjects() .detectLeakedClosableObjects() .penaltyLog() .build()) } ``` And...

Hi, I wanted to log all raw requests/responses going out from and into my websocket connection, like how `HttpLoggingInterceptor` does for regular Http requests/responses. OkHttp interceptors [don't seem to have...

Hi, Thanks for the detailed guide! We've got custom subdomains working with this setup. As a next step we wanted to allow our users to use their own domains to...

Crash on app start. Device: Oneplus One, 5.0.2, cyanogenmod. Stacktrace here: https://gist.github.com/amitav13/67f2924c75ad4efda175

# Error Text Exported variable 'useChatConfig' has or is using name 'WritableDraft' from external module "/Users/amitav/jsProjects/saasmonk-chat/node_modules/.pnpm/[email protected]/node_modules/immer/dist/immer" but cannot be named. # Supporting Information Please provide other information which led to...

Add espresso tests and unit tests.

help wanted