Jules

Results 22 issues of Jules

blueman: 2.4 BlueZ: 5.73 Distribution: Arch Linux Desktop environment: Sway * [X] I have consulted the [Troubleshooting page](https://github.com/blueman-project/blueman/wiki/Troubleshooting) and done my best effort to follow. Hi, I'm getting a notification...

To fix for later: - `boost` is missing - `sciplot` should be specified as `sciplot-git` (the regular `sciplot` package uses `catch2-v2`, which can't be installed with the new version)

bug

Adding a predicate that matches events with a given parent. The matching could be done by name, by pointer, or simply by using other predicates to make it modular. The...

enhancement

Seems to be comparable to Clang's time trace, so adapting ctbench to it might be pretty easy. https://devblogs.microsoft.com/cppblog/introducing-c-build-insights/ I own zero Windows machine at the moment, so any help is...

enhancement
help wanted

- [ ] CLI - [ ] Demangling

enhancement

Some GCC flags worth checking out: ``` -ftime-report -ftime-report-details -time[=file] ```

enhancement

The compare_by plotter saves plots with filenames generated using the key itself. This becomes problematic when the symbols grow large enough for filenames to be too long. The issue is...

good first issue

Took note from @marcorubini's idea of using a multi tree visualization strategy to display multiple clang traces on a single graph. At the moment this is only a reminder issue...

Most of the work is done now, `cudaAssign()` needs overloads for every expression to support partial evaluation properly, following the same implementation pattern as in [DMatDMatAddExpr.h](https://github.com/STEllAR-GROUP/blaze_cuda/blob/dev/blaze_cuda/math/expressions/DMatDMatAddExpr.h): - External to the...

good first issue

Referring to https://github.com/STEllAR-GROUP/blaze/issues/1

good first issue