Kyle Kelley
Kyle Kelley
When a user hits a `ModuleNotFound` Error, we should send a different kind of prompt and context. Sometimes the user makes a typo, and sometimes they don't have the package...
Due to `poetry` changes we now have two development dependencies sections: ``` [tool.poetry.dev-dependencies] flake8-docstrings = "^1.6.0" pytest = "^7.2.2" black = "^23.1.0" isort = "^5.10.1" pytest-cov = "^4.0.0" pytest-asyncio =...
WIP Run any Jupyter kernel in Zed on any buffer (editor): Release Notes: - N/A
53% of the time* ChatGPT will try to pass the code as a plaintext body (which FastAPI will obviously bomb on): ```python # First, let's check if we are in...
I just ran something that took an incredibly long time to run with ChatGPT. It actually just sat there waiting to go and was totally fine (as long as the...
Due to token limitations, we will have to summarize `stdout`, `stderr` otherwise long running text will be overwhelming for ChatGPT. 
I'm working on Jupyter notebook support in Zed (https://github.com/zed-industries/zed/issues/9778). I know many researchers that would love to have math formatting via `$$`. The best interface for me to use in...
When testing out this kernel with https://github.com/zed-industries/zed/pull/12062, I noticed that `date` is not in the headers. I'd love to see that added in so that I don't have to make...
I'm trying out the Ark kernel with my Zed PR (https://github.com/zed-industries/zed/pull/13625) and running into an issue with Ark no longer able to respond to `execute_request`s after a `kernel_info_request` is sent....