Edward Browncross
Edward Browncross
My current hack to make this work as I expected is to instead construct a response like this: ```js throw new Response(null, { status: 204, headers: { 'Set-Cookie': cookie, 'x-three-zero-seven':...
To investigate further, I started a local instance of the service, which gave this error: ``` Request: GET /v0/top_spaces ** (exit) an exception was raised: ** (FunctionClauseError) no function clause...
Thanks for looking at this so quickly! Yes I am able to use LiveShare. My colleagues, who all have had the same experience as me, can also use it. We...