Jacky Volpes

Results 29 comments of Jacky Volpes

Reproduced on master https://github.com/qgis/QGIS/commit/623ceab11d8 With a more simple test case, on one polygon only: https://github.com/user-attachments/assets/62a5b29a-b975-46fa-94a6-16dca375154f It seems to be related to how the vertices order is not updated in the...

After some investigations, we are on a case where QGIS can't be aware of underlying data change. 💾 When the "save layer" button is pushed, the trigger `normalize_geom()` changes the...

Another solution is to check the layer itself in `Dependencies` section of the layer properties. In this way, every change on the layer will trigger a full refresh of the...

Thanks for your answer :) This is useful to know, but I think I might have been misunderstood... I am talking about the predefined custom commands I can configure in...

cool :) I have to say no, learning go is not checked on my wish list yet... ;-) Overall I think that a generic prompt supporting multi-line text could be...

Ah yes right! 😄 And I must say that it's a very good mechanism, it was very intuitive for me the first time I used it.

Thanks @yongjoon-km , it works :) Regarding @mark2185 [comment](https://github.com/jesseduffield/lazygit/issues/3476#issuecomment-2044465696), I see you chose `` as a key combination to confirm the multi-line textbox. Works great for me, but could it...

Great that sounds perfect 😃

Thanks for the PR! It is exactly what I needed. Tested, works fine ✅