Eliyaan (Nopana)

Results 22 issues of Eliyaan (Nopana)

### Describe the bug I forgot the parentheses on the .string() and it outputs me a build error ### Expected Behavior I expected a error message ### Current Behavior It...

Bug

### Describe the bug Builder error : warning: cast between pointer and integer of different size error: pointer expected ### Expected Behavior This is the SSCCE that I made to...

Bug
Unit: cgen

### Describe the bug Builder error when I execute v run "myfile" ### Expected Behavior The code is a condensed version code to get the bug, I stubbled across a...

Bug

### Describe the bug When I compile the program it output a builder error ### Expected Behavior It to compile (but it's an MRE so no specific usage) ### Current...

Bug
Status: Confirmed

### Describe the bug The vweb localhost crashes somethimes it's right when I start the program sometimes it works well sometimes it's two minutes after the start ### Expected Behavior...

Bug
Unit: vweb

### Describe the bug When dumping (see below) it outputs an Invalid Memory Access, but **only** when gg is imported. ### Reproduction Steps ``` import gg fn main() { a...

Bug
Status: Confirmed
OS: Windows
Weird/Undocumented Behaviour

### Describe the feature As discussed here : https://discord.com/channels/592103645835821068/763496422166626336/1190371024131334195 To make la independent from mpi to be able to run vsl.la just with v install vsl. (I'm not sure if...

Hi, The fullscreen parameter is working unreliably on gnome. Sometimes the window shows up in fullscreen but sometimes it does not. (reproduced it in triangle-sapp.c by adding `.fullscreen = true,`...

### Describe the bug When the struct reference is a mutable function argument it outputs a builder error and a warning. ### Reproduction Steps ```v @[heap] struct Client { mut:...

Bug

### Describe the issue The `comp` parameter can be replaced by something like `nr_channels` because it can be confused with compression level (that is handled by `quality`). (and there is...

Unit: Documentation