J
J
Memoizing operators will raise a syntax error due to the operator symbols being injected into the eval'd code. We can allow operator memoization by using some mangled names instead. To...
This isn't exactly ideal, as a more proper fix would involve checking the `Method#parameters` values for `rest` and `kwargs` arguments, but the basic idea is this patch gets Memoist working...
Fixes for EWKB and WKB output - Ensures endianness - Handles SRID on EWKB output
We noticed that we have code erroring out in our app recently involving some checking around method names in a `respond_to_missing?` handler we have and the method name it's coming...
I noticed that `link_to`/`link` was added recently to `avo-menu` and it broke a few things for me, which were easy to fix, but it would be nice to have compatibility...
Unlisted/private Vimeo videos include an additional hash in their pathname that gets converted to an `h` query param in embedded links. This patch allows for such private videos to be...