Muhammad Fikri
Muhammad Fikri
upps.. sorry it seems duplicate with #102 but with different style. ``` php try { \QB::beginTransaction(); \QB::table('table')->insert(['column' => 'data']); \QB::table('table_2')->insert(['column' => 'data']); \QB::commit(); } catch (\Exception $e) { \QB::rollback(); }...
hmm, if using booleans, when we call `commit` in another function/module it will disturb the previous transaction, because it just check true or false, without knowing how much transaction has...
more correct fix https://github.com/jaggedsoft/node-binance-api/pull/742
@imumesh18 it works! thanks!
agree, the normal behavior should be like a web browser, just refresh the active tab. If you still want to refresh all tabs, consider using a different key combination, like...
agreed, I have similar issue, I need to compare request between app to proxyman and proxyman to target server