actondev (Christos)
actondev (Christos)
Is there any update on this? @WildRackoon have you figured out anything? I in particular would like to "cache" certain areas of a window. So, my idea is 1. Call...
What is the idea for cstrings? I just found myself editing the drawTextEx for raylib to pass the size, so that (from nim side) you can use `openArray[char]`, and call...
Oh, was assuming I'd have to copy to obtain a null-terminated one. Thanks!
Hi, I found the solution (at least it's working - not doing a PR cause I don't really get what happens with font-lock) in `button-lock-add-to-button-list` adding a `3rd` argument to...
Having the same issue in ubuntu with xfce, stremio_4.4.137-1_amd64
This makes the following scenario possible - User changes the definition of the `hi` function in `foo.bar2` - The changes are reflected when calling `foo.bar2/hi` in the `foo.bar` namespace This...
Emacs bindings for switching namespaces, evaluating sexp under current namespace ``` emacs-lisp ;; Some helper funcionts for workin with s7 namely, changing ;; "namespace" with (ns ..) forms ala clojure...
Updates: - Allowing :require in the `ns` call. - special usecase: if the passed namespace name is `rootlet`, that will require things directly into (rootlet) Example: ``` scheme (ns rootlet...
Update: - added `:doc` parameter to the `ns` macro example usage ``` scheme (ns aod.imgui.macros :doc "Some macros to make life easier while working with ImGui. The usual syntax is...
oh! thanks for the advice and for your comment! hope to remember to upload this change shortly heh