Daniel Engbert

Results 10 issues of Daniel Engbert

It seems like teamocil defaults to editing an existing tmux session (not sure how it picks which one either). Is there a way to have it create a new tmux...

## Overview I'd like to read a more human readable endpoint URL from my terrafom resource, at the moment it seems we can only read `ec_deployment.this.elasticsearch.https_endpoint` which is the ugly...

enhancement

I briefly changed my hugging face token (via `huggingface-cli login`) to one that accidentally lacked permissions to download the llama2 model, and model downloads stopped working BUT a successful download...

I noticed the following files have some broken links (quoted here): 1. https://github.com/FranxYao/chain-of-thought-hub/blob/main/spl/readme.md > We follow the [OpenAI ChatML](https://github.com/openai/openai-python/blob/main/chatml.md) format to organize the prompts. 2. https://github.com/FranxYao/chain-of-thought-hub/blob/main/readme.md > Unfortunately, it is...

Hi, the notes files linked in the "Notes" section of the README.md don't appear to exist (except for [01-Diffusion-Theory.md](https://github.com/mikonvergence/DiffusionFastForward/blob/master/notes/01-Diffusion-Theory.md). Am I missing something or these files just haven't been created...

documentation

The created bucket seems to have ACLs disabled, so terraform fails with AccessDenied after creating the bucket and attempting to set ACL configs. ![image](https://github.com/hashicorp/learn-terraform-modules-create/assets/6439020/01e24b10-380f-492e-9a41-1bada2d26174) ["learn more" links here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html?icmpid=docs_amazons3_console) I will...

Should make it much easier for people to install and use this repo (e.g. `pip install clippy-kindle`) References: * [tutorial: Packaging Python projects](https://packaging.python.org/en/latest/tutorials/packaging-projects/) * [tutorial2](https://betterscientificsoftware.github.io/python-for-hpc/tutorials/python-pypi-packaging/) * [tutorial3](https://www.pythonforthelab.com/blog/how-create-setup-file-your-project/) Considerations: * ensure...

enhancement

The bottleneck with running `clippy.py` is the duplicate removal stage. * [ ] Use previous cached parse results (`collection.json`), to only consider new clippings since last parse for duplicate detection......

enhancement

An MVP for this is already complete in the `anki` branch of this repo, but it's hardcoded with the names/settings of my personal Anki data. The solutions there needs to...

enhancement

Highlights made in the beginning of certain pdf files may record the page number as a roman numeral e.g. 'V'. We need to consider how to handle this: * maybe...

bug