Yukari Hafner

Results 128 comments of Yukari Hafner

I'm getting this same error for a much simpler C library: https://github.com/shirakumo/libfond ``` Generating header for /home/linus/Projects/c/libfond/src/shader/to_texture.frag Generating header for /home/linus/Projects/c/libfond/src/shader/to_texture.vert [ 0%] Built target shaders Scanning dependencies of target...

Not currently, no. There would need to be an API change to do this, preferably by allowing a pause parameter, and a way for the user to limit the results.

Yeah, not sure what to even share about it. Fwiw it happens on all my machines, so not just a random setup thing. I'll keep you posted if it changes...

Sure. User-agent is Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.95 Safari/537.36, running Vivaldi 3.8.2259.40 (Stable channel) (64-bit) on Linux. Both typing youtube.com into the address bar or clicking...

This also happens in the following case: A local-projects system defsystem-depends-on another local-projects system. The dependencies of the second system are not fetched through quicklisp when the first system is...

Should be fixed as of Shinmera/cl-vorbis@03f61cba944aab99cd764d39a9d47718c14d0b83

Sure, if you want full 2D transforms you'd use a 3x3 transforms matrix. The simple renderer protocol [already employs this](https://github.com/Shirakumo/alloy/blob/master/renderers/simple/transforms.lisp). If you only want translation, then you only need a...

Scaling is why I had the "etc" there :) It's also not entirely true to say that scale and translate are the only useful ones. Rotation can also be useful...

Also interesting to consider would be allowing arbitrary shapes for layout elements, rather than requiring them to be box geometries. Especially things like fan menus or very stylised UIs would...

`represent` is not intended to be the only way to construct things. You can `make-instance` components just fine. `represent` is supposed to represent data in the UI somehow, hence the...