Wertzui123
Wertzui123
As far as I know, this action only allows you to create a release in the repo it was executed in, but it seems like Github does support creating the...
I have pushed a PR for both submodules too, but I think they need to be updated here as well. Not sure how that works though. Anyway, when all 3...
**V version:** V 0.2.4 61b99e1 **OS:** Windows **What did you do?** ```batch v -cc msvc -gc boehm run main.v ``` main.v: ```v fn main(){ println("Hello World!") } ``` **What did...
**Version of Waterdog** git:Waterdog-Bootstrap:1.15-SNAPSHOT:a1a01bc:298 **Expected Behavior** Rain stops **Actual Behavior** Rains on **Crashdump, Backtrace or Other Files** **Describe the bug** When I join a server, let it rain and switch...
Can you add a own plot generator for each world? Because then you coud have CBWater with water roads, CBLava with lava roads or CBCactus with no grass, but cacti!...
When you submit a plugin, for whatever reason, it is placed on page 1 and over time it moves to pages 2, 3, and so on (I think because it...
Can I toggle the large text under the pets off? And I wan't to have the Pets only in a certain world, but they follow me. Also sometimes it crashes...
(follow-up to #16028) There is a memory access/corruption bug (that I couldn't fix) when using the `GC_` functions for memory management in `stb_image_write`. Furthermore, the library should free allocated memory...
### Describe the bug ```v fn main() { dump(foo()!) } fn foo() !int { // do something if true { return 1 } return my_error() } struct CustomError { pub:...