Dr. Alessandro Wollek

Results 9 comments of Dr. Alessandro Wollek

Hi! Sorry, for answering so late. Reckon actually solves this problem already by converting from comma separated cents to point separated cents. I only had to change the format once...

Thanks for your feedback! > What does the overall workflow look like when starting from scratch? I'm not sure what the visually best approach is. However, I was thinking about...

> I'm not sure why a database would be needed for the full-text search use case, but not for the TITLE use case. Sorry, I didn't explain myself well. In...

On my machine the latest release does work when opening the file with `M-x org-zotxt-open-attachment`. However, the hyperlink can't be opened and I get the error message: ``` [error] request--callback:...

> Did you try running a 16 bit gguf model and seeing how that performs? I tried the prompt on the 128k mini instruct model (f16 and Q4_K_M from https://huggingface.co/AlessandroW/Phi-3-mini-128k-instruct-gguf)...

Maybe calling the profile `default` in the Issue was misleading.. No, my point was that after moving from a default config to a two-profile config, I had to run `doom...

I am facing the same issue for years. `uniquify-buffer-name-style` is `nil`, setting it to `forward` does not help. https://github.com/joostkremers/visual-fill-column/pull/47 is closed, so I guess that fix is obsolete by now....

Slight refactoring of @adrianomartinelli code with a full example: ```python from pathlib import Path import tempfile from lightning.pytorch.cli import LightningCLI, SaveConfigCallback from lightning import Trainer, LightningModule class MLFlowSaveConfigCallback(SaveConfigCallback): def __init__(self,...