Chaim Halbert

Results 12 issues of Chaim Halbert

**Describe the bug** According to the [JSON spec](https://datatracker.ietf.org/doc/html/rfc8259#page-8) (YAML is a superset of JSON), [YAML 1.2.2](https://spec.yaml.io/main/spec/1.2.2/#57-escaped-characters), and [YAML 1.3.0](https://spec.yaml.io/main/spec/1.3.0/#67-escaped-characters), `"\/"` is valid string syntax, equivalent to `"/"`. However, when `"\/"`...

bug
v4

If a placeholder (aka "ghost-text") spans across a paragraph break, the first `` element contains an `sfa:ID` attribute, which references a later `` element by its matching `sfa:IDREF` attribute. Example:...

I'm using a late 2014 MBP with El Capitan 10.11.3 and Windows 10. Holding down the option key at boot does not show the boot device menu.

Updates to latest React practice: * `React.PropTypes` was removed, and is now available in the `prop-types` package Resolves these warnings during `npm install` (or `yarn install`): * Deprecation of `babel-preset-es2015`...

Updates to latest React practice: * `React.PropTypes` was removed, and is now available in the `prop-types` package Resolves these warnings during `npm install` (or `yarn install`): * Deprecation of `babel-preset-es2015`...

Clicking the "Fullscreen" checkbox in Options > Video now instantly toggles fullscreen mode, rather than waiting for the next game launch. In macOS, the green fullscreen button in the window...

Add support for points within the IntervalTree. These will be implemented as a new Point object.

enhancement

``` pip install intervaltree ``` > Collecting intervaltree > Downloading intervaltree-3.1.0.tar.gz (32 kB) > Preparing metadata (setup.py) ... done > Collecting sortedcontainers=2.0 > Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) > Installing collected...

If many overlapping Intervals are inserted, the tree becomes the degenerate case of a single set containing all the intervals, making O(r_log n) search into O(r_n). If no Intervals are...

enhancement

Currently, test coverage as measured by the `coverage` package is 86%.