Lennart Schreiber
Lennart Schreiber
http://api.jquery.com/jQuery.browser/ was removed (and depr. since 1.3) Your code now fails here: ``` if ($.browser.msie && options.leftClick) { mouseEvent = 'click'; } else if ($.browser.msie && !options.leftClick) { mouseEvent =...
Without this fix, you cannot overwrite url_keys with product import. The lines are copied from Magento Core Files.
Some onBootstrap fixes
Hi, I have fresh minimal Debian server and used this doc https://github.com/frappe/frappe_docker/blob/develop/docs/single-bench.md to install Erpnext. It's not clear what to do afterwards to get SSL up an running with letsencrypt....
======== SUMMARY METRICS ====== | Metric | Value | |-----------------+--------------| | Starting balance | 1000 BNB | | Final balance | 8859.982 BNB | | Total profit % | 786.00%...
Did not show any results (Loading Bar only), Firebug told me "offset 1 not found in interface.php line 141" (1.0.7d). This should fix missing Item Descriptions in items.txt
As supposed by https://github.com/sammchardy/python-binance/issues/1250 I added some lines to make the limit parameter work. Without this fix, the function will run forever (while True:...) even if the limit is reached....
Adding new binance API function https://binance-docs.github.io/apidocs/spot/en/#rolling-window-price-change-statistics
The create User Form is not showing the captcha - but needs the input. Perhaps add ``` $this->remove('captcha'); ``` after https://github.com/Danielss89/ZfcUserAdmin/blob/master/src/ZfcUserAdmin/Form/CreateUser.php#L27 Like already done in EditUser https://github.com/Danielss89/ZfcUserAdmin/blob/master/src/ZfcUserAdmin/Form/EditUser.php#L27