Himmelt

Results 8 issues of Himmelt

**Describe the solution you'd like** Add a text encoding option for send settings. When send strings, if the text encoding between two sides is not the same, it will cause...

enhancement

## Describe the bug Chinese Simplified lang file should be "zh-cn"/"zh_cn"/"zh_CN" but actual is "qt_zh_TW". And some translations was wrong with 1.1.7. For example, "Quit" should be "退出" but atual...

bug

## Describe the bug Launch banner version is 1.1.6 but actual is 1.1.7 ### Screenshots

bug

**Is your feature request related to a problem? Please describe.** I want to keep png's AI generation metadata. **Describe the solution you'd like** Read and rewrite the head data of...

feature request
v2

### Acknowledgements / 确认事项 - [x] I have updated to the latest version of the app / 已经更新到最新版 - [X] I have tried the FAQ / 试过FAQ了. [FAQ](https://github.com/CeuiLiSA/Pixiv-Shaft/blob/master/FAQ.md) - [X]...

enhancement

There are ReadUnsignedInt/ReadUnsignedIntLE/GetUnsignedInt/GetUnsignedIntLE/SetUnsignedInt/SetUnsignedIntLE methods, but no WriteUnsignedInt/WriteUnsignedIntLE ? why? How should I do to write an uint with little-endian to the ByteBuf ? https://github.com/Azure/DotNetty/blob/00c23606cc8afb699ee17790c51a85c0abf6d296/src/DotNetty.Buffers/IByteBuffer.cs#L885-L899

Hello! ```c# Dictionary varMap = new() { ["sec"] = () => DateTime.Now.Second }; var calc = Funny.WithFunction("vars", (string name) => varMap[name]()).BuildForCalcConstant(); var result = calc.Calc("1 + vars('sec')"); Console.WriteLine(result); ``` These...

Help/Question

The sensor device working as modbusrtu server,connected to a gateway. Gateway working as tcp client for transparent transmission,and will initiatively connect to the specific tcp server. I want to know...