Allie

Results 136 issues of Allie

### Problem Currently there is half-baked support for this feature (it's possible to control this using wmctrl but there are no animations and if a notification is received it's impossible...

Needs Design

PS E:\code\v> v build .\vpkg\ vpkg\api\lockfile.v:36:5: error: unexpected `lock`, expecting `name` 34 | 35 | fn get_lockfile_path(dir string) string { 36 | return os.join_path(dir, '.vpkg-lock.json') | ~~~~ 37 | }...

**V version:** **UI version:**0.0.4 **OS:** windows, Microsoft Windows 10 Pro v19042 64-bit **What did you do?** ```v import ui fn main() { window := ui.window({}, []) print(window) } ``` **What...

enhancement

**V version:** V 0.2.2 639061b **UI version:** 0.0.4 **OS:** elementary OS 5.1.7 Hera **What did you do?** `~/.vmodules/ui/examples$ v webview.v ` **What did you expect to see?** Successful compile **What...

bug

**V version:** 0.2.2 (787a63dab6fe1e2b2b7fbfcee61e761359ed174b) **UI version:** 0.0.4 (12593da17ae91fc1fc9d6d47c02265eb808830a5) **OS:** Windows **What did you do?** ```v import ui struct Ab { mut: z string } fn main() { mut y :=...

bug

**Platform:** Linux **Description:** When in repl (`yue`) Ctrl+z prints a replacement character instead of pausing the job ![image](https://user-images.githubusercontent.com/13716824/179754115-d61165bf-6f9d-411b-8ba3-dae17f632729.png)

If an assert has a message after it and a space between the call and the brackets it will throw a syntax error. `assert (1==1, "Oopsies!")` ``` 1: syntax error...

## What Happened I'm trying to install over a windows install and when I select the drive and hit "erase and install". After that my system stops responding, with nothing...

Most times each user of a computer will have the same screen layout. Currently on my setup on greeter the left screen appears to the right and visa-versa. I guess...

Status: Confirmed

### What Happened? My system was having hitches so I opened up monitor and saw wingpanel was using 2GB of ram. I restarted it and now it's only using 96MB....