Results 13 comments of naryl

I found a way to load it with correct pixel format, but it requires a call to internal cepl.types::make-pixel-format.

I'm going use cairo-surface to implement a statusbar, decorations, and a menu. I just need your idea of the API. Here's my first take: ```lisp (define-menu root-menu ("Applications" ("Terminal" (run-program...

We should probably catch SIGINT to call uiop:quit. ulubis built with drm-gbm doesn't work on my laptop either. Looks like cepl has troubles creating context. May be because it only...

This still looks like an issue. There are two ways to install Qlot. 1. Use Roswell, and run it with `qlot` shell command. 2. Use Quicklisp, and use the lisp...

I changed my mind. There should probably be a `rest-common` too since looks like only `client-stub` uses drakma. So, it's not needed on the server. Also `rest-client` would be a...

Actually typed slots can still be unbound. @goose121's proposal should work.

The CI fails because the other PR is not accepted yet.

sha1's developer refused to change dependency. I'm investigating other options.

The current consensus for user data seems to be using `~/.local` as the generic prefix while moving cache to `~/.cache` (instead of `~/.local/var/cache`) and settings to `~/.config` (instead of `~/.local/etc`)....