Gregory Schier
Gregory Schier
The local DB files probably won't work very well with VCS but there currently exists an `INSOMNIA_DATA_PATH` environment variable that can be used to control where local app data is...
I'm not sure. You could try it there. If you need it to be different for different projects than you'd likely be better off setting it when launching it from...
Ah right, we might need a new plugin hook for that. It might be good to have an `init` hook that a plugin could use to do initial setup of...
I'm a bit confused. You are suggesting array support within multi-part form data. However, the example solution you posted is not form data, but JSON. Can you describe in more...
I'm happy to discuss this. I think we should probably refrain from talking about autosaving specifically, since it's very core to how Insomnia works. However, there might be some less-intrusive...
> scratch file and it disappears automatically then I'll have to waste time recreating I think it makes sense for scratch request to remain indefinitely, until deletion is desired (like...
@BrendanBall I should have replied to you first, sorry. Yes, I think the concept of branched edits is awesome! > Which technology are you currently using for the version history?...
> Scratch files would be temporary and deleted after the current session is closed? @Gabb1995 as discussed, I think they would stick around forever but there should probably be an...
This could totally be made into a simple plugin that detects requests being sent with a JSON body and minifies them at request-time.
Hmm, ya, already-encoded characters should probably stay encoded. @ganey already found the existing logic to do this but it currently only performs this for a specific set of whitelisted characters.