South Drifted

Results 52 issues of South Drifted

## What I expect ```diff - setFormValue(value: string) + setFormValue(value: string | File | FormData, state: string | File | FormData) ``` ## Related links - [Specification](https://html.spec.whatwg.org/multipage/custom-elements.html#dom-elementinternals-setformvalue) - https://github.com/calebdwilliams/element-internals-polyfill/issues/2#issuecomment-734367044

help wanted
question

Thanks your team's great work, I built a Web components engine with Parcel 1, and I'm working on upgrading to Parcel 2. I have get many things done until rebundling...

Parcel detected a PNPM project, but failed to install Bundler modules automatically. ## 🎛 Configuration ### `package.json` ```json { "source": "source/index.ts", "types": "dist/index.d.ts", "main": "dist/index.umd.js", "module": "dist/index.js", "devDependencies": { "parcel":...

- [ ] cd1f5230f79c1ea66739c3d69f881857498dd338 - [ ] 654975d31b18d16a635f59a0313da842f2e016e3 - [ ] c1e69152ab4fa5d219469deaf310ef5a483d8861 : https://github.com/mobxjs/mobx/blob/mobx4and5/docs/refguide/reaction.md

feature

## My case Request `GET /?sortBy=name` with codes blow: ```typescript import { IsString, IsOptional } from 'class-validator'; import { JsonController, Get, QueryParams } from 'routing-controllers'; class BaseModel { @IsString() name:...

type: fix
status: needs triage

## What happened? Resume data ```YAML work: - startDate: 2020-01-23 ``` isn't equal to ```JSON { "work": [ { "startDate": "2020-01-23" } ] } So, some themes will crash with:...

I suggest Chromy to **be compatible with Nightmare API**, so that it can execute JavaScript codes recorded by [DayDream (Chrome extension)](https://github.com/segmentio/daydream).

As I run [the first demo script in ReadMe](https://github.com/OnetapInc/chromy#usage), my Chrome which is running for other Web pages was **killed and restarted** with only a confirm popup: > Chrome wasn't...

## Basic info - **Node.js version:** 8.0.0+ - **jsdom version:** 12.0.0+ ## Minimal reproduction case ```js const { JSDOM } = require("jsdom"); const { window: { document } } =...

feature
html living standard

## Example ### JSX declaration ```ts import { VNode, JsxVNodeChildren } from 'snabbdom'; declare global { namespace JSX { type Element = VNode; interface ElementChildrenAttribute { defaultSlot: JsxVNodeChildren; } }...