Ondrej Grover

Results 26 comments of Ondrej Grover

I'd like to point out that without an `einsum` implementation one cannot directly leverage the full potential of this library when combined with `xarray`, even though `xarray` supports `sparse` containers....

Warning: At the time of writing this `jupyter_cleint` is broken (https://github.com/jupyter/jupyter_client/issues/102) and the `--ssh` option does not save the new configuration file. I submitted a PR with a fix (https://github.com/jupyter/jupyter_client/pull/103),...

I think this use case could be simply achieved by setting ``` elisp (setq ob-ipython-driver-port 8888) ``` after creating the tunnel. If you want this to be the case only...

I have a working prototype of a solution in PR #39, but please note that at the moment it requires fix for bug in `jupyter_client`, see the PR for details....

The whole problem seems to be the init handling. Setting `skip_init = True` makes this problem go away, but then I have to make my own init file.

Perhaps you could implement i18n support using the new `i18n_subsites` plugin (in PR state as of writing) https://github.com/getpelican/pelican-plugins/pull/139 Essentially you'd just have to make your templates translatable as described in...

Now that's not something I considered, but essentially it should be possible, because as described in the docs, in each generated (sub-)site, `DEFAULT_LANG` is switched to the language of the...

I agree with @justinmayer regarding the `pelican-quickstart` tool.

I've rebased the PR in b00d9ef6d1e3bb580f1e2a3e36dcb65ce139cf9a. It seems to work well, @mitchtbaum confirmed. I think we can merge the rebased PR without much fear, it does not affect anyone not...

I agree with @kylef, implicit inheritance from other themes might solve the nuisance of having to prefix everything in the base theme as described in #1092, wouldn't you say, @mitchtbaum...