Dennis Snell

Results 58 issues of Dennis Snell

Fixes https://github.com/google/diff-match-patch/issues/10, https://github.com/google/diff-match-patch/issues/59, https://github.com/google/diff-match-patch/issues/68 Alternate to https://github.com/google/diff-match-patch/pull/69 Fixes for **Java**, **JavaScript**, **Objective C**, **Python2**, **Python3** ## Status - Please scrutinize the code and think of any test cases not covered...

This is a great library! Unfortunately it has been ambiguous about what input it wants to accept and what it wants to output. That is, while we know that it's...

See also #100 Being able to run the compilation/computation inside a WebWorker or in an iframe would make it significantly easier to secure the scripts to guard against abuse and...

Status: **DO NOT MERGE** See #247 See #339 When we assign our new `(secured-eval)` we've been allowing the `window` property to bleed through as `this`. Additionally we have been setting...

See [serializeAttributes()](https://github.com/WordPress/gutenberg/blob/master/blocks/api/serializer.js#L152) where we mangle the JSON attributes in order to provide additional safety against transformations that WordPress might further take. That is, it's not just "spec JSON" even though...

enhancement

It'd be worth checking around on our terminology for the `phrase` token name. In other places we have used `html` and `freeform` and even `soup` to describe non-block content.

question

It appears that the **Query** box gets cut off prematurely regardless of screen size. Tested on mobile and desktop in Safari and Chrome. To reproduce, open the site and then...

## What? Adds a new HTML character reference decoder class, used by tag processor, for properly decoding HTML character references (entities). Leaves junk input in output, e.g. when HTML calls...

[Feature] Block API

> **Note**: This is experimental stuff. Here be 🐉 🐉. Please ignore 😄

[Feature] Block API

## What? Makes it possible to source _some_ block attributes from a chunk of HTML given the attribute definitions (as passed in `registerBlock()`) ## Why? Who doesn't want sourced block...

[Feature] Block API