ChangHwan Lee / 이창환
ChangHwan Lee / 이창환
## Background There are several requests about opening notebook file without kernel. `KernelPreference` already have `shouldStart` boolean flag. This flag can be set through jupyter server argument `--LabServerApp.notebook_starts_kernel=False`. This flag...
### Bug description With yaml configuration like this : ```yaml hub: db: type: mysql url: mysql+pymysql://@:/ password: ``` #### Expected behaviour Database should be connected and the hub process should...
https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/onstart is not implemented in MediaStreamRecorder
I know that for Windows and Mac, it is possible to download Startcraft2 from Battle.net. It would be better if zipped version of Starcraft2 for Windows and Mac is distributed....
your code, pykiwoom.comm_rq_data has race condition. It leads entire program to dead-lock. After calling following line : `return_code = self.dynamicCall("CommRqData(QString, QString, int, QString)", request_name, tr_code, inquiry, screen_no)` `receive_tr_data()` can be...
# Background In my jupyter system, kernel start, restart and shutdown are relatively frequent, comparing to other environment. It is due to additional features like [online judge](https://github.com/team-monolith-product/jupyterlab-judge). In this environment,...
## Description During kernel resart, interrupting causes server side 500 error and client side `Error: Unhandled Error` https://user-images.githubusercontent.com/4434752/227858715-2ee65575-3a25-4bf2-9eae-3f5c3ab17247.mp4 Binder for the video: https://mybinder.org/v2/gh/binder-project/binder/HEAD (well, it is easily reproducable widly) Chrome...
**Is your feature request related to a problem? Please describe.** Hi, I am working on this PR https://github.com/jupyterlab/jupyterlab/pull/13093 . There is a need to dynamically update `YSyncConfig` after the initialization...
A pipline symbol is missing which leads installation failure. ### Actual Behavior ``` $ curl -fsSL https://oleiade.github.io/deb/oleiade-archive-keyring.gpg | \ > gpg --dearmor \ > sudo tee /usr/share/keyrings/oleiade-archive-keyring.gpg > /dev/null usage:...
Rails 7.1 added new config option ":rescuable" for "config.action_dispatch.show_exceptions" (https://mattbrictson.com/blog/rails-71-features#1-finally-we-can-write-proper-integration-tests-for-errors) Therefore, we can now delete "Rails.env.test?" condition from here: https://github.com/stas/jsonapi.rb/blob/master/lib/jsonapi/errors.rb#L12-L29