John Reeves
John Reeves
Currently Vanilla interacts directly with as3commons-reflect (and to a lesser extends, as3commons-lang) - this interactions should be abstracted into an interface so that Vanilla is no longer tightly coupled to...
Appreciate that this library doesn't have many users; however as mentioned in #20, I've taken a very different approach and pulled the guts of this library out into a new...
See https://github.com/jonnyreeves/chunked-request/issues/10 for context and research.
## Overview This package (ts-protoc-gen) has always conflated two distinct use-cases: 1. Generate TypeScript definitions (`.d.ts`) to accompany the JavaScript generated by `protoc` 2. Generate the JavaScript and TypeScript definitions...
Pass the collection of `paths` through to `resolve` to support environments with 'interesting' node module environments ala https://github.com/tkellen/js-liftoff/pull/44/files Patched up a minor bug in an error message whilst I was...
Hi There, Thank you for providing this library and sorry for asking a question which may be a feature request. I need the ability to swap two items positions without...
JSLogger should cascade the LogLevel configuration for named loggers based on their namespace, so for example: var loggerA = Logger.get("parentNS.clientA"); // Configure the LogLevel of the parent namespace Logger.get("parentNS").setLevel(Logger.WARN); loggerA.info("Info...
Aha, found you! Took me a while to track this repo down as the published app doesn't give any indication of who made it - I found you via the...
This project is incredibly helpful; would it be possible to add support for Android Adaptive Icons? I'm having a lot trouble getting the proportions right for them :(