Mitch Lloyd

Results 9 issues of Mitch Lloyd

### Expected Behavior In a plugin, calling context.request.setCookie would set multiple cookies: ```js module.exports.requestHooks = [(context) => { context.request.setCookie('first', 'first-value'); context.request.setCookie('last', 'last-value'); }]; ``` Expecting to see `first=first-value; last=last-value` in...

A-plugin-api
B-bug
S-unverified

Using the default `GOPATH` (not explicitly setting it) results in an error saying that `git` is not in `PATH` (it is): ``` > retool do retool: syncing retool: downloading github.com/vektra/mockery/cmd/mockery...

### Feature scope core ### Describe your suggested feature This library looks useful, but it doesn't seem to fit with some CDK style and conventions. Some design choices reveal Java...

feature-request

### Description Provide the [JS Bindings API described in the obs-browser readme](https://github.com/obsproject/obs-browser#js-bindings) to browser-panels (docked UI panels). ### Motivation and Context Unifying the exposed JS APIs between [obs-browser-source](https://github.com/obsproject/obs-browser/blob/master/obs-browser-source.cpp) and [browser-panel](https://github.com/obsproject/obs-browser/blob/master/panel/browser-panel.cpp)...

I see the value in having such a far-reaching end-to-end test, but I would like to be able to cache the host EmberCLI app on my machine rather than having...

This fixes #39 by not running the error test from 2.16 - 2.18. I also removed the Ember try config related to bower versions of Ember since these are pretty...

[This assertion](https://github.com/mitchlloyd/ember-islands/blob/f498855ba6191c68ef73237dcc9a5fca14c2e59d/tests/integration/components/ember-islands-test.js#L89-L93) fails on Ember Canary, throwing the error: ``` Error: Assertion Failed: ember-islands could not find a component named "unknown-component" in your Ember application. ``` So clearly the code...

Right now ember-islands will throw an error when rendered with Fastboot. Per https://github.com/mitchlloyd/ember-islands/pull/28, there could be some interesting use cases with Fastboot and ember-islands, but I'm not sure what those...

It appears that the `walk` module is no longer used: https://github.com/stringham/move-ts/search?q=walk&type=Code