Sheikh

Results 21 issues of Sheikh

**Not sure how to proceed, so any input would be greatly appreciated. Thank you very much.** --- ## Actions Performed - connected USB GPS module to Raspberry Pi running OpenPlotter...

`Context#Inline` takes two args: `file` and `name`, but in the example code, only the first argument was given. Added second argument.

### What is your Hugo Extended Version hugo v0.140.2+extended+withdeploy darwin/arm64 BuildDate=2024-12-30T15:01:53Z VendorInfo=brew ### What is your Go Version go version go1.23.4 darwin/arm64 ### What is your Node.js Version v23.6.0 ###...

In this line, it's hardcoded to set the first tab to be active: https://github.com/gethugothemes/hugo-modules/blob/30ad48e108af9cc0d29aa5af45054d3fceca352d/tab/layouts/shortcodes/tabs.html#L17 Would be nice if this was the default behaviour _unless_ an `active` or `active="true"` param was...

Adds: - `render.yaml` Render Blueprint file - Deploy to Render button in README Thus people can conveniently deploy without their own fork, pulling the prebuilt image from upstream, with a...

Upon setting `environment.variables.HOMEBREW_NO_ANALYTICS = 1;` I got the following error on rebuild: ``` error: A definition for option `environment.variables.HOMEBREW_NO_ANALYTICS' is not of type `string or list of string'. ``` NixOS...

Would be nice if code blocks had syntax highlighting, and horizontal scroll when it's too wide (alternatively wrap around, but I personally prefer scrolling more than wrapping). For context, I...

The `chatgpt.openai_api_key` config option should be optional imo, since local OpenAI-compatible models (usually) don't need it. I'm using LM Studio and had to set that option to empty string. Otherwise...

Currently the repositories are mirrored as `pull` mirrors. I want them to be added as `push` mirrors (too). The relevant endpoint in the Forgejo API is `/repos/{owner}/{repo}/push_mirrors`. Since mirroring using...

If there's no intentional reason for not alphabetically sorting the entries by Project name under each heading, I suggest that it be done. Makes it a lot easier to read...