Jonas Belouadi

Results 8 issues of Jonas Belouadi

Just to clarify, this bug is not caused by modalawesome, but by the Lua API of awesome. However since I was approached about this multiple times, I hope this issue...

I implemented support for these endpoints based on the available documentation, but I wasn't able to create API keys for these engines, so I couldn't test it. It would be...

help wanted

Installing this repository with `pip install git+https://github.com/sushil79g/Nepali_nlp.git` resulted in errors when loading the library. This pull request makes sure that all required data files and dependencies are installed with the...

When lualine calculates the length of a buffer or tab in the buffers and tabs components, it also adds the length of the surrounding separators. This pull request fixes a...

The total length check for the buffers component first checks if it has enough space to add a before buffer, then adds it and then checks it for buffers after...

In the legend model names were shown as `("model1",)`, `("model2",)`. This is even visible in the [quick tour](https://huggingface.co/docs/evaluate/main/en/a_quick_tour): ![example_viz](https://github.com/huggingface/evaluate/assets/53401822/7f87542b-471b-47ab-a525-366f2d3f4684) This pull request changes the formatting to just `model1`, `model2`, which...

Hello, while integrating MPD into my rice i stumbled over a bug in the [sample widget](https://awesomewm.org/recipes/mpc/) on the awesome website. The sample widget uses this error handler: ```lua local function...

recipes: bug
good first issue

### Describe the bug Resources inside generators are properly freed when the generator is exhausted. But if we cancel the generator before that happens, the resource is held until gradio...

bug
good first issue
python