wuffie
wuffie
I was scratching my head trying to debug using this branch. Classes don't seem to work well with this concept, given Moonscript's implementation of them. Since the constructor is added...
Here is the output of `vainfo -a`: ``` Trying display: wayland libva info: VA-API version 1.20.0 libva info: Trying to open /usr/lib64/dri/radeonsi_drv_video.so libva info: Found init function __vaDriverInit_1_20 libva info:...
I ran into a similar issue. I believe it has to do with iterating over arrays that are contained in listened-for objects. When I isolated the array from the object,...
> [...] my top bar (ags) also no longer gets rendered, with the reserved space no longer existing. The bar is still running in the background and there's nothing odd...
Maybe there could be support for a record "singleton" specifier? `local record Foo ` ...which would allow for its use as a type and for indexing, but not for declarations....
Seems to be happening as of 0.41.1, updated from 0.40. While playing Killing Floor 2 or Cavern of Dreams, the mouse cursor stops being grabbed until another XWayland window is...
Ah. I'm very sorry - I think it may have something to do with the cache. Initially I receive `(none)`, and after deleting and rewriting the code I receive the...
Thanks for the mention! It seems that `value` is still un-narrowed after the changes. Shadowing works as expected, but it seems that narrowing an `any` does not work. Tried with...