hyperfekt

Results 29 comments of hyperfekt

I implemented shell commands for hie-bios so maybe this command should not be hie-bios specific, and output the flags to stdout instead, and the shell command can be used to...

Took a look again and this time I found it. Seems like setting up `OnTypeFormatting` and `FoldingRange` providers is the place to hook into. This being a language server level...

I've looked into this a little more and it seems while this may be the approved / currently available way to go, there doesn't seem to be a way to...

The assumption that indentation consists of whitespace is baked quite deeply into Visual Studio Code, and I don't see myself changing that or the team accepting such a change. I...

It appears Stylish does not support installing from URLs instead of a userstyles.org page, which means there cannot be a one-click install link. Additionally, pasting in moz-document style seems to...

Hmm, it could be possible if you basically ported Stylus (the extension) into a Userscript. I'm not sure there's anyone who wants to undertake such an endeavor. It might be...

The cause of this is a differing element structure, where sometimes the source will be included inside in the anchor element of the heading instead of being separate and following...

I am not certain how to fix this bug without the heading overflowing beyond the bounds of the result containers. Setting the heading to display as an inline element as...

I haven't seen any examples of this recently. Will observe further, maybe Google realizes they're doing weird things and stop serving that element structure. Please report if that's not the...

The thing is that usually this is not a problem, as the sites control the CSS they are styled with instead of it coming from untrusted sources, that's why it's...