Turiiya
Turiiya
### Describe the bug ```v // file.v import rand as _ ``` ```sh ❯ v -cc clang -cflags -fsanitize=undefined run file.v runtime error: call to function rand__wyrand__WyRandRNG_free through pointer to...
### Describe the bug It's not possible to use modules that import the current version of mbedtls on macos arm ### Reproduction Steps ```v // file.v import net.http as _...
Will require to pass a buffer arg that is muted as mutable. The variables that were passed to the updated utf32_ fns were were already declared as mutable, the change...
### Describe the bug ```v import sync.pool pub struct Foo { page string } mut pp := pool.new_pool_processor( // array return types cause `SIGSEGV` callback: fn (mut pp pool.PoolProcessor, idx...
One of the last changes to vpm before moving to working on the cmd_vpm2 repo. It's also the most complicated of the outstanding changes. It adds parsing to the update...
## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide...
This would make a required change in conjunction with https://github.com/vlang/v/pull/21566
### Bug Description https://github.com/webui-dev/webui/blob/9518b9e8442c9cbd275110c4e7871d0fe9f934b7/examples/C/call_c_from_js/main.c#L35 prints: ``` my_function_integer 4: 12345,000000 ``` ### Expected Behavior ``` my_function_integer 4: 12345.6789 ``` ### Reproduction Steps The `call_c_from_js` example can be used as reproduction ###...
Currently, upon a window start the window title is the `localhost` path until the windows is full loaded. Then the windows html `` is used. Similar to the `webui_set_icon` function...