tumashu

Results 47 issues of tumashu

``` sql2005> .find +-----------+--------+--------------------------+ | type | schema | name | +-----------+--------+--------------------------+ | table | dbo | CV010001 | | table | dbo | CV010002 | ... | procedure |...

I have tested the following example, and can not get the desire output: ``` (async-start ;; What to do in the child process (lambda () (message "This is a test")...

Ivy-posframe has been move to GNU ELPA, should company-posframe move too? this seem to be a good question :-) https://github.com/tumashu/ivy-posframe/issues/95

The reason is that posframe and ivy-posframe's README is managed by el2org, so moving it to GNU elpa may be a good idea. @Entropy @PierreTechoueyres Hi friends, do you have...

Is it possible add a “ORPHAN:” in org-brain-visualize UI, to show all entry without parent, child and frend? for I think brain should let things link each other, it one...

feature

![截图_2020-07-27_11-01-53](https://user-images.githubusercontent.com/67725/88499512-a4af1c80-cff8-11ea-9848-d901b56735e9.png) Hello: I want to let different entries have different color, so I add org-brain group (maybe other name) feature. any suggestion?

We can add many viewport and split a brain map to many maps with different viewport. the default viewport is "all" viewport.

feature

Merging two entry to one seem to be a usful feature, at the moment, I use the below function in my config: ``` (defun eh-org-brain-merge (entry1 entry2) "Merge ENTRY2 to...

feature

For example: ``` (defun eh-org-brain-add-nickname (entry nickname) (interactive (list (org-brain-entry-at-pt) (read-string "Nickname: "))) (let* ((targets (org-brain--all-targets)) (nickname-entry (org-brain-entry-from-id (cdr (assoc nickname targets))))) (if (not nickname-entry) (org-brain-add-nickname entry nickname) (when (yes-or-no-p...

enhancement

For example: ``` (defun eh-org-brain-set-title (&optional entry new-title) (interactive) (let* ((entry (or entry (org-brain-entry-at-pt t))) (title (org-brain-title entry)) (new-title (or new-title (read-string "Title: " title)))) (when (equal (length new-title) 0)...

enhancement
wontfix