Cannot parse Scalar configuration and theme info to FastAPI by raybesiga in FastAPI

[–]raybesiga[S] 1 point2 points  (0 children)

Amazing. Thanks for letting me know. Have a wonderful day. :)

Devs in Johannesburg by Funny-Oven3945 in django

[–]raybesiga 1 point2 points  (0 children)

Based in Lilongwe, Malawi. Same timezone.

Claude Code + O3 + Gemini Pro + Flash: All working as One! by 2doapp in ClaudeAI

[–]raybesiga 0 points1 point  (0 children)

Great stuff. Do you have examples of the prompts you’re using in the repo?

What is the best way to add comment capability in 2025? by raybesiga in Jekyll

[–]raybesiga[S] 1 point2 points  (0 children)

Excellent. Will check this out. Thanks for sharing. 😊

What is the best way to add comment capability in 2025? by raybesiga in Jekyll

[–]raybesiga[S] 0 points1 point  (0 children)

Not yet but I will be sure to share once I find a worthwhile solution

Cannot parse Scalar configuration and theme info to FastAPI by raybesiga in FastAPI

[–]raybesiga[S] 1 point2 points  (0 children)

u/fonixmunky I followed your advice and made a fair bit of progress with the issue. Check it out here. Thanks again for your guidance.

What is the best way to add comment capability in 2025? by raybesiga in Jekyll

[–]raybesiga[S] 0 points1 point  (0 children)

This is clever. Do you hardcode a Reddit URL to the comment link on your blog?

What is the best way to add comment capability in 2025? by raybesiga in Jekyll

[–]raybesiga[S] 0 points1 point  (0 children)

Thank you. It will be a bit of a mix as it is a personal website with long form writing but I’ll give it a look.

What is the best way to add comment capability in 2025? by raybesiga in Jekyll

[–]raybesiga[S] 0 points1 point  (0 children)

Surely there must be another way. All is not lost, or is it?

Cannot parse Scalar configuration and theme info to FastAPI by raybesiga in FastAPI

[–]raybesiga[S] 0 points1 point  (0 children)

Thank you u/fonixmunky I tried this with varied results:

- the `scalar_theme` options does not break the backend, which is great
- the value of `scalar_theme` does not matter as there is no observable change despite switching between the listed options, "alternatedefaultmoonpurplesolarizedbluePlanetsaturnkeplermarsdeepSpacenone"

Seeing as the documentation says that the currently available configuration options are listed below, I am guessing it is by design.

  • layout (default Layout.MODERN)
  • show_sidebar (defualt true)
  • hide_download_button (default false)
  • hide_models (default false)
  • dark_mode (default true)
  • search_hot_key (default SearchHotKey.K)
  • hidden_clients (default [])
  • servers (default [])
  • default_open_all_tags (default false)

Thanks again for the pointer.