Taegil Bae

Results 6 comments of Taegil Bae

I wanted to remove 'index.html' from string. I found out that the following code was working: ``` stripIndex :: String -> String stripIndex = takeWhile (/= '\0') . replace ((:)...

Did you mean this? ```haskell stripIndex :: String -> String stripIndex str = fromMaybe str $ match ((\a b c -> a ++ b : c) many anySym sym '/'

GSconnect seems to be sending multiple files one by one. On the other hand, if I send two files from a device's KDE connect, the receiving device notifies me once...

애드온이란 게 추가적으로 기능을 넣는 건데 제가 추가적으로 받침 입력하는 방법을 요구하는 게 아니라 신세벌식 P2에서는 쌍기역 받침을 넣을 수 없습니다. 신세벌식은 쉬프트키를 안 쓰려고 하는 세벌식인 것 같은데 그래서...

I don't know emacs lisp very much, I have found that the following code works. ```elisp (let (previous-keybinding) (use-package desktop-environment :after exwm :diminish desktop-environment-mode :init (progn (setq previous-keybinding (alist-get (elt...

@DamienCassou Thank you for the tip. It seems that your suggestion makes `s-l` undefined. But with a slight change, I could obtain a solution. ```elisp (use-package desktop-environment :demand t :after...