johnjbarton

Results 33 issues of johnjbarton

I started to open a bug and PR to support error reporting in afterAll functions. But as I looked for how to add a test for this I discovered there...

New feature, so far only chrome perhaps: https://developer.mozilla.org/en-US/docs/Web/API/WindowEventHandlers/onunhandledrejection I would send a PR for this if encouraged.

discuss

When trying to run `ndb`, a `carlo` app, in a linux environment with some restrictions I fail with net::ERR_NAME_NOT_RESOLVED and the carlo window shows the chrome sad page icon with...

We use node __dirname in Traceur and I'd like to substitute something that would work under EcmaScript modules. In node, module source code is wrapped in a function: ``` '(function...

enhancement

This feature maps package names to root paths for resolving modules. Nothing about this functionality is specific to Browsers. Developers want to be able to write source code that uses...

question

As far as I can gather, the current consensus is for module keys to be absolute URLs. Ignoring the issue of URLs vs module identifiers, is there at least agreement...

Building the depsets recursively blows up eventually.

cla: yes

Under github https://github.com/clausreinke/js-tools admin button. Enable it and let's see if I can fork / pull request on it.

The jsDAV server seems to support 'plugins', but I have not been able to figure out how to get them to work. I tried adding an options.plugins but once I...

Pulley uses string analysis of stderr to detect errors. Unfortunately git sends normal output to stderr for many of its commands, eg including fetch http://git.661346.n2.nabble.com/Bugreport-Git-responds-with-stderr-instead-of-stdout-td4959280.html When pulley analyzes stderr, any...