Ashish Ahuja
Ashish Ahuja
Currently, in FileBrowser, you can only **exclude** extensions. Now, if you have a requirement of only accepting a few extensions, this is going to be a problem as you'll have...
Hello! I'm trying to use the Naive Bayes Classifier included in TextBlob. While initialising the object, I'm passing a file handle to a json file, and have also specified the...
If you press the Control key with another key, it triggers a shorcut. Here is a list of shortcuts I plan to support: - [x] Control + A - go...
New commands
I'm going to make a few new command for BoneOS. - [x] logname - prints current login name - [ ] man - help manual - [x] pwd - print...
We need more detailed help for commands. This is going to be solved by some of the commands planned to be implemented in the "New Commands" issue, but making this...
The formatting in the code of BoneOS is horrible. Need to do that properly
This has been an issue since quite a lot of time, so I don't think it came with a recent update (if there was one). Steps to repro: - Go...
**Describe the bug** Certain counters such as `frontend_retired.l2_miss` are always reported as zero using the [performance counters integration with libpfm](https://github.com/google/benchmark/blob/main/docs/perf_counters.md). To confirm that this is indeed a bug I have...
**Is your feature request related to a problem? Please describe.** I have a multi-threaded benchmark where I'd like the performance counters to only measure the main thread. **Describe the solution...