Alan Jeffrey

Results 75 issues of Alan Jeffrey

The build history for dockenstack on the docker registry (https://registry.hub.docker.com/u/ewindisch/dockenstack/builds_history/7634/) shows build status Error for every build since 8 June 2014: | build Id | Status | Created Date |...

README.md says that dockenstack "Requires Docker 1.0 or later," but running with version 1.0 produces the behavior described in issue https://github.com/ewindisch/dockenstack/issues/10. Does the version requirement need to be "Requires Docker...

At the moment, the XR spec seems to assume that immersive content and 2D content can live in the same process, since they share JS state. This seems to rule...

Over in Servo, we've seen cases where URLs that the `url`crate parsed were then rejected by hyper: https://github.com/servo/servo/issues/24175. The case we hit https://github.com/servo/servo/pull/24148#issuecomment-529963631 was the URL `http://"empty_script.js/?id=5\\%22`, but there are...

The API proposal at https://github.com/immersive-web/navigation#api-proposal is a `sessiongranted` event that contains a `session` field. This means that content has no way to control the initialization of the session, and in...

The fix for #52 will almost certainly need a changed rooting API, which will be a breaking change, so we need to release v0.3 of Josephine. I'd like the new...

`ManuallyDrop` causes `Pin` not to call its destructor, oh dear. This is different from `mem::forget(T)` because that has to be called after the pinning (so the borrowchecker will complain about...

JSContext owns a `Option` which exits the compartment when dropped. Our old friend `mem::forget` might cause that not to run, sigh.

Currently Josephine uses an older SM. This should be updated, preferably by allowing multiple different versions of SM to be used. cc @tschneidereit @fitzgen

IRC chat with @nox: https://botbot.me/mozilla/rust-lang/2017-11-20/?msg=93730218&page=3