Juho Vepsäläinen

Results 178 issues of Juho Vepsäläinen

It should be `['css']` always as others don't make sense with Purify.

type: Feature
flag: Community help wanted

It should be possible to filter these using functions. More flexible than an array of extensions.

type: Feature
flag: Community help wanted

If assets happen to return an array of assets instead of an individual asset, the search can return an array of arrays at the moment. `search.files` should normalize this (flatten...

type: Bug
flag: Community help wanted

I did the initial webpack configuration for this project. Since then I've managed to evolve it a lot. If there's interest, you can try porting the changes from my [boilerplate](https://github.com/survivejs/react-component-boilerplate)....

enhancement

I ran into this at https://github.com/webpack-contrib/mini-css-extract-plugin/issues/61. Looks like defaults don't include `postinstall` for compiling packages installed directly from GitHub although the repo itself seems to contain it.

type: Build
severity: 4 (inconvenient)
status: Needs triage
priority: 4 (important)

I noticed the published version is missing source maps. Demo: 1. `npm init -y` in a new directory 2. `npm add typed-html -D` 3. `ls node_modules/typed-html/dist` - No source maps...

I am getting the following with dnt 0.30.0 (also tried 0.29.1): ``` Running tests in ./script/gustwind/npm/node_modules/@deno/shim-deno-test/dist/test.js... Error: Cannot find module './definitions.js' Require stack: - /Users/juhovepsalainen/Projects/github/gustwindjs/gustwind/breezewind/npm/script/gustwind/npm/node_modules/@deno/shim-deno-test/dist/test.js - /Users/juhovepsalainen/Projects/github/gustwindjs/gustwind/breezewind/npm/test_runner.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)...

Hi, I tried testing this on iPad Chrome. For some the tag editor seems broken (doesn't activate). The rest seems fine, though.

enhancement
help wanted

Just thought to point out that it would be simple to create a Blogger importer for this experiment if you are interested. The [Ghost one](https://github.com/bebraw/blogger2ghost) exports JSON with Markdown for...

enhancement

As mixins won't work with ES6 style classes, would it be feasible to implement a HOC version? That can be easily turned into a ES7 decorator. See [baobab-react](https://github.com/Yomguithereal/baobab-react) for practical...