Yu Shen

Results 13 issues of Yu Shen

The following code at ```~/.spacemacs.d/layers/config/packages.el``` ``` (setq org-structure-template-alist '(("n" "#+NAME: ?") ("L" "#+LaTeX: ") ("h" "#+HTML: ") ("q" "#+BEGIN_QUOTE\n\n#+END_QUOTE") ("s" "#+BEGIN_SRC ?\n\n#+END_SRC") ("se" "#+BEGIN_SRC emacs-lisp\n\n#+END_SRC") ("sp" "#+BEGIN_SRC python\n\n#+END_SRC"))) ``` Got...

It would be handy to automate the export process of all org-files to html, after all literate programming would like to be more readable with html from time to time...

I'm very interested in extending the markdown syntax to support "ruby syntax" of HTML 5 standard (https://www.w3schools.com/tags/tag_ruby.asp) to write text with annotation, especially classic text, such as Bible scripture. I...

I guess this might be related to copilot.el,, as the emacs would hang, at least twice when I press ESC to reject the suggestions from the copilot. Since the emacs...

I find that whisper is not that accurate for my English. I wish to have the capability to save the audio so that I can play back and correct the...

Thank you for providing whisper_dart and whisper_flutter! I'm new to Flutter app development. I just finished the tutorial to create a new "Hello World" Flutter app with VS Code. Could...

I got this error: error: element "fieldset" not allowed here; expected the element end-tag or element "row" or "search" with a seemingly legitimate SimpleXML file. [combined-current-forecast.zip](https://github.com/ChrisForsythe/SplunkStuff/files/9039817/combined-current-forecast.zip) The command is `java...

Here is how I ran into the error.: ``` #+begin_src java FipContainer(Module containerModule, ThreadManager thread, String fipGroup, Mode mode){ this.containerModule = containerModule; this.containerThread = thread; } #+end_src ``` when executing...

Here is the link with the error: `https://play.d2lang.com/?script=NMqxCsIwFIXhPU9xwDlQdMvm6ObgC1yTYxtoc-EmLYjk3YWI43fOf4jVgI8D0tlHLa88_wis8ta9eZY5FwY0aTL2Ex4LIU89iCh7ZYXger-BZmr_hLblIivawo2ImjieQZ9TwGWaHNBdd98AAAD__w%3D%3D&layout=tala&` Here is the code that cause the error: ``` vars: { d2-config: { layout-engine: tata # The above causes a API error...