wztdream

Results 21 comments of wztdream

This feature is really great. It will be very nice if you consider following desing: it works like this: 1. right click mouse, then pop up wheel shape menu, around...

Hi, Is there any update for this issue? In my case disable `global-page-break-lines-mode` solved this problem. This is an temperately workaround, but I think this issue is not solved yet.

Since pyright will not support code action, if we still use pyright, is there any other package we can use for code action? For example type `np` auto add `import...

same issue here, and confirm **pdb** support `l .` This is definitely a bug, consider `l` is high frequent use command, it is strange the bug still here today

@davidanthoff Hi, do you mean we can not debug julia if it contains code with dataset? Considering all deep learning code need a dataset, does it mean we can not...

> For this kind of script-debugging I'd recommend just stepping through the code with inline evaluation though. Thank you for your reply. My purpose for debug above code is to...

When you do sampling, it means you did not have "input" images, you only sample from some distribution, here is a standard normal distribution. In other words, when sampling you...

Try this: `M-x custom-variable` then `dap-auto-configure-features` then enable mouse hover item

It is not a black mask; it is simply mask data. The reason it appears "black" is likely because the ID for the component falls between 0 and 12, assuming...

Maybe related with this attach mode #384 ? After some try I noticed this issue is related with multi-thread, and also related with python debug backend. 1. multi-thread in below...