Huang Chen-Yi

Results 7 issues of Huang Chen-Yi

This PR aims to solve #374 , which is the backend service for it. ## Change of code - Add new `wasm-pack` POST method which request Rust `code` and response...

This PR aims to solve #374 , which is the frontend service for it. ## Change of code - Add new `Output/PaneWithWasmPack` and `Output/Container` for rendering wasm result - Add...

### 發生了什麼事? / The Problem 在不放入Access Token 的情況下 GET /v1/popular-articles 應該出現熱門文章列表,上限為 100 個文章。但是回傳空列表。 ### 如何重現 / To Reproduce 1. `curl http:localhost:8081/v1/popular-articles` 2. 回傳空列表 ### 預期的行為 / Expected behavior 應該要回傳熱門文章列表 ###...

bug

### 實作細節 / Details of Implement Quote from Pichu: > 在放入 user01 Access Token 的情況下,發出一篇文章,user02 可以用 「↑」進行推文,評價數要加一,user02第二次用 ↑ 推文時評價數不變 接著user02 用 「↓」推文時原先的上箭頭推文被刪去,評價數減一(收回),第二次用 ↓ 推文時評價數減一,第三次用↓推文時評價數不變 在放入 user01 Access Token 的情況下,發出一篇文章,user01 用...

help wanted

### 發生了什麼事? / The Problem 在放入一般使用者的 Access Token 的情況下 GET /v1/boards/bm_only/articles 不應該出現文章列表,因為這是版主以上才能看到的版,應該出現 error。但是卻回傳文章列表。 ### 如何重現 / To Reproduce 1. `curl http://localhost:8081/v1/boards/bm_only/articles` 2. 回傳文章列表 ### 預期的行為 / Expected behavior ### 螢幕截圖...

bug
milestone1

Hi, I would like to download the pkl packages in the internal network environment? Is it possible to do that in the present pkl versiom? Not a java expert, if...

### Request Hi, I would like to request a new feature called [route decorator](https://grafana.com/docs/beyla/latest/configure/options/#routes-decorator) similar to Grafana Beyla. It works like this (in Beyla config) ``` routes: patterns: - /user/{id}...

enhancement