ChangHwan Lee / 이창환

Results 20 comments of ChangHwan Lee / 이창환

Installing Battle.net, Starcraft 2, and zipping it is obviously more complicated just to download packaged version. So I just suggested distributing such packaged version. (with less(3GB) storage requirement) Docker is...

In my case : Edge videojs 6.6.3 @spchuang 's code fixes the problem.

@krassowski > I think that this PR is compatible with other requests to improve the kernel startup like in: #12019 in principle. Recently a new draft PR appeared which touches...

I have found that `getDefaultKernel` is a private function (is located inside `Privte` namespace) So this is not a backward incompatible change. I think this PR is OK to be...

@telamonian Here is my naive solution for that. I will refine this implementation and make PR in jupyter server later. ``` import shutil from jupyter_server.services.contents.largefilemanager import LargeFileManager from jupyter_server.services.contents.manager import...

> [a3626a](https://github.com/a3626a) Were you able to make a pull request for your above implementation? The function originally fires events when an object is saved. But this implementation does not fire...

@fcollonval > Sorry for not looking at this earlier and thanks a lot for the PR. I understand and like the idea. But some organization prefer to be able to...

> Hey sorry too for the slow reply. My two cents here is that we should drop the _default_ `sessionContextDialogs` object and only allow to get them through the token....

I have finished dropping old default sessionContextDialogs. And I found that it is somewhat impossible to make it backward compatible. So many functions have to be changed. To make it...