Moo

Results 5 issues of Moo

The interface for `FieldValueSet` is defined as follows: ```ts export interface Entity { // Read-only. id?: string; } export interface FieldValueSet extends Entity {} ``` Meanwhile, in the [example](https://docs.microsoft.com/en-us/graph/api/listitem-create?view=graph-rest-1.0&tabs=javascript#example) and...

It would be nice to adjust the font size of the letters. I'm using a higher resolution display and it's very hard to make out the letters, especially similar looking...

http://www.js-data.io/v3.0/docs/js-data-http The code does not compile on TS version 3.1.6: ```ts import { DataStore } from 'js-data'; import { HttpAdapter, addAction } from 'js-data-http'; const store = new DataStore(); const...

Fixes https://github.com/jmdobry/CacheFactory/issues/32

The following returns the value of the cached item only if it is present in the `expiresHeap`: ```js { key: 'removeExpired', value: function removeExpired() { // ... while ((expiredItem =...