bohonghuang
bohonghuang
`raygui` helps build immediate mode GUI with `raylib`. It's useful in writing debug interfaces and could become a good option for writing GUI in Common Lisp. Any plan to wrap...
 开启 `sis-global-respect-mode` 后 ,定义出以前缀键开始的键盘宏就会有问题,比如图中演示的 `C-x o` ,Emacs版本是28.0.5。
The following project items, for example, will keep the project from being archived by `org-gtd-archive-completed-items`: 
After typing`M-x` `habitica-add-item-to-checklist` and entering "UTF-8 Test", I got following error messages in `*Messages*` buffer: ``` url-http-create-request: Multibyte text in HTTP request: POST /api/v3/tasks/69893d8f-3425-435f-b95a-d62c7706085d/checklist/ HTTP/1.1 MIME-Version: 1.0 Connection: keep-alive Extension:...
It provides #2217 with application creation and multi-threading support. The source code is hosted at: https://github.com/bohonghuang/cl-glib
Based on [cl-gobject-introspection](https://github.com/andy128k/cl-gobject-introspection), it converts the constants, functions, and classes from GObject Introspection namespace into LISP-style definitions, which is the core of #2217 and #2219. The source code is available...
This project contains the bindings to GTK4/Libadwaita/WebKit2GTK, available at: https://github.com/bohonghuang/cl-gtk4

Take `Gio.Application` for example, `(gir:list-signals-desc (gir:nget-desc gio:*ns* "Application"))` will produce: ``` (#F #F #F #F #F #F #F) ``` where the parameters of signal `open` contain a list of `GFile`....
This Common Lisp library helps write concise CFFI-related code without runtime overhead, available at https://github.com/bohonghuang/cffi-ops.