-
As requested by @wycats, it would be good to extend `Assert#pushResult` to receive a custom diff value, where it does not replace the default `QUnit.diff` (still useful for other assertions) but it pr…
-
**Short description of the issue**:
`MainScheduler`'s `DispatchQueue.isMain` contains `false` on binding to `BehaviorRelay` in context of `UICollectionViewDiffableDataSource`'s cellForRow function,…
-
This could possibly also be due to VS 2019, but I doubt it
```
> @airbnb/node-memwatch@1.0.2 install C:\Users\\Desktop\Programming\rest.js\node_modules\@airbnb\node-memwatch
> node-gyp rebuild
…
-
Code highlighted by [PrismJS](https://prismjs.com/) is duplicated after the first re-render
**Steps to reproduce the behaviour:**
1. Go to [Codesandbox - Preact](https://codesandbox.io/s/preact-pr…
-
The current implementation of our API diffing does not handle every type of item that can be defined within a module.
It will compare items that we support, detecting addition, removal and modifica…
-
**Problem description**
The current SM displays image diff as `binary contents`.
It would be good even if it simply shows the before/after images.
Here's Github's example: https://git.io/fApgi
…
-
I'm implementing my own backend, and may want to add compaction support sometime in the future. IMO this needs to be an opt-in feature, so when a user chooses to compaction will take place. I'm also p…
-
Hey, Thanks you for the library, it's easy to use.
but, how can I add custom functions in adapter?
Can I also add Filterable?
If, YES then how can i add to it.
Thanks in advance.
-
Hey, I love the project. I might be using it wrong but I can't make any changes in my [small test](https://github.com/crackcomm/srctx-py-repro) have any impact. I included the `index.scip` in the repo…
-
The following code will make the current tab in chrome crash:
```
var parent = {
child : {
parent : {}
}
}
parent.child.parent = parent;
var parentTwo = {
child : {
…