Kain

Results 111 comments of Kain

I keep having this issue when ssr is enabled. ``` [Vue warn]: Unhandled error during execution of setup function at > [nuxt] error caught during app initialization H3Error: nuxt instance...

maybe we need something like this? https://github.com/atlassian/react-beautiful-dnd/blob/master/src/view/drag-drop-context/drag-drop-context.jsx#L27-L30

I have the same issue, I noticed by seeing the pendant from the pvp outfit not being grouped with the other pieces although it belongs to the outfit set/rule. I...

Fixed in my fork: https://github.com/masterkain/net-http-spy/commit/58dc111094a61884c1ab699a09aa1ccc77cf7472 but not sure if it's retrocompatible.

```typescript // src/libs/express-unique-id.ts import { Request, Response, NextFunction, RequestHandler } from 'express'; import { createId } from '@paralleldrive/cuid2'; export interface ExpressRequestIdOptions { setHeader?: boolean; headerName?: string; generator?: () => string;...

Sounds good to me, we haven't completed the switch to node 0.10 yet but it's in the pipeline and we can help testing. Thanks :+1:

I was quickly tinkering around: ``` source = "http://itunes.apple.com/WebObjects/MZStore.woa/wpa/MRSS/newreleases/sf=143441/limit=10/explicit=true/rss.xml" # url or local file content = "" # raw content of rss feed will be loaded here open(source) do |s|...

I have a similar problem, in the latest iteration of the code this is shown even with a simple async stream: ```elixir Symbol.supported() |> Task.async_stream(fn symbol -> HTTPoison.get(url, [], params:...