ed9w2in6

Results 16 issues of ed9w2in6

### Prerequisites * [x] Have you checked the solutions in our [troubleshooting guide](https://nteract.gitbooks.io/hydrogen/docs/Troubleshooting.html) for common problems ? * [x] Have you checked that your issue [isn't already filed](https://github.com/nteract/hydrogen/issues) ? ###...

bug :bug:

System Info: ``` Python 3.10.0 | packaged by conda-forge | (default, Nov 20 2021, 02:25:18) [GCC 9.4.0] pyhive 0.6.4 | pyhd8ed1ab_0 | conda-forge ``` Logs: ``` ~/anaconda3/envs/****/lib/python3.10/site-packages/pyhive/hive.py in execute(self, operation,...

I downloaded the theme for the transparent blur effect but for some reason it did not work for me. 😢 I cannot reproduce the same transparent blur effect in the...

The JavaScript Kernl provided by tslab is not real JavaScript Try to run this ```javascript x=1; ``` Will throw a `Cannot find name 'x'` error, which is unique to TypeScript....

### Show corresponding logo in Jupyter Notbook when using kernel. I would like to see a simple enhancement of displaying JavaScript or TypeScript logo when using that kernel. This is...

Hi, I use a build from [emacsformacos](https://emacsformacos.com/builds) and the Emacs installation structure is non-standard for its build. FWIW, to compile **hotfuzz** on such non-standard setup one will need to set...

> original ticket from: https://github.com/emacs-jupyter/jupyter/issues/469 Hi I had upgraded to the latest version on melpa (`20230608.1856`) recently and are now facing this weird error: ``` Compiling file /Users//.emacs.d/elpa/jupyter-20230608.1504/jupyter-channel-ioloop.el at Mon...

For some reason the Incremental Search binding `` does not work. Backwards searching `` works though. Pretty much every other bindings that I know so far is working. I am...

Thanks for your work! However I have recently decided to stop using it but for those who are interested consider updating the setup instructions to my fork here: https://github.com/ed9w2in6/icons-in-terminal/ I...

I have added this formatter in my own config: ```emacs-lisp (define-format-all-formatter elisp-autofmt (:executable) (:install "M-x package-install elisp-autofmt") (:languages "Emacs Lisp") (:features region) (:format (format-all--buffer-native 'elisp-autofmt-mode (if region (lambda () (elisp-autofmt-region...