KgOfHedgehogs

Results 12 issues of KgOfHedgehogs

Result of the example `["INSERT INTO distributors (did, dname) VALUES (23, ?) ON CONFLICT (did) DO UPDATE SET dname = ?" "Foo Distributors" "EXCLUDED.dname || ' (formerly ' || d.dname...

In synaptic/datasets.clj there is miisteke with options pass: ``` (defn training-set "Create a training set from samples and associated labels. The training set consists of one or more batches and...

### Problem description I would like to have an ability to switch between OS tabs by index. ### Preferred solution A command that accepts a tab number as an argument,...

T: enhancement
C: Commands
C: OS Integration
C: OS MacOS

Initially I tried parse a string like this: `{"definition": "...(see Section 2.13(d)). (ii) \\[Reserved\\] (5) The purpose of the disclosure..."}` Parsing this throws an error: ```clj (pjson.core/read-str "{\"definition\": \"(see Section...

Can't assign command on hotkey consist of single `super` key ``` super{+ @space,_} {,tdrop -ma -h 400 -w -9 -x 4 -y 4 -s dropdown }termite ``` I expect to...

I have a minimal config, and I constantly observe leaking memory. I used version 2.5.0 and later upgrated to 2.7, but this didn't help ``` {$GRAFANA_DOMAIN} { reverse_proxy grafana:3000 }...

needs info :mailbox_with_no_mail:

**Describe the bug** With code lens disabled sometimes I observe `...` popping up in the right side of all views after I edit code. **To Reproduce** Prepare a file that...

language server issue

**Jetty version(s)** 11.0.17 **Java version/vendor** openjdk version "21.0.3" 2024-04-16 LTS OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build 21.0.3+9-LTS, mixed mode, sharing) **OS type/version** Inside of...

Bug

Please add `[Ljava.lang.String;` class to the deserialization list Array of strings serializes more compact (count (nippy/fast-freeze (into-array String (repeat 1000 "hello")))) #_5071 (count (nippy/fast-freeze (object-array (repeat 1000 "hello")))) #_7005

enhancement

sup! First of all, awesome library and I'm not judging anyone for their unorthodox control flow views. Second of all, there's a typo in the `loopr` docstring https://github.com/aphyr/dom-top/blob/375df6397c78559a18c376860af0475373af95cd/src/dom_top/core.clj#L728 It should...