calvintwr

Results 21 comments of calvintwr

can you try `import Blitz from 'blitz-resize'`?

@Qix- I have created a PR https://github.com/debug-js/debug/pull/911 for this fix. It comes with tests as well.

Travis failed on node 0.10. #setPrototypeOf is only supported from 0.12 and up. Suggest dropping support for 0.10. And also in package.json, node support is listed as 0.4.

Sure. Can you point me to the code that does error handling?

Hi @ZiizouChrist can I see your code? Gist or repo is fine.

@ZiizouChrist I checked through your code and it seems alright, except the only difference with mine probably me calling #saveSession. Below is my gist: (You can ignore the setInterval for...

@ZiizouChrist that's really odd. For me I use #Contacts.list as a check on whether the session is valid, and could always use #Contacts.new if #Contact.list works -- they work and...

There isn’t an official way — that’s the problem 😅. On Wed, 7 Jul 2021 at 5:03 PM, ZizouChrist ***@***.***> wrote: > @calvintwr I assume that is very weird >...

> It looks like your fix unfixed itself in the mean time somewhere. Running the test someone mentions above yields this: > > ``` > DEBUG=FOO DEBUG_DEPTH=40 node bla.js >...

I run into `malloc failed` with this. I was using llama-13b. Any idea?