Lasse Fister
Lasse Fister
Supersedes 1969828 in PR #28 by @kontur. @kontur you can now do something like this: ```js // Note: I don't mind where you put `globalCache`, // this is just a...
This is fully backwards compatible, will merge soon.
@davelab6 could you please read this and tell me if I got it right. Our goal is basically that we can take a font and **a)** state which languages are...
https://github.com/filerjs/filer > Filer is a POSIX-like file system interface for node.js and browser-based JavaScript. Uses the same API as node.js `fs`
Since the `xml`-module was written there have been "good looking" developments/discoveries of xml libraries for nodejs and in pure javascript. The focus of the xml module is to provide a...
In metapolator we are currently implementing zipping of UFO data, mainly for user downloads from the browser. However, since a zip is binary data, writing binary data to disk becomes...
`BasePath` will have to implement the full `io` API. (maybe we can do something smart here) ``` // ioObject: an object with io api // basePath: is a string that...
Currently PlistLib raises `ufojs/errors.Type` and `ufojs/errors.Value` which is maybe too generic. It would be nice to have at least for parsing errors a family of PlistLibErrors. This may also include...