Eric Huang
Eric Huang
@IvanZenger I could try it locally! Thank you!
Hi,關於這個issue, - 在`internal/delivery/http/route_popular_articles.go`的`getPopularArticles`有對應的HTTP開出來 - 在`internal/repository/article.go`有定義`PopularArticleRecord struct`,可以直接用 - 在`internal/repository/article.go`的`GetPopularArticles`有method可以拿`PopularArticleRecord struct`。
@wagaru 目前是這樣沒錯唷,我剛把Google Doc那邊註記,如果有更新你可以依照spec實作
Thank you! I could patiently wait this upcoming feature!
Hi, we use both HTTP and HTTPS proxy, envoy specifically. We currently don't use authentication.
@meiamsome , @pitdicker , @djc, @jszwedko , sorry to ping you here since you have discussed the topic in #561 , but I would like to hear any comments to...
Present implementation heavily depends on previous attempted PR and one of the comment. I substract the next possible numerical literal to count the actual token size for either year or...
I have refactored the implementation a little bit, hopefully it could make the code more readable and concise. Please review it whenever you are available.
I notice that alloy do have [loki.template](https://grafana.com/docs/alloy/latest/reference/components/loki/loki.process/#stagetemplate-block), and it support [sprig URL parsing](https://masterminds.github.io/sprig/url.html). I think it could meet my need, and I would close this issue.
Reopen here since I want to provide the following config to component or stage. ``` - /user/{id} - /user/{id}/basket/{product} ```