fast-90

Results 10 issues of fast-90

Hello, Thanks for creating this awesome package! It has been really useful for my workflow. I just have one feature request (unfortunately my elisp skills are not sufficient to make...

Hi, For one of my corporate Exchange accounts, I get the following message: ![image](https://user-images.githubusercontent.com/76515405/190511002-9854433e-24b5-4b3c-af4f-c43cd88e1dc6.png) Clicking on next gives me a "AADSTS900561: This endpoint only accepts POST requests. Received a GET...

I have the following `demo.qmd` with the following metadata: ```yaml --- title: Demo jupyter: myenv execute: cache: true --- ``` Running `jupytext --set-formats notebook,qmd demo.qmd` updates the metadata to: ```yaml...

Hi all, I have the following snippet in my config. ``` (general-create-definer local-leader-keys :states '(normal visual emacs motion) ; :keymaps 'override :prefix ",") (local-leader-keys :keymaps 'org-mode-map "jc" '(jupyter-org-clone-block :wk "Clone...

question

I get a `Wrong major-mode` error when using `python-ts-mode` (set through `major-mode-remap-alist`). This is caused by the fact that the Jupyter REPL starts in `python-ts-mode`, but the org-src edit buffer...

# Issue When I start a daemon with `brew start services emacs-plus`, I get an "End of file during parsing: Error reading from stdin" error. The strange thing is that...

I know the package is still under active development, but it has already proven so useful for my use case so thanks for that! I have a question (or maybe...

enhancement

I am getting an error when I specifically use deepseek-coder:6.7B-base with Ollama. Not sure if it is an issue with the deepseek-coder model or with gptel, but I thought I...

bug

Is there any reason to use `make-process` over `start-process-shell-command` in the `quarto-preview` defun? For some reason I am unable to get `quarto-preview` to work for me as it does not...

First of all, thanks for this awesome package! Whilst using justl, I was thinking how awesome it would be if the recipe descriptions would appear as annotations (e.g. with marginalia)...