jaide (formerly eccentric-j)
jaide (formerly eccentric-j)
I'm processing a data structure that is an object with a list of results containing maps of properties describing a row in a data table. The names of the properties...
# Reproduction 1. Visit http://clojuredocs.org 2. Focus on search field 3. Type “Throwable” ## Expected - Throwable->map should be listed in search results - Can be tagged as a see...
#### Description :octocat: company-capf error when working with namespaced functions in Clojure. Preventing me from accessing namespaced functions. #### Reproduction guide :beetle: - Use the latest develop branch - Start...
# PROBLEM: I am able to access core node modules in dev build but not in my tests. ## REPRODUCTION: Created https://github.com/eccentric-j/minirepro-fig-test-deps to minimally reproduce the problem 1. Run `git...
Currently, nix is becoming a more common way to manage packages so it’s possible users may have fennel installed through nix instead of luarocks. Going to install nix again on...
An interesting problem, @agzam mentioned, that rears its head again when implementing fixes like #121, is we don't have a great way of communicating new potential settings and their defaults...
Currently, Spacehammer is intended to own the ~/.hammerspoon directory. This suits people who first discover Spacehammer but this setup might be alienating to existing Hammerspoon users who don't want to...
Follow up to #106 is to keep thinking and improving on test performance and consistency. When running the tests, it's going through the https://www.hammerspoon.org/docs/hs.ipc.html API to communicate with the hammerspoon...
Following up to #106: - [ ] Replace `describe` with a macro similar to Clojure's `testing` macro - [ ] Replace `it` with a macro similar to Clojure's `deftest` macro...
Came up with a personal mod to get selected text, display a tmux session selector GUI, then send the text to the selected tmux session. In essence, you can have...