Filipp-Druan

Results 31 issues of Filipp-Druan

Hello! Then I enter "(ql:quickload 'mgl)" there is an error: `Subprocess # with command ("cc" "-o" "/home/iam/.cache/common-lisp/sbcl-2.2.11-linux-x64/home/iam/quicklisp/dists/quicklisp/software/mgl-mat-20220220-git/src/cublas-grovel__grovel-tmpHFNPYN8O.o" "-c" "-I" "/usr/local/cuda/include/" "-march=x86-64" "-mtune=generic" "-O2" "-pipe" "-fno-plt" "-fexceptions" "-Wp,-D_FORTIFY_SOURCE=2" "-Wformat" "-Werror=format-security" "-fstack-clash-protection"...

Hello! I want to translate Cookbook to Russian language. May I do it? May I collect donations? Thanks! Filipp

Hello! Can I use SDL2 in IUP based program? Like we using OpenGL. Thanks!

Hello! II have been looking for a GUI library for Lisp for a long time. Found IUP. There is a tutorial for it, but did not find a consistent description...

Hello! Please, dear developers, can you write some documentation, examples? Missing list of functions. How do ncurses and croatoan compare? Thanks!

Hello! I tried to compile this code: ```(ql:quickload '(radiance cl-who lass)) (defpackage regrin-site (:use :cl :radiance :cl-who :lass)) (in-package regrin-site) (defun render-home-page () (with-html-output-to-string (var) (htm (:html5 (:head (:title "Home")...

Hello! I am using your extension with the dark theme enabled. The autocomplete window is still light. Could you fix it somehow? Thanks in advance!

Hello! I can't understand Clack without proper documentation. There is no documentation at all. Sorry, but this is **very bad**. Could someone from the developers or active users of Clack...

Hello! Please tell me, can I create my own widgets? Are there any restrictions on inheritance? Can you give an example of creating your own widget?

Hello! I'm comparing application code on your library and on CL-CFFI-GTK4. The second library provides a more declarative interface. For example: ```lisp (defun do-level-bar (&optional application) (let* ((vbox (make-instance 'gtk:box...

enhancement