James Braza

Results 264 issues of James Braza

Python `black` prefers double quotes: https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#strings Since I use Python, I like my YAML to use double quotes too. Running this tool on my repo moves it to use single...

Can we add two points to this project's README: - If it is related to https://pypi.org/project/yamlfmt/ - `pip install` instructions for local (non-`pre-commit`) tool usage

Starting with an empty `models/` and a fresh restart of the LocalAI server: ```bash > ls models > curl http://localhost:8080/models/apply -H "Content-Type: application/json" -d '{ "url": "github:go-skynet/model-gallery/base.yaml", "name": "llama2-chat", "files":...

bug
good first issue
roadmap

**LocalAI version:** https://github.com/mudler/LocalAI/tree/20d637e7b70cf0e15e6bf255ab2e4c080ddde2b0 (some commits above https://github.com/mudler/LocalAI/tree/v1.40.0) **Environment, CPU architecture, OS, and Version:** I am on a MacBook Pro with macOS Ventura 13.5.2: ```bash > uname -a Darwin N7L493PWK4 22.6.0...

bug
arm64
Stale

An article like this: ```md {{< youtube id="ZJthWmvUzzc" >}} ``` Renders blank (no YouTube video). Now this: ```md One {{< youtube id="ZJthWmvUzzc" >}} ``` ![screenshot one](https://github.com/nunocoracao/blowfish/assets/8990777/c1acdb14-509b-4eff-a4b7-4d5a211d0765) And now this: ```md...

enhancement

There is the [GitHub card](https://blowfish.page/docs/shortcodes/#github-card) that looks great for GitHub URLs: The request is to create a more generic `card` shortcode that applies to any URL: - Optional icon -...

enhancement

It seems `highlightCurrentMenuArea` adds an underscore to text in the the `main` menu: ![screenshot of main menu](https://github.com/nunocoracao/blowfish/assets/8990777/3a6d6199-05ca-4d66-9eba-b3693d5d6eec) However, it doesn't also underline `footer` menu items. It would be cool if...

enhancement

**Describe the bug** It seems double newlines aren't being used in `timelineItem`s fields: ```markdown {{< timeline >}} {{< timelineItem header="header" subheader="subheader" >}} Hi Hi {{< /timelineItem >}} {{< /timeline >}}...

bug

### Feature Description I would like to make a package that depends on `llama-index`, but currently LlamaIndex has a lot of dependencies. Running `pipdeptree --packages llama-index` as of https://github.com/run-llama/llama_index/tree/1ea68e8b8a299066d46b195333db49918d13aedf with...

enhancement
triage
stale

**Is your feature request related to a problem? Please describe.** Running `mypy==1.9.0` with `PyMuPDF==1.24.1`: ```none foo.py:12:1: error: Skipping analyzing "fitz": module is installed, but missing library stubs or py.typed marker...

duplicate
enhancement