ydmykr

Results 6 issues of ydmykr

Before that, I made some queries. I think this should be related to "code runner. CustomCommand", but I didn't find the relevant example. If I want to convert the command...

I'm trying to add a breakpoint in a class library. I must first open the target library class file (decompiled), and add a breakpoint later. ![image](https://user-images.githubusercontent.com/100815370/178924629-eb0dd836-69aa-4d1e-b3a2-18cbe950b14a.png) But it looks like...

question

I read an [article](https://www.codejava.net/ides/intellij/create-multi-module-maven-project-intellij) about the multi-module Maven project on IDE. I tried it on vscode but I faied when I want to creat a maven project in a maven...

feature-request
question

fileA.py ``` import astropy.units as u class A: def __init__(a: int = 1, b: u.Quantity[u.yr] = 0*u.yr) -> None: pass ``` fileB.py ``` import astropy.units as u from fileA import...

bug
fixed in next version

I am trying to print model summary in tensorflow and I think the model is large and it's crashing my notebook. The model is ResNet101. ![image](https://user-images.githubusercontent.com/100815370/182506283-b4d560f0-7f6a-40de-9ef8-27ae7c245bf2.png) The whole computer comes...

bug
info-needed
upstream-vscode
perf
notebook-execution
triage-needed

Here's the codes: ``` from time import sleep from tqdm import tqdm for i in tqdm(range(100)): for j in tqdm(range(10), leave=False): sleep(0.1) ``` When running in the terminal, it shows...

bug
ipywidgets
upstream-other