観月唯

Results 44 issues of 観月唯

我試著用 v3、v3.1 將 Telegram 的字型替換為 系列時發現沒辦法正確替換 但是在 2.1 時,同樣的設定檔是可以運作的 ```yaml # FontMod fonts: DAOpenSans: replace: 源泉圓體 L DAOpenSansItalic: replace: 源泉圓體 L DAOpenSansRegular: replace: 源泉圓體 R DAOpenSansRegularItalic: replace: 源泉圓體 R DAOpenSansSemibold:...

According to the npm issue. I'm not sure from which version of npm this issue started, but I currently have npm v8.15.0 installed. The new version of npm runs `npm...

My Blynk server is hosting on VM (CoreOS). When the host system (Windows) sleeping, the client still connects. I am using TCP client. ```javascript let b = new blynk.Blynk(auth, {...

![image](https://user-images.githubusercontent.com/5698157/41282264-416f8bbe-6e66-11e8-962e-ecf6ead4fce9.png) Use format document. ![image](https://user-images.githubusercontent.com/5698157/41282297-5735a3d4-6e66-11e8-8a24-4779adbfe7da.png) This is happened at `@if` and `@unless`.

I found that the app only needs a few files to work, is it possible to release the official portable version?

Is it possible for users to sort browsers?

您好,我最近開始學 React,使用上遇到一個問題 我直接使用 babel-standalone 在 jsx 裡面寫 import 會出現需要 require.js 的錯誤 `Uncaught ReferenceError: require is not defined` 然後我把 require.js 放到 script 去之後再的話會出現類似這樣的錯誤 `Module name "..." has not been loaded yet...

**Describe the bug** I have a WebAPI function as follows. - `LoginController.cs` ```C# [HttpPost] public Login Post([FromBody] string token) { ... } ``` - `BaseAPI.cs` ```C# [Post("/api/login")] Task Login([Body] string...

bug

您好,由於 private gist 跟 private repository 不同*只要有網址就能夠存取資料*。 所以如果明碼儲存書籤相關資料的話會有隱私問題。 想請問是否可以增加一個**使用自己設定密碼**的加密的功能? 用密碼加密後再把資料上傳,其他設備要使用時使用設定的密碼解密後才能同步資料。 謝謝。

enhancement

I can't send udp packet to local network without gateway. But can send to broadcast address (255.255.255.255). ``` #define PORT 5000 #include #include uint8_t macAddr[] = { 0, 0, 0,...

bug