actondev (Christos)
actondev (Christos)
I have cljc file like this ``` clj (ns app.shared (:require #?(:cljs [reagent.core :as r :refer [atom]]) )) ``` The first build works successfully, but if I save this file,...
Hi! I just noticed a difference between litecli & sqlite default cli when running `explain ` - litecli --version Version: 1.6.0 - sqlite3 --version 3.36.0 2021-06-18 18:36:39 5c9a6c06871cb9fe42814af9c039eb6da5427a6ec28f187af7ebfb62eafa66e5 litecli: ...
Would it be possible to support inline svg? examples at https://commons.wikimedia.org/wiki/SVG_examples Visiting the above website with `litebrowser`, the svgs are not diplaying. Some example: ```html Sorry, your browser does not...
I'm wishing to embed chez in a c++ application. Is it possible to initiate multiple independent scheme sessions? I see in https://github.com/cisco/ChezScheme/blob/b7f161b/c/scheme.c#L38 that the `heap_state` is static. So.. I guess...
Moving & resizing is great, but one thing I'm missing from Linux (xfce4) is the double click to maximize! Would be a great addition. Kind of related with https://github.com/dmarcotte/easy-move-resize/issues/81 (modifier+middle-click...
Hi @diadochos , hope you're doing well :) I've been working on https://github.com/kaz-yos/eval-in-repl/issues/23 and I've been wondering how one should configure shell vs term, what variable should it be in...
**Describe the bug** I stumbled upon a weird behavior when remeshing, when some weird flipped face artifact was introduced. It seems that calling `detect_boundary` before remeshing (either with `pmp::adaptive_remeshing` or...
First of thanks for this extension, really glad that I stumbled upon this! I have an issue when defining buttons in org-mode. If the button's regexp text is in plain...
This issue is meant for organization/documentation purposes. As s7 scheme doesn't have any separate module/namespace structure, coming from clojure I really missed this feature. So I cam up with a...
Hi there! First off many thanks for this library! This won't change the default behavior. It's just helpful to be able to disable building the tools. Had some issues using...