derMart
derMart
Addendum: When dealing with colSpan cells, maybe it is also desireable to be able to define styles on the cell level instead of the column level? Otherwise, how to interpret...
same problem trying to edit https://jsperf.com/typed-array-fast-filling/4 I get a 400 response with the error: Not all tests inserted. Please fix, and please reopen #236 as it is not fixed atm.
same problem slightly different stack trace here in 0.2.24.214816 ``` 05-20 13:54:56.150 19494 19494 E AndroidRuntime: FATAL EXCEPTION: main 05-20 13:54:56.150 19494 19494 E AndroidRuntime: Process: com.google.android.gms, PID: 19494 05-20...
ah sorry, org.microg.nlp.backend.ichnaea version 1.5.0 I got apple wifi and mozilla location service installed but deactivated and only gsm location service active (org.fitchfamily.android.gsmlocation version 1.5.3)
here is the whole unverbose output for better understanding: ``` www-data@bd870eed28c1:~/html/shop$ vendor/bin/codecept run -c ./packages/[REDCTED]/codeception.yml tests/unit/API/ Codeception PHP Testing Framework v4.1.1 Powered by PHPUnit 8.5.21 by Sebastian Bergmann and contributors....
here is a minimal example where the SQLSTATE[42000] error is happening: ``` public function testTransaction(UnitTester $I) { // works fine DB::beginTransaction(); DB::rollback(); // does not work inside the unit test...
> Can you share the sample for the actual result and expected result. So that I can check what is best suited. Sorry, I do not fully understand what you...
to clarify, this is how it should comply to Germany and Austria rules: - item->tax_amount = item->total * item->tax_rate / 100 + (item->total / cart->net_total) * shipping->price * item->tax_rate /...
Thanks, still a little confused about the Enhancement label. In which countries is the current shipping tax calculation valid? (I would expect Bug label here too)
Sure, so it is not valid in any country currently, is that what you are writing? Then, why not add Bug label until it is fixed?