Tony Ivanov

Results 21 issues of Tony Ivanov

Well this is wierd, pressing the tilde combo on my keyboard does absolutley nothing in gonvim. It works everywhere else on my system though. Might be worth mentioning that I...

Hi I have a few xm mods generated from Sk@le tracker back in '06 and they can't be played back. I suspect it has to do with the following line:...

I'm a little bit sad, cause I made some nice ANSI art using the awesome [blocktronics/moebius](https://github.com/blocktronics/moebius) editor, and wanted display it in a game that uses blessed. But alas I...

Hey! First of all, thanks for this amazing tool, just what I've been needing for a very long time. So question, is there any way to add an auto-generated `Table...

enhancement

Just tried this plugin out after i got tired of no hotkey's in No-script plugin. But `disable-javascript` failed to block already loaded webworkers, meaning if i temporarily enable JS on...

more information needed

Please, include **Srcery** in the collection. You can find it here: **https://github.com/srcery-colors/srcery-vim** As a bonus, i'm also including the default KDE Konsole "Breeze" scheme. I'm sorry for this low quality...

Hi! I'm working on something that would enable me to free myself another tiny bit from the cloud, and I'd really love to be able to pay for dedicated replication...

Hi! I'm trying to deploy using an private docker/registry-2.0 (docker-distribution) Have I misconfigured my registry or is there simply no support for /v2/ api yet? ``` $ centurion -p myApp...

``` $ node Welcome to Node.js v13.2.0. Type ".help" for more information. > require('svgdom') Thrown: Error: No valid exports main found for '.../node_modules/svgdom' at resolveExportsTarget (internal/modules/cjs/loader.js:611:9) at applyExports (internal/modules/cjs/loader.js:492:14) at...

### Description A button with a tooltip does not receive an dotted underline but a drop-down does. Maybe add `:not([role=button])` to filter list? ```css [data-tooltip]:not(a):not(button):not([role=button]):not(input) { border-bottom: 1px dotted; text-decoration:...