Eddie Nolan
Eddie Nolan
### Version of Beast 315 (The boost version I used was 1.76.0) ### Steps necessary to reproduce the problem This program reproduces the issue: ``` #include #include #include #include #include...
Tested with the following magic-trace versions: - 5e8fdd3, built from source (output below is from testing this version) - Version 1.0.2, 0a5dd46, downloaded from the releases page Tested on Ubuntu...
Reproduction: On a terminal with a width of 212 characters, run this command (which has 219 characters): ``` echo 0123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 ``` Then use ctrl-r to bring up atuin. The preview...
I updated to 4.1.3 and now I only ever see "Network Error," it shows up immediately on startup and does not go away after a refresh. Is there any way...
This program completes successfully despite the fact that it failed to write any data: ``` #include #include #include int main() { std::ofstream s{"/dev/full"}; boost::iostreams::filtering_ostream filtering{}; filtering.push(boost::iostreams::gzip_compressor{}); filtering.push(s); filtering
Reproduction: Use the [attached](https://github.com/dcsch/yazmin/files/11362270/Violet.zblorb.tar.gz) story file, which is the "Release 3" version from [here](https://ifdb.org/viewgame?id=4glrrfh7wrp9zz7b) Enter "look," then enter "look" again after it responds. The app hangs.
### What did you expect to happen? I expected to be able to see the number of times that my command exited with exit code 2 ### What happened? The...
### What did you expect to happen? The command that I've only run once that exited successfully should have appeared in the inspector as having the exit code 0. ###...
With Ubuntu 24.04, magic-trace 1.2.4 fails to parse the perf data it records for a simple test application when `-trace-include-kernel` is specified: ``` root@eddie-beman-server:~# /home/eddie/magic-trace --version v1.2.4 root@eddie-beman-server:~# perf --version...