Isaac Levy

Results 40 issues of Isaac Levy

This plugin creates an AAAA record in route 53, but API gateway does not support IP v6 so this record cannot be resolved properly.

bug

### Version 6.0.0-beta.11 ### Reproduction link [https://github.com/isaacl/vueNextIssues/tree/master](https://github.com/isaacl/vueNextIssues/tree/master) ### Steps to reproduce Use v6 with rollup option sourcemap: true. ### What is expected? The Vue file is only included once in...

### Version 6.0.0-beta.11 ### Reproduction link [https://github.com/isaacl/vueNextIssues/tree/basicComponent](https://github.com/isaacl/vueNextIssues/tree/basicComponent) ### Steps to reproduce Compile a simple component which uses a data() function ### What is expected? The template renders `Hello World` on...

## 🚀 Feature Proposal Hi, I started with `ts-jest` on my project, but found startup performance to be unacceptable. I think this is because ts-jest compiles my entire project in...

:rocket: Feature Request

Drag and Drop api is pretty well supported. It would allow dragged pieces to track more closely to mouse pointer, making for smoother piece movement. https://caniuse.com/#search=draganddrop cc @niklasf

prospect

Most browsers support web animations, which might animate piece translations more smoothly. Worth investigating.

prospect

Pointer events might simply our mouse/touch handling code.

prospect

When a premove activates it looks weird to have the piece move at normal speed -- is that what we want?

```json { "$ref": "#/definitions/EmailConfig", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "EmailConfig": { "additionalProperties": false, "properties": { "adminContact": { "type": "string" } } } } } ``` is valid (in fact is part...