rmzg
rmzg
Title, when I cursor over a highlighted words how do I get a list of suggestions to automatically popup like a standard coc extension does?
As the title says, if you have access to the calibre tools, use them to attempt to embed the metadata back into the actual ebook file. This is something I...
``` rtcontrol --json -o active --start hash=4B05007F51D725465314E6B4F0FABE4C7739D7F6 INFO About to START 1 out of 7 torrents. INFO Total time: 0.007 seconds. Traceback (most recent call last): File "/home/buu/bin/rtcontrol", line 11,...
I suppose this is more of an issue for `vim-go` but my understanding is that it uses motion entirely to implement the `:GoDecls` and `:GoDeclsDir` feature so any changes would...
Long story short, despite the documentation recommending `-et` over `-t`, `-et` is basically broken: https://github.com/perltidy/perltidy/issues/90 If you want sane indentation using tabs, use `-t` instead.
I want to disable editing/removing uploads, especially when shared to other people, without having to set a password every single time I upload, but nothing I try seems to work....
A problem I frequently run into is when the value of a given key somewhat randomly switches between an array value and an object value. In my most recent they...
``` const pg = require('pg').native; async function main() { let client = new pg.Client({host:"/var/run/postgresql"}); await client.connect(); client.end(); } main(); ``` That throws the error: ``` assert.js:85 throw new assert.AssertionError({ ^...
In short the lexer rule: `\d-\d` Does not match "1-1" But the rule: `\d\\-\d` Does match "1-1" Is this intended and where is it documented? (p.s. why is the npm...
Hey, not sure where to ask, I noticed there was a v2 branch with recent updates, any info on if it's usable/should be beta tested/etc?