[PR #281] [MERGED] Fix parsing TOML key 'position' and values #358

Closed
opened 2026-05-05 22:17:32 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/281
Author: @michellao
Created: 3/18/2025
Status: Merged
Merged: 3/21/2025
Merged by: @feschber

Base: mainHead: fix-config-toml-naming


📝 Commits (3)

  • 6624f98 fix parsing toml key position and values
  • 054445b Using rename_all instead rename over each enum
  • e4dfa47 rename struct field directly

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

📝 lan-mouse-ipc/src/lib.rs (+1 -0)
📝 src/config.rs (+2 -2)

📄 Description

Just fix parsing TOML position and its values

[[clients]]
position = "bottom" # It doesn't work now so I fix it

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feschber/lan-mouse/pull/281 **Author:** [@michellao](https://github.com/michellao) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 3/21/2025 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `fix-config-toml-naming` --- ### 📝 Commits (3) - [`6624f98`](https://github.com/feschber/lan-mouse/commit/6624f98fa9693dc44d920c68db1ea95abf9c5b4a) fix parsing toml key position and values - [`054445b`](https://github.com/feschber/lan-mouse/commit/054445ba6f91ff140c9b36e6fcbeebbc330aafde) Using rename_all instead rename over each enum - [`e4dfa47`](https://github.com/feschber/lan-mouse/commit/e4dfa471ac66c2f961c0e287072317f0ea8cfb15) rename struct field directly ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lan-mouse-ipc/src/lib.rs` (+1 -0) 📝 `src/config.rs` (+2 -2) </details> ### 📄 Description Just fix parsing TOML position and its values ```toml [[clients]] position = "bottom" # It doesn't work now so I fix it ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:17:32 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#358
No description provided.