apeman

Results 4 issues of apeman

So im having a issue saving a image with a long name, if I do: ``` $curl->download('/MlOAemd1rvXUnph3GjWS8ArwfqWzdkaRRYYcAigXz8fGKyd54v4zzvv3mXG1GlmZhV8x11YjsoRnHJVi6-QoBdGio5Ji-ulo4ozZ6UL9FPCU30FFvDFtFEiJEoeYxoMiE5XlIO1OSvTMpVlKiX6XK4feSFQ58hpf91h1RXXONk-KxUQzuLsyjR5pPJzOoLURB_nCSzgxjRTQEz6JJoJ6lMssWTKG6BqqCLZWtSmN-xsmfGBti2-awaFfv4kdUqHxx4jmbJ05z5hiQ1hm8084lSG6yQ4cBUruigdS9QSjJZjhP-56XeWO19dBZmVmRMchwO0VujgtCido7GPsJI2D1Q.jpg', 'data'); ``` I get this error: ``` PHP Warning: fopen(data/MlOAemd1rvXUnph3GjWS8ArwfqWzdkaRRYYcAigXz8fGKyd54v4zzvv3mXG1GlmZhV8x11YjsoRnHJVi6-QoBdGio5Ji-ulo4ozZ6UL9FPCU30FFvDFtFEiJEoeYxoMiE5XlIO1OSvTMpVlKiX6XK4feSFQ58hpf91h1RXXONk-KxUQzuLsyjR5pPJzOoLURB_nCSzgxjRTQEz6JJoJ6lMssWTKG6BqqCLZWtSmN-xsmfGBti2-awaFfv4kdUqHxx4jmbJ05z5hiQ1hm8084lSG6yQ4cBUruigdS9QSjJZjhP-56XeWO19dBZmVmRMchwO0VujgtCido7GPsJI2D1Q.jpg): failed to open...

Im currently running Node 14.17.5 which works fine, but when updating to 16.13.0 I get a error about redis-fast-driver using a old module version: ``` Error: The module '/node_modules/redis-fast-driver/build/Release/redis-fast-driver.node' was...

This adds a function to allow users to exclude domains from the due/expiry date sync. This will, by default, not impact any domains

I am having the same issue as https://github.com/rethinkdb/rethinkdb-ts/issues/8 I am closing the cursor of a changefeed using a connectPool ``` // Connection pool options const options = { silent: true,...

bug