Olof-Joachim Frahm (欧雅福)

Results 27 issues of Olof-Joachim Frahm (欧雅福)

I've seen some documents in the wild that have a `` comment block before the first `html` node (but after ``). I'm not super sure if that's "valid", but it...

I used the library before the `order` parameter was removed from the `bits->octets` function and just maintained a local small patch to add it back - I can see how...

This package needs improvement. In particular a good API for CLOS mocks. As always two layers, first one functions, second one macros. Edit: After some tinkering this looks like it's...

enhancement

[C.f.](http://report.quicklisp.org/2020-09-28/failure-report/cl-cffi-gtk.html#cl-cffi-gtk)

Instead of recreating them all the time. Might be addressing some of the issues reported in https://github.com/crategus/cl-cffi-gtk/issues/69. In the long run might be worth more addressing this in CFFI directly.

With the exception of two functions where we'd need to create a whole new function, because the signature is not forwards-compatible with any more arguments.

E.g. a property of type `GVariantType` (which is basically an alias for `char*`) will fail to properly be translated onto the Lisp side. A bad fix (leaking memory) for this...

bug

so I don't have to have SLIIME open. Looking at the commercial Lisps here. And compare with the GTK-own inspector, which can see their own properties and values. Maybe it...

enhancement

C.f. - the tests can fail if the classes haven't been initialised - the proper way might be to have a fixture that calls `g-type-class-ref` and `-unref` around the tests...

bug