Xin

Results 23 issues of Xin

### Discussed in https://github.com/imfing/hextra/discussions/117 Originally posted by **LITUATUI** October 2, 2023 Support for modern image formats is a great way to improve the speed of a website. The [Hugo Clarity](https://github.com/chipzoller/hugo-clarity)...

enhancement

[Hugo v0.119.0](https://github.com/gohugoio/hugo/releases/tag/v0.119.0) introduced a new function `Process` that is more general so we don't need the if block in the `card.html` image processing logic: https://github.com/imfing/hextra/blob/main/layouts/shortcodes/card.html#L15

enhancement

### Discussed in https://github.com/imfing/hextra/discussions/428 Originally posted by **dgnemo** July 30, 2024 Does hextra support limiting the nested levels shown in the toc? Thanks! I think maybe we should respect the...

enhancement

Version: Deno 2.0.3 I have encountered this issue while working with a custom npm registry such as [JFrog npm-registry](https://jfrog.com/help/r/jfrog-artifactory-documentation/npm-registry). While Deno successfully caches, and executes scripts respecting the `NPM_CONFIG_REGISTRY` environment...

bug
compile

This PR essentially reverts https://github.com/pydantic/pydantic-ai/pull/279 When I followed https://github.com/pydantic/pydantic-ai/blob/af79e3d05fd8bc355e67402d5914a9c7c7bc8be5/docs/api/models/ollama.md?plain=1#L29 I got `pydantic_ai.exceptions.UserError: Unknown model: llama3.2` ``` Traceback (most recent call last): File "/dev/github.com/pydantic/pydantic-ai/test.py", line 11, in agent = Agent('llama3.2', result_type=CityLocation)...

### Discussed in https://github.com/imfing/hextra/discussions/511 Originally posted by **Alessio-Siciliano** December 8, 2024 Hello! It would be great if there were an option to have a multi-level menu (dropdown). Thanks for your...

enhancement

This PR adds support for [RFC 9728 Section 5.1 – "WWW-Authenticate" Response](https://datatracker.ietf.org/doc/html/rfc9728#name-www-authenticate-response), enabling proper OAuth Protected Resource Metadata responses from the server, and aligns with the MCP TypeScript SDK implementation....

- Introduced CSS for image zoom overlay and image styling. - Implemented JavaScript for handling image zoom interactions, including overlay creation and close functionality. - Updated configuration to enable image...

### Discussed in https://github.com/imfing/hextra/discussions/856 Originally posted by **cbirkenbeul** October 9, 2025 Hi, I recognized that the open graph meta tags could have some improvements. I dont now if its not...

Discussions like https://github.com/imfing/hextra/discussions/800 keeps occurring, which suggests that our documentation/examples are unclear about how image paths should be specified. Problem - Users are frequently confused about the correct way to...

documentation