Sebastian Landwehr

Results 47 issues of Sebastian Landwehr

## Summary There is an inconsistent case when dealing with relative subpath imports. When importing `./foo/bar`, the import is kept and not replaced, which is good. When importing `alias/bar` however,...

This PR fixes start and end trimming by only trimming one newline each. This enables us to create real newlines instead of explicit newlines (those are removed), so the strings...

Because there are currently problems when importing the library via require.

I wrote a little drop-in replacement for the mem leak fix. I thought it might be interesting for readers to have it linked.

### Description Currently the icon system depends on icon fonts. Meaning you set a class and that class sets a special font family that contains the respective icons. This approach...

feature request

Currently it is not possible to not do any extension filtering at all. This PR checks for an empty array.

Currently these parameters are not configurable.

Hey, I created a module that integrates Modernizr into Nuxt.js: https://github.com/dword-design/nuxt-modernizr Description: Adds a Modernizr build to your Nuxt.js app.

module-request

Hey, I created a module that allows to send emails in a Nuxt.js app: https://github.com/dword-design/nuxt-mail Description: Adds email sending capability to a Nuxt.js app. Adds a server route, an injected...

module-request

Hey folks, I like this package and it solves a lot of my code coverage problems in frontend testing! One problem with the current implementation is that the coverage is...