Pavel Patrin

Results 8 comments of 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. ![image](https://user-images.githubusercontent.com/2376970/231515377-66366823-17b5-4d9f-8de7-4ac11754ac2e.png) And for example, great colors for me. ![Screenshot 2023-04-12 at 20 09 31](https://user-images.githubusercontent.com/2376970/231517825-40922f43-b06d-43fd-a992-d7eb0929172d.png) ``` #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...