Alexis Paques

Results 123 comments of Alexis Paques

I will try to use it with the least amount of apps first, as I do not have much time to retrain it.

I don't have a setup to test it 😞

@apvarun What about adding a class for the default gradient that is the default value of the `className` property?

This happens when used locally. Try from one machine to another.

To reproduce it we really just have to add a subtree and click expand. Connecting the subtree is not required. ![image](https://user-images.githubusercontent.com/6976744/79317334-e4e50600-7f05-11ea-8ad6-ccf46935c317.png)

@ndepal @rhklite My way to merge all compile_commands.json together, using the jq tool to simplify integration with other tools. ```bash sudo apt install jq jq -s 'map(.[])' build_folder/**/compile_commands.json > compile_commands.json...

@qhdwight I did work on that (long time ago) but didn't have time to finish it up (very low priority to work on open-source projects due to company policy) What...

I got the same problem. It seems that NVidia screwed their Vulkan driver. According to [reddit](https://www.reddit.com/r/DotA2/comments/4l7sof/lag_in_vulkan_fix_nvidia_36519/), if you go back to the 365.19 NVidia driver, it will no more lag.

Current behaviour is "send all images". What can be implemented is a rate limiter dropping frames when the frames are coming too fast.

This definitely improved the behaviour. I disabled the Watchdog in the firmware and I do not remember having the TIMEOUT again after applying this patch. The rest of the issue...