bohonghuang

Results 31 issues of 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...

![Peek 2021-09-30 22-36](https://user-images.githubusercontent.com/11132087/135476198-6a32e2d3-e0b3-47ee-ac19-8d33403b4e72.gif) 开启 `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`: ![图片](https://user-images.githubusercontent.com/11132087/165080746-3ed44a13-a780-407a-bb73-6a3ea54d470b.png)

bug

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

![截图 2022-06-20 14-19-16](https://user-images.githubusercontent.com/11132087/174537833-63160f7a-9edc-4773-aa57-05cf5ec3e15f.png)

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.

canbuild