Derek Feichtinger
Derek Feichtinger
It was the latest version when I installed in May. Wrapspawner (commit 5f2b707 from Feb 9 2018), I can see that there have been 2 more commits fixing issues 27...
The spawner-relevant configurations are set up like this ``` spawner_config = { 'batch_script': batch_script, } c.JupyterHub.spawner_class = 'optionsspawner.OptionsFormSpawner' c.OptionsFormSpawner.child_class = 'batchspawner.SlurmSpawner' c.OptionsFormSpawner.child_config = spawner_config c.OptionsFormSpawner.form_fields = form_fields ``` The options-widgets...
Just wanted to update this long standing-issue with the workaround that I am using. The batch script gets stored within the `state` field of a user's entry in the `spawners`...
I'm running - jupyterlab 1.0.4 - jupyter_client 5.3.1 - jupyter_core 4.4.0 on a current development version of jupyterhub. Thanks for the idea with the workaround. I will test it. I...
The variable is now called `dash-docs-docsets`. Seemingly the package has been split into a helm-specific and a non-specific core part.
I found that the current versions of helm-dash (using helm-dash-20190527.1118 from MELPA) by default have activated the workaround that is described in the magit link above. The setting can be...
I see the same problem, and it is still here in 1.4.1. The code in mu4e~headers-found-handler is responsible when it is using `set-window-point`, because that function does not affect the...
The version number is just part of the standard attributes that a package should have. https://www.gnu.org/software/emacs/manual/html_node/elisp/Packaging-Basics.html#Packaging-Basics Without it the `pkg-info-version-info` function will produce the above error. The docu is my...
Hello @yherve. Glad that it is useful to you. I've not made this into a standard package, because I thought it has a number of flaws that would require some...
Thanks a lot @yherve and welcome. Will update once I have enough time. Had no time to update my Emacs in the last 2 months, so need to wait for...