WilliamStone
WilliamStone
 Memory leak. * PC physical memory is 32G. * never explicitly opened any .py file in VSCode since windows restart. * VSCode opened for a few days. * This...
Hi @rsmckinney , Actually I have a use-case that I think cannot do without generic method specialization. Code shown below. Hope that helps to find a solution. Thanks! ``` package...
Hi @rsmckinney , I added your version of method as `appendTo_self` and modified test code to also test on a `List`, and it shows there is difference. ``` package extensions.java.lang.Number;...
Glad to know that. Thanks!
Hi, I'm meeting the same problem. Could Dagre add API to allow manually specify certain node and edge's position first, and then the algorithm calculate other node/edge positions based on...
I have a similar issue that annoys me regarding files with same name but different path. e.g. ``` /Work/Develop/ProjectA/Design.md /Work/Develop/ProjectB/Design.md ``` In Recent Files view, both files are shown as...
Comment from closed issue #41250, which presents a scenario that auto-reload behavior differs by file path pattern. So it may be appropriate for auto-reload option to set behavior not globally,...
Hello! I missed the same feature (including currently selected content in chat) in Continue. In this way we can precisely provide most relevant code to LLM, which I certainly am...