mbarton98

Results 28 comments of mbarton98

I was able to get this to work since I'm not using straight. `(setq comp-deferred-compilation-deny-list (list "jupyter"))`

I'm having the same issue, but it worked for me on March 5th. I'm trying to find out which change caused it. I compile from the feature/native-comp branch a few...

I just went back two weeks on the feature/native-comp branch to 2b069c67d7 and it works. I will see if I can narrow it down further.

Ok, so after a weekend of running bisect on emacs source, it is related to this commit on json.el. ``` 428339e2316a552713b265193d6648125042cc98 Author: Basil L. Contovounesios AuthorDate: Sun Feb 21 20:10:08...

I tried ``` (jupyter-encode-message (jupyter-session) "execute_request" :content '(:code "foo")) ``` and got ``` Debugger entered--Lisp error: (error "Lisp nesting exceeds ‘max-lisp-eval-depth’") json-encode-hash-table(#) ... repeated for 1000+ lines json-encode-hash-table(#) json-encode-hash-table(#) json-encode-hash-table(#)...

So it looks like the problem for my case is related to: ``` (define-obsolete-function-alias 'json-encode-hash-table #'json-encode "28.1") ``` It appears that json-encode does not behave the same as json-encode-hash-table as...

I understand. I might try looking at the code and see If I can figure it out and get it working in my Snowflake environment. If I happen to get...

I have these two connections defined in my init file. I replaced some of the sensitive info, but the first is an example using the browser for authentication to support...

FYI It also happens when I try on the 10:05 entry a few lines below, so it might be more involved than just the leading zero. I tried at one...

I tried it and it gets the same error (read on though since it works when I delete the org-clock-convenience.elc and reload emacs). I included screenshots of the regexp builder...