Colin Kuebler

Results 131 comments of Colin Kuebler

It would be silly to have 102 enum values, the raw int value should be exposed instead.

You may find [wiredprairie/unofficial_nodejs_nest](https://github.com/wiredprairie/unofficial_nodejs_nest) useful, as it implements long polling subscription

Hi @gingersoulrecords, Thank you for your kind words. I'm thrilled that this library has helped you. I'll be continuing to support it as time allows. If you have any ideas...

Hi @SuperCuber thanks for sharing your thoughts. For performance reasons, the current parser does not support look behind or look ahead regular expressions. You might be able to work around...

> The most straightforward way to do this that I see is to add a method that will do both steps (that on `Parser` will just call `tokenize` then `identify`...

Yes I had a few ideas I'm experimenting with. Might take me bit due to work and life. I'm pretty booked up for the next week or so. One idea...

> > preceding and following tokens > > I assume that at least the following tokens are not `.identify`ed yet, so if you wanted to do that you'd need to...

@dy would you check if this resolves #22?

> @kueblc yes, I don't see that issue with this patch Awesome, thanks for checking! > What about publishing to npm? Are you against npm in some reason? Nothing against...

Thank you very much @dy