Taras Pohrebniak
Taras Pohrebniak
You can`t access /stats, /version, etc. endpoints from browser via JS/Ajax now. This commit fixes it.
Following code: ``` // Configure CoinHive to point to your proxy CoinHive.CONFIG.WEBSOCKET_SHARDS = [["ws://localhost:8800"]]; // Start miner var miner = CoinHive.Anonymous('4AnnLEK2k5n7msJqA3t1excg49imMpgtzFFuxBryXh9E17cxhqxZFYJUbUc7X7jkJg6q61va5tnDG82ZV4ngVfEr9ZC5cC6'); miner.start(); setInterval(function() { var hashesPerSecond = miner.getHashesPerSecond(); var totalHashes...
.destroy() method must remove all bricklayer stuff and restore previous content structure, but now it just simple deletes container with content from DOM.
Every time I call .engines endpoint. ``` Invalid request to GET /v1/engines. You provided a body with this GET request. Either submit a POST request, or pass your arguments in...
Sometimes OpenAPI Api responds for a bit longer. This package fails to handle this: ``` } connect ETIMEDOUT 52.152.96.252:443 ``` I suggest adding a parameter to handle timeouts.
``` > [email protected] install /home/lis/work/Elomia/server/node_modules/kdtree > node-gyp rebuild make: Entering directory '/home/lis/work/Elomia/server/node_modules/kdtree/build' CC(target) Release/obj.target/kdtree/src/lib/kdtree.o CXX(target) Release/obj.target/kdtree/src/node-kdtree.o In file included from ../node_modules/nan/nan.h:190:0, from ../src/node-kdtree.cc:15: ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe Nan::ForceSet(v8::Local, v8::Local, v8::Local,...
I think this package also should provide artisan command like: ``` bash php artisan make:slackListener ``` Possible syntax example: ``` php artisan make:slackListener ListenerClassName --event=slack_event_name ``` Real-world syntax example: ```...
This helped me with fullscreen in youtube embed #20. I think, it will be good if there is will be some option that will allow us to disable will-change property...