Addy
Addy
I remember long long ago Visual Studio had this. You could simply right-mouse click in the editor and there was an option to set the file to read-only. Actually, it...
@agauniyal That implementation for #1 is the path I started going down to implement this on my own. If I get something working well in the next few days I'll...
Will your suggested implementation work for concatenating streams? If other words, I would like to do something like: ``` std::ostream buffer1; buffer1
On multiple computers the plugin no longer works. :(
For anyone else seeing this problem -- when I upgraded to VSCode 1.77, Peacock started working again.
@FellowTraveler Just a guess, did you try a new build folder? I've gotten errors before when I switched `CMAKE_CXX_STANDARD` from 17 to 20 and then tried to re-use the build...
It looks like it doesn't always happen with smaller inputs. The only way I was able to get it to consistently happen was if the text in the HEX field...
The order of evaluation of the stream elements wasn't specified until C++17. Are you using an older C++ standard?
This is a **header-only** library. If you need separate implementation and definition files then you should probably fork this project and do it yourself.
I came here to report the same issue, though I'm using Chrome. It doesn't seem to me to be a browser issue, but just about any new study I add...