Tim Lee
Tim Lee
> Maybe a good compromise would be adding [cachew](https://github.com/karlicoss/cachew#motivation) support for file-based indexers, so basically each file would have a cache of its Visits (depending on the file timestamp), and...
I attempted to use `olp` in org-roam-capture by fixing `org-roam-capture--try-capture-to-ref-h` like below. It works. But I don't know how to `goto-char` to the end of a subtree. I tried `org-end-of-subtree`...
A link in double quote seems to be with no error, but it represents an incorrect link. ``` :ROAM_REFS: http://site.net/docs/01. introduction - hello world.html :ROAM_REFS: "http://site.net/docs/01. introduction - hello world.html"...
Possible solution is to escape spaces only. ```elisp (defun org-roam-ref-add (ref) "Add REF to the node at point." (interactive "sRef: ") (let ((node (org-roam-node-at-point 'assert))) (save-excursion (goto-char (org-roam-node-point node)) (org-roam-property-add...
I got a same problem. After some testing, I found the cause is that the go-ari module uses whole `ExternalMediaOptions` as a request-body. https://github.com/CyCoreSystems/ari/blob/a0b36882bbdb7fe03aeab92ed5e96b3534db0973/client/native/channel.go#L426-L428 But Asterisk expects a `Variables` field...
@Ulexus I've made a PR for externalMedia. But I think the externalMedia is just one of this issue. I noticed a `call-originate API` implementation is same. I think you have...
스피치 데이터 셋이 실 대화 데이터이기 때문에, 이 데이터로 LM용 학습 데이터를 다루는 분들은 따로 파서를 만들어 사용하고 있는데, Text를 읽어들이는 로더 기능 만을 제공하는 쪽이라면 현재 계획하시는 프로젝트 목적에...
AIHub에서 전사 스크립트에 대해서 따로 `KsponSpeech_scripts` 파일로 제공하고 있습니다. 해당 파일만 사용하면, 전체 데이터셋(음원 포함)을 다운받을 필요가 없을 것 같습니다. https://www.aihub.or.kr/aidata/105/download
URL이 복구된 것으로 보입니다. #189 를 추가하면서, open-subtitles 데이터 다운로드를 확인했습니다.