Xandor Schiefer

Results 16 issues of Xandor Schiefer

It'd be great if this package could export an `unresolvePath` function alongside the `resolvePath` function, which does the exact opposite. This would be great for projects like https://github.com/HeroProtagonist/eslint-plugin-module-resolver and https://github.com/Galooshi/import-js...

https://github.com/tleunen/babel-plugin-module-resolver is a fairly widely used babel plugin, which allows for aliases and root folders. E.g. with the following in `.babelrc`: ```json { "plugins": [ ["module-resolver", { "root": ["./src"], "alias":...

It'd be great if we could specify in a snippet where we'd like the cursor to be after the insertion. This is very nice for e.g. layout component snippets.

feature request

It'd be a cool feature if coloured devicons worked out of the box. Perhaps include some colour maps for the stock shipped colorschemes and some popular 3rd party ones, a...

✨ enhancement
Hacktoberfest
up-for-grabs

I know this plugin is designed primarily for prose, but I wanted smart quotes in comments in my code. I've managed to do this. Currently it looks like this in...

enhancement

I tried: ``` @import '{ $size-large as $badge-size-large } from ../Badge/style.scss'; ``` But got an error: ``` Undefined variable: "$badge-size-large". ``` If I don't try to transform the variable name...

feature request

It'd be great to have first-class support in the overlay for installing different versions of Firefox side by side, at the moment this is not possible. I have the following...

TL;DR: Help me convince tmux to [support appendable user options](https://github.com/tmux/tmux/issues/533) (like other string options), then you can inspect e.g. `@plugins` user option and we can do cool stuff like include...

I'm using the snippet generation in my project, and it works great. But I'd like to be able to have [MDX stories](https://github.com/storybookjs/storybook/blob/master/addons/docs/docs/mdx.md) be generated as snippets, too.

enhancement
help wanted

I just discovered your project, it looks very nice. I immediately wanted the full JSON-powered experience when calling `home-manager switch`, so I took a stab at implementing that. Once I...