Thomas T.

Results 12 comments of Thomas T.

@moluuser Does this occur during local testing or after you've published your site?

> > @moluuser Does this occur during local testing or after you've published your site? > > Both ways will appear. I use github and cloudflare page to publish my...

I'm not sure what you mean? All my articles are in descending order by creation date on the "articles" page.

Can you try moving your posts to `content/post` instead? Checkout the [example site](https://github.com/WingLim/hugo-tania/tree/main/exampleSite/content).

Has anyone found the time to make strides on this? I'm _very_ interested in this feature. I love the idea of using issues, but it conveys the idea that they...

@LThecross Adding this to the `main.css` fixed the issue: ```css .article article .content h1 { font-size: 1.6em; padding-bottom: 0.75em; padding-top: 1.5em; font-weight: 900; } ```

Hello! Also upvoting the last comment to receive an update from the team or a code snippet on how to do this.

@anujsinha3 @panagiotisrit @lehoanglong95 I figured it out 😄. If you want to add a score to the dataset run-level as an aggregate, here's how in Python: ```python langfuse = get_client()...

I am experiencing this issue for an HTTP interaction-based application as well. ```shell curl "https://discord.com/api/v10/applications/@me" \ -H "Authorization: Bot $DISCORD_TOKEN" | jq ".approximate_guild_count" ``` Output: `0` ```shell curl "https://discord.com/api/v10/application-directory-static/applications/$APP_ID" |...

I can add more detail on my discrepancy. At the time, I didn't have the `bot` scope added only the `applications.commands`: ie. users could only install the application to servers...