Sam Martin-Brown

Results 17 comments of Sam Martin-Brown

+1 1. Open Atom **Atom Version**: 1.2.0 **System**: Ubuntu 15.04 **Thrown From**: [node-resolver](git://github.com/hughsk/atom-node-resolver) package, v1.0.1 ### Stack Trace Failed to activate the node-resolver package ``` At Cannot read property 'command'...

+1 to this, just getting started with hubot, same debug output, same screenshot as OP: ![login-failure](https://cloud.githubusercontent.com/assets/3308997/13351772/ff00593a-dc80-11e5-963b-198f44074d55.png) Debug output: ``` ERROR Timeout in waiting for login success! [Fri Feb 26 2016...

Can anyone at Nylas give a rough estimate of if/when this feature is likely to be released?

I would politely disagree with your perspective here, the codebase I spend most of my day working in consists of > 5000 python files (and I'll regularly have > 30...

`stubgen` is able to parse the lief module when run against it: `stubgen -m lief` (after pip installing `lief`). I'm not sure this is particularly useful without some manual maintenance...

I'd quite like to see something like this also. One common approach in python at least, would be to support the file protocol, which would let us use a `BytesIO`...

Same issue as others: Atom: 1.0.19 Ubuntu Vivid 15.04 x64 Packages list fails to load all packages, error in console as follows: ``` Cannot read property 'prototype' of undefined TypeError:...

Just bumped into this, and am curious how others work around this? I get the feeling a rust way to do things would be nicer, but `findClosestByPath` is commonly referenced...

I was about to write a ticket along the lines of @Patdue's comment above, I would love something along those lines; I currently have several methods with large, almost identical...

Is there any work around for this in the meantime? I hit it with pydantic, which I believe others have bumped into as well... All the best of luck with...