Sztergbaum Roman
Sztergbaum Roman
It is currently impossible on windows to make your own log rotation system because to do this you would first have to `close` the file, then `move` it under another...
There is my fix: https://github.com/KomodoPlatform/vcpkg/pull/1/files Basically add: `set(CMAKE_DEBUG_POSTFIX d)` into your CMakeLists.txt will solve the problem also This was resulting into picking the wrong debug/release DLL library by `vcpkg` and...
Hello, i'm not sure but i have a strange bug when i reach the end of my program using entityx. current context : The systems are all separate in different...
I successfully managed to use your actions for Wasm + Desktop, but for mobile i'm using a custom one with your github asset uploader: https://github.com/Milerius/mm2-client/blob/main/.github/workflows/mobile_release.yml Would be nice to upgrade...
### Is your feature request related to a problem? Please describe. I would like to have a radix sort in the library https://rosettacode.org/wiki/Sorting_algorithms/Radix_sort#C ### Describe the solution you'd like Some...
In golang i simply do: ```go router.ServeFiles("/logs/*filepath", config.GConfig.LogsPath) ``` ServeFiles serves files from the given file system root. The path must end with "/*filepath", files are then served from the...
New protocols to add for addressbook `use standard network address`: - Matic - Harmony - Optimism - Arbitrum - Avax - Fantom - Ubiq - Kucoin Chain - Heco Chain...
**Is your feature request related to a problem? Please describe.** - [x] a way to switch legacy/segwit in the wallet page - [x] Property to know if the coin support...