Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,083 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
- agzam/trapperkeeper Clojure
Created a pull request in threatgrid/ctia that received 8 comments
Hide contexts based on feature flag
Epic # Close #1016 Related threatgrid/response#389 It's a WIP PR, intended for collecting early feedback. Missing pieces: [ ] tests [ ] documen…
Created an issue in snoe/clojure-lsp that received 6 comments
Get fully qualified symbol at point
I often need to find out the fully qualified name of a symbol at point (In Emacs), so I do this:
(when (lsp--capability :hoverProvider) (let ((s (-…