jojo2357

Results 35 issues of jojo2357

Fixes #299 before & after. Proton mail has its children accounted for. ![image](https://github.com/user-attachments/assets/d04fad81-2af3-4533-940b-29ad11a130ae) I've done three things: - include parent pid in processdata - iff the cgroup is `org.gnome.Shell`, lets...

### Is there an existing issue for this? - [X] I searched the existing issues and did not find anything similar. ### Current Behavior For some apps, in particular `dolphin-emu`...

bug

```latex \documentclass[12pt]{article} \begin{document} \section{Part 1} \subsection{Part A} \begin{figure} \centering \label{figure} \end{figure} \subsection{The Next Part} \end{document} ``` This gives the following tree for the file structure: ![image](https://github.com/user-attachments/assets/4fa07199-7b92-409a-8264-8d9f9d5bb7da) I think it could...

enhancement

PyCharm 2024.2.2 Professional Texify 0.9.7 File contents: ```latex \documentclass[12pt]{article} \newcommand{\mycmd}{Hi} \renewcommand{\qedsymbol}{Hi} \begin{document} \end{document} ``` Goto `Structure` Observe tree: ![image](https://github.com/user-attachments/assets/33d0a8c0-f5c3-45a2-aec6-e5b9768a7183) This is as intended. Uncheck `Show Command Definitions` under the visibility...

bug

I tried to get the plugin to work with 2024 (WP default) and pasted `do_action( 'wp_nav_menu_item_custom_fields', $item_id, $item, $depth, $args, $id );` in `wp-admin/includes/class-walker-nav-menu-checklist.php` and noticed that `$item_id` `$item` `$id`...