Sooheon Kim
Sooheon Kim
The light green, even when bolded, is pretty hard to see against the light background. Maybe make it darker green?
The `java.time.foo` objects that are returned by fns in this lib print as something like `#object[java.time.Instant "0x6cc2abad" "2017-11-13T01:40:56.483Z"]` However these can't be used interactively as *data* because unlike java.util.Date's `#inst...
Closes #68. This action deletes current window and moves its buffer to target window. Also add the action to default dispatch alist under ?r, and under negative arg of ace-window.
Same as swap window, but also delete the _from_ window. I think this would be useful, maybe it could go on a negative arg to ace-window? From: To:
It would be nice to have this option, knowing that a particular bit of text is a section title, and what level the section is, is useful for some downstream...
#### Description Calls to `spacemacs|diminish` when spaceline is excluded from dotspacemacs is ineffectual. Is there some unnecessary coupling there? #### Reproduction guide - Add `spaceline` to `dotspacemacs-excluded-packages` - Set `dotspacemacs-mode-line-unicode-symbols...
Possibly fixes #367, unsure if best approach. Any thoughts
The following is the correct indentation: ``` (defmodel Client :clients_table IModel (properties [_] {:timestamped? true})) ``` But lispy-tab gives me this: ``` (defmodel Client :clients_table IModel (properties [_] {:timestamped? true}))...
## Expected behavior With both a build.boot and project.clj, (setq 'cider-preferred-build-tool 'boot) M-x cljr-add-project-dependency The dependency should end up in the build.boot file. ## Actual behavior This will end up...
Say you want to differentiate edge/node types explicitly, and have differently parametrized functions operate on each type. This is different from types implicitly being encoded in the input embeddings, because...