Juho Vepsäläinen

Results 178 issues of Juho Vepsäläinen

``` <bottle.label> ``` yields ``` node_modules/to-markdown/node_modules/jsdom/lib/jsdom/living/helpers/validate-names.js:10 throw new core.DOMException(core.DOMException.INVALID_CHARACTER_ERR, ^ DOMException: Invalid character: ".label" did not match the Name production: Expected ":", "_", [A-Z], [\u0370-\u037D], [\u037F-\u1FFF], [\u200C-\u200D], [\u2070-\u218F], [\u2C00-\u2FEF], [\u3001-\uD7FF],...

Do you think it would be worthwhile to try to make the plugin work with [mini-html-webpack-plugin](https://www.npmjs.com/package/mini-html-webpack-plugin)? I'm curious what it would take on that side to integrate. We should just...

feature

It would be good to support patterns for `watch`. I.e. **scripts.json** ``` { "scripts": { "start": { "cmd": "deno run --unstable mod.ts", "watch": "*.ts,*.json" }, } } ``` Based on...

**Work in progress** The purpose of this PR is to add support for [Shared Workers](https://developer.mozilla.org/en-US/docs/Web/API/SharedWorker) to threads.js. So far I've done the following: * I extracted a `get-expose.ts` helper to...

[Shared Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/SharedWorker) are a relatively new feature that allow multiple scripts communicate with a single worker. A good use case would be for example sharing computation between multiple browser...

enhancement

### Describe the solution In order to debug proxy behavior, I'm trying to run my development server in another terminal instead of using `wrangler pages dev --proxy=3000 -- deno task...

enhancement
pages

**I'm submitting a feature request** **Webpack version:** 2.x **Please tell us about your environment:** OSX 10.x **Current behavior:** I'm not sure if this was discussed before, but it's one of...

enhancement
Feature
Up for planning

Hi, Just came by your library through a chance. The functionality looks great. I started to wonder, though, if it would make sense to port it to monorepo style. You...

enhancement
breaking

The idea would be to discuss design techniques you might use for designing your own components. I could discuss [Reactabular](https://github.com/bebraw/reactabular) and similar components of mine in detail there.

bonus chapter

Basically we would port the application to CSS Modules here. Related to #404.

bonus chapter