Woody Peterson

Results 13 comments of Woody Peterson

I couldn't resist making my changes more generic, so I made a backwords-compatible version [here](http://github.com/crystalcommerce/bert/tree/no_define_t), although it's still a find/replace at it's heart

Most forks of the project are to fix this, but they do it in an obviously backwards-incompatible way. [This change](http://github.com/crystalcommerce/bert.erl/tree/version_agnostic_dict_fix) _looks_ to be backwards compatible, and more importantly, more resistant...

I had this issue as the result of a hack while trying to get deoplete to work with lexima. Something about the hack made lexima's `` rules break. Probably not...

By the way, I do see in the code where it limits by IP, so it's functioning correctly in that sense. I mean is this use case by design, or...

Same problem here. I'll hack something together, but it'd be nice for this to work out of the box.

Try #34 and see if that works for you. Give the PR a nudge if so (please).

#34 fixes a very similar issue with building for Ruby (probably the same issue), could you see if it fixes python as well?

I've got a workaround / temporary fix. The bug referred to up top (iOS 11.3.0 [Bug #184250](https://bugs.webkit.org/show_bug.cgi?id=184250)) is about `event.preventDefault()` not working for event listeners registered while inside another event...