Mick Clarke

Results 8 issues of Mick Clarke

PR #35 introduced the use of the [`lipsum` crate](https://github.com/mgeisler/lipsum). This works well and avoids the `Baconian` code bloating with boilerplate text constants. However, currently, the usage is rather blunt, inelegant,...

enhancement

This is identical to #13, but for the Colourless theme, which is my jam. ## Problem File icon does not show for `Dockerfile` Colorless these as per #13: ![image](https://github.com/file-icons/vscode/assets/16931995/fd2342fa-5bb8-49d2-bf4e-d4aba1b6cb89) ##...

The new Gemini models (1.0) have been released on 02/15/2024, these include `gemini-1.0-pro-latest` (using `get_model`) ```json ModelInformationList { models: [ ModelInformation { name: "models/gemini-1.0-pro", version: "001", display_name: "Gemini 1.0 Pro",...

enhancement
help wanted
good first issue

The original code was written quickly straight after the Gemini API was released. There are poor parts of the code: - [ ] readability in places is poor. - [...

enhancement
help wanted

We need to incorporate as much of the Gemini documentation into easy-to-follow documentation on this repository. In particular, there is little to no narrative around the examples.

documentation
help wanted
good first issue

As per the [Gemini documentation](https://ai.google.dev/tutorials/rest_quickstart#embedding) the current client is missing embedding.

enhancement
help wanted
good first issue

As per [Gemini docs](https://cloud.google.com/vertex-ai/docs/generative-ai/multimodal/function-calling) the current client is not feature complete and is missing function calls.

enhancement
help wanted
good first issue

While this plugin looks promising, I cannot get it work as expected with more than one notes location. My configuration: ```lua return { 'serenevoid/kiwi.nvim', dependencies = { "nvim-lua/plenary.nvim" }, opts...