flopetautschnig
flopetautschnig
**Rewritten ringbuffer-feature moved to vlib/datatypes. Implementing head and tail pointers, as well as fixed sized array** Example: ``` module main import datatypes fn main() { // create a new ringbuffer...
*This contribution adds the possibility to format numbers (integers, floats) with thousands separators and with a custom-set radix.* ``` // f32_format - Formats an f32-number as a string by adding...
**V doctor:** ``` OS: macos, macOS, 12.1, 21C52 Processor: 8 cpus, 64bit, little endian, Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz CC version: Apple clang version 12.0.0 (clang-1200.0.31.1) getwd: /Users/florian/Desktop/Code/v/server vmodules:...
*This contribution adds the possibility to format numbers (integers, floats) with thousands separators and with a custom-set radix.* ``` // f32_format - Formats an f32-number as a string by adding...
## This PR provides an endpoint to update the data of a logged in user #### Update current user To update user data in the database, send name, email and...
## This feature allows users to add custom response headers to the HTTP proxy functionality ### They can be added by using the webui 
Add "zerve" - a simple framework for writing web services in zig
Add coroutinez - a small runtime for running tasks on coroutines in zig