Pavel Patrin
Pavel Patrin
Maybe we can preprocess a query with Jinja?
The `snap refresh insomnia --channel=edge` didn't help.
#6969 is closed now. @dfawley should this go forward?
Folks it is not a minor update. You have broken all the code which uses DecoderConfig from the old path and lead compile errors. It is not good.
@jmattheis can I hope that this feature will be implemented once upon a time?
For example, colors that I cant see.  And for example, great colors for me.  ``` #ede6e0 -> #cdcdf0 #b28356 -> #5683b2 ```
And even better, replace red with orange!
@qustavo just test this code ``` package main import ( "fmt" ) type testError struct { data []string } func (e testError) Error() string { return "test error" } func...