Jan T. Sott
Jan T. Sott
Since development of this plugin is obviously stagnant, I recommend [this fork](gulp-svg2png-node7fix) (don't let the name fool you, it works beyond Node v7) or [gulp-raster](https://www.npmjs.com/package/gulp-raster) as replacements.
@ianwalter Any plans to fix the linting error?
I'm not sure whether this is possible. For example, it's my understanding that the color red would not be the one defined in a highlight.js style-sheet, but from the Terminal's...
Actuall, it should work in terminals that [support true color](https://gist.github.com/XVilka/8346728#now-supporting-truecolour). The Rust app [`bat`](https://github.com/sharkdp/bat) does this.
I've been looking into it and the real question to me is how to treat fallbacks. The easiest would be to fall back to the defaults that are currently defined...
> You can check for the presence of various color support with some of sindresorhus's modules I believe, so you could switch behavior based on colors available to term, plus...
> I like the idea of a dropdown box instead of each terminal having its own button. I agree with @UziTech. Just because there are dozens of terminal packages that...
I created this package primarily for use with SvelteKit, the config is pretty unspectacular. ```ts import { sveltekit } from '@sveltejs/kit/vite'; import type { UserConfig } from 'vite'; const config:...
Would you say this is a bug or more of a feature request? In general, I'd like to follow the defaults of Vite and its first-party ecosystem. That means I...
What's the relationship between Laravel Vite and the script linked in the initial post? Does one depend on the other? Is it the same script or a stripped down version?