nmoreaud

Results 53 comments of nmoreaud

I've got this kind of behaviour in specific templates. Ex : ``` class Data; class Toto { QPointer _socket } ``` QPointer stores a pointer, it doesn't need access to...

Arf, seems related with this : https://github.com/souporserious/react-view-pager/issues/72

> @nmoreaud I have same issue, any luck? Nope

+10, I wish I could collapse all examples, schemas, models and curl section by default, so that I can focus on what truly matters during development: enpoints, parameters and server...

Thanks for your response. I currently use the init function to put all shared generic code between panels, that way I can copy-paste it. Ex : open modals, tooltips, etc....

I think it would be great addition. With 3rd party JS support, I could host a lib somewhere and when I update it every panel would be updated as well....

Here another buggy export : ``` -- Hôte : 127.0.0.1 -- Version du serveur: Microsoft SQL Server 2017 (RTM-CU3-GDR) (KB4052987) - 14.0.3015.40 -- SE du serveur: Windows 10 Pro 10.0...

~/projects/cnx-experimental$ sudo ./perfcollect install Installing perf_event packages. Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package linux-tools-5.4.72-microsoft-standard-WSL2 E: Couldn't find any package by...

I searched about it yesterday, perf tool seems to have gained support recently on WSL 2 kernel. However, people who managed to use it compiled it from sources. I won't...

Maybe we should have a warning about WSL support in perfcollect documentation