Tanish Khare

Results 27 comments of Tanish Khare

@jonaburg and @Barbarossa93 You can use @phisch 's code for some inspiration but I request you to not make a pull request to master with his code as he is...

Has anyone has found a workaround to this(nixos) for now? on tmux-resurrect I could setup a [resurrect-hook-post-save-all](https://github.com/tmux-plugins/tmux-resurrect/issues/247#issuecomment-1691558196) to manually fix the issues.

@animator I missed it 😅, I've pushed a fix to address this: New screenshots: ![image](https://github.com/foss42/apidash/assets/55488165/876c4fa3-043c-4cf7-b04a-5dfc401600f6) ![image](https://github.com/foss42/apidash/assets/55488165/ed0b4412-75dd-4b26-91d0-96a551a55852)

@animator As per the issue, I believe syntax highlight is taken care of through this PR. I should be able to add formatting relatively easily(using `kEncoder.convert`), and validation should also...

@animator This is what I've come up with. Haven't added any new packages, simply using the json function from `dart:convert` for formatting as well as validation issues. https://github.com/foss42/apidash/assets/55488165/ce121489-1035-497b-9a8f-859d6dff44cb

@animator pushed the new changes, made it look pretty as much as I could 😅. You can check the following video for a example. https://github.com/foss42/apidash/assets/55488165/22ebac0d-eb0c-4ab6-bf4f-b674f1fc43ab

> The original text editor is perfectly fine. Why was it modified? Only JSON editor requires modification. Yeah, - I modified the text editor class to ensure consistency between all...

@animator what would we want here? Do we need a popup(stating the directory is read-only) or exit the app if files cannot be accessed? The former might be tricky since...

> required files cannot be created. But in case the files were available (read access given, no write access) then the core functionality of sending requests is working, thus closing...

@sathsarabandaraj probably not a good idea to install the debian package, also since packages are installed using `sudo` perms, We'll need to implement a password input handler as well. Better...