Ken Snyder

Results 13 comments of Ken Snyder

And to add more info, the function getRuntime() will return null, when--according to the code comment--"client is not connected". The getRuntime() function is called in 111 places in the repository...

This is great. I'm not sure where the proxy property is defined, but I like the approach you took. I'll take a closer look and add some unit tests.

Sequel Pro crashes for me EVERY time I close any tab. Any word on when this fix will be released? Is there a workaround to force a disconnect before closing...

@kimegede Yay! Thank you. That cask name didn't work for me. I had to do the following: ```$ brew cask install homebrew/cask-versions/sequel-pro-nightly``` I found that name by running `brew search...

It looks like all content is undraggable. A quick [search on the CKEditor repository](https://github.com/ckeditor/ckeditor-dev/search?utf8=%E2%9C%93&q=dragend&type=) shows that they use dragend to make text and images draggable. I'll look into it.

Hi @laur89! Do you have any thoughts about where we might specify the bounds? Currently, the API is: ```js const parser = require('any-date-parser'); parser.attempt(date, locale); ``` It feels like a...

@laur89 Just looking at the code for how we might support this. If bounds are specified, what should happen if the parsed date is outside of the bounds? Do we...

@kolmakova Given that you didn't have some locales installed, can you clarify what is the current behavior and desired behavior?