403F

Results 7 issues of 403F

个人见解,Web后端重要的在于向外暴露的API和自身数据处理储存,因而有以下一些建议 我个人经验也不十分充足,还请各位大佬多提意见和修改 + 将所有 + API相关的(狭义上包括Handler, Middleware,等) + 数据库处理相关的(狭义上包括直接操作数据库的GORM相关,MeliSearch相关) 以及其他同等级别的都放在同一级目录下,取代目前的web和其他组件放于同一级下的结构 + ... 仅为初步构思,还望各位积极补充,有新的想法了我也会更新该issue

enhancement

Fixes #173 It's my first time doing Rust work related to FFI, please point out any problems in the code.

Add bindings for `SPAKE2_CTX_new`, `SPAKE2_generate_msg`, etc to boring. These are curve25519 related stuff in https://github.com/google/boringssl/blob/master/include/openssl/curve25519.h

Is it possible to implement the ADB pairing process? For Android version >= 11, pairing is needed before connection.

**BuildersUtilities Feature Suggestion:** Add multiple language support. **How should it be implemented?** a message.yml for all the shown text **Additional context** **Checklist**: - [X] I made sure there are no...

enhancement

The current disabled instrumentations section lack multiple instrumentations that has been disabled by default, I've added them to the list, but still need detailed explain why they are disabled.

**Is your feature request related to a problem?** Current open-telemetry/opentelemetry-auto-doctrine is designed based on the PDO instrument, while PDO need PHP8.2 and up, Doctrine with custom driver can work since...