stevenleeg

Results 26 comments of stevenleeg

This would be enormously helpful. @nosovsh did you ever get to developing the hardcoded object?

For additional context, I've been running into these issues using both the Python API and the command-line interface. I still haven't been able to pick up any particular rhyme or...

> I'm guessing this worked, because it's not using the ".global" endpoint at all and relies on the ".de" endpoint, as specified here: https://github.com/guitmz/n26/blob/master/api.go#L15 I'm testing out #126 locally and...

> > I'm guessing this worked, because it's not using the ".global" endpoint at all and relies on the ".de" endpoint, as specified here: https://github.com/guitmz/n26/blob/master/api.go#L15 > > I'm testing out...

Looks like MacOS has some sort of protections on the `~/Library/Messages` directory that prevent command line programs from being able to access it– looks like the same sort of thing...

Hi there, I'm also seeing this error occur nondeterministically and only within our CI environment, though for us we're seeing: ```TypeError: Cannot read property 'requestBody' of null``` I've tried upgrading...

I recently ran into a similar issue and was able to debug it by importing `is-equal/why` manually and running it through. Turns out the prototype of the two objects I...

Hm, looks like developer support for this feature is low but I'd like to add my support for getting this in as well!

Any progress on this issue? I'm running into the same thing and I believe the discussion in #66 is mostly based around this as well.

Hmm interesting idea. Currently the blink/tick system is a bit wonky (not sure if you've had trouble using it or not), so I definitely need to do some work on...