derMart

Results 20 issues of derMart

when running bfgminer it clears some of the output. This happens for the error listed here: https://github.com/luke-jr/bfgminer/issues/823 but also when pressing ctrl+c or scrolling the current console output is deleted...

Using version 3.3.1 consider you have a table like this: ![colspan](https://user-images.githubusercontent.com/1069456/78138651-932d7d80-7427-11ea-883d-6b854f06dad3.png) First column has specified `cellWidth: 'auto'` all other have `cellWidth: 'wrap'` Result is as expected, the first column gets...

enhancement
v4

consider this: ``` var sym = Symbol('foo'); expect({[sym] : 1}).to.deep.equal({[sym] : 0}); assert.deepEqual({[sym] : 1}, {[sym] : 0}); ``` I would expect both variants to fail, but they pass and...

#### What are you trying to achieve? Trying to test code using DB:beginTransaction() and DB::commit() / DB:rollback() All tests pass. #### What do you get instead? After all tests pass...

# Bug Report Have a look here: https://github.com/bagisto/bagisto/blob/c1dceb0a011df016562c3d5461be6130375e3145/packages/Webkul/Checkout/src/Cart.php#L582-L591 `$shipping->price` is the total shipping amount of the cart in total. If the shipping method has specified `is_calculate_tax`, then each `$item->tax_amount` will...

Enhancement

If you have a match like `['parent/**','!/parent/level1/level2/test.txt']` currently the parent directories of test.txt will remain in the matching list: ``` javascript 'parent/' 'parent/level1/' 'parent/level1/level2/' ``` If you want to use...

help wanted

I am not sure if this is a bug or I took the wrong approach or this even does not belong to the svg spec. When embedding an svg into...

enhancement
help wanted
Hacktoberfest
difficulty:medium

**Describe the bug** Mozilla UnifiedNlp Backend keeps crashing, logcat shows: ``` 12-05 00:29:48.173 870 4526 D GmsLocProviderU: unified network: no longer requesting location update 12-05 00:29:48.173 870 4526 D ULocClient:...

bug

Using node v10.15.0. Clean installation with npm install. Running: `node node_modules/gulp/bin/gulp.js` Gives that error: > [13:59:45] Starting 'compile'... > [13:59:45] Compiling TypeScript files using tsc version 1.8.10 > [13:59:45] [tsc]...

I have the problem, that the docker container sometimes! exits right after startup with exit code 0 showing only `ftp-server_1 | process has died, quitting` in the output but nothing...