Mohammad Anton Rizki Syahputra
Mohammad Anton Rizki Syahputra
If I'm not mistaken, when I'm using doom emacs. Each time I create deft-file with C-c RET, it always generate a new file with firstline is title based on the...
This is my main.js ``` import Vue from "vue"; import VueMeta from "vue-meta"; import App from "./App.vue"; import vuetify from "./plugins/vuetify"; Vue.config.productionTip = false; Vue.use(VueMeta, { // optional pluginOptions refreshOnceOnNavigation:...
 I don't know - treshold - As intent - Output - Path - Flatten - Processor Can someone explain that term to me?
**Describe the Bug** go get on v4 take too much space on go pkg directory **Steps to Reproduce** Steps to reproduce the behavior: 1. run go get github.com/golang-migrate/migrate/v4 **Expected Behavior**...
Using type 7 style 4 navigate using alt1, alt2, alt3, alt4 working fine but if current position in alt4 doing alt1, 2 or 3, will crash if using ctrl+tab, or...
I'm using flatpak MPV, is it because of that?
I'm using autokey app on linux, basically it select VLC window then simulate keyboard press alt + ir ``` import subprocess def focus_or_open_vlc(): process = subprocess.Popen(['pgrep', '-f', 'vlc'], stdout=subprocess.PIPE) output,...
I'm using VLC 3.0.19 Vetinari builduser@ Oct 11 2023 and my OS is arch linux Linux mohammad-81yh 6.1.58-1-lts #1 SMP PREEMPT_DYNAMIC Sun, 15 Oct 2023 18:38:43 +0000 x86_64 GNU/Linux 
After setting it up, I'm trying to compile one of the example but the result is the same. I think the header with ignore tag is not ignored.  This...
It's not gonna compile if this heading and it's content in there ```Contents :TOC:QUOTE:ignore:``` It need to be removed to make it compile.