tawmoto

Results 8 issues of tawmoto

Add this awsome of header-only libs somewhere please: https://github.com/p-ranav/awesome-hpp

Hello, Any chance to add versioning for these libraries? I use `safemath` and it's a bit hard to tell when a new version is "changed" or "released". Thanks

Hi, it seems that cmake-format aligns wrongly the parameters.See above picture: left = correct, right = incorrect. How can I configure it to align it like in the left part?...

Hello, it seems that it does not work for GUUID validation ``` const char* pattern = "^([0-9A-Fa-f]{8}[-][0-9A-Fa-f]{4}[-][0-9A-Fa-f]{4}[-][0-9A-Fa-f]{4}[-][0-9A-Fa-f]{12})$"; int m = re_match(pattern, "CA761232-ED42-11CE-BACD-00AA0057B223"); ``` This works with online tools https://regex101.com/r/hD8sJ8/3 Thank...

Hi, I want to set proxy.py with end-to-end-encryption. I cloned the repo and I did this: ``` ~/Desktop/proxy.py/proxy.py$ make https-certificates # Generate server key python -m proxy.common.pki gen_private_key \ --private-key-path...

Bug

Hi, I compile my zlib as usual ``` cmake -DSKIP_INSTALL_FILES=ON -DCMAKE_C_FLAGS_RELEASE=/MT -DCMAKE_STATIC_LINKER_FLAGS=/SUBSYSTEM:CONSOLE,6.01 -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=RELEASE ``` Starting with 1.3, the integration with my project fails and seems a MT/MD problem....

Hi, The tool is great, but seems no way to use it via python API, except running it in the console. Is there a API to use via python? Thanks

**What version of protobuf and what language are you using?** Version: 6.31.0 Language: C++ **What operating system (Linux, Windows, ...) and version?** Windows 64 ARM **What runtime / compiler are...

c++