-
We are currently using the [`diffutils` project](https://github.com/panglesd/ocaml-diffutils) to print API diffs as human readable text diffs. `diffutils` is not released to opam and it prevents us fr…
-
**Describe the bug**
There is a bug with DiffUtils implementation and internal click listeners are not registered after any adapter update method is called.
**To Reproduce**
1. adapter.setOnItem…
-
## Problem description
Building an arm64 Debian image using `kiwi-boxed-plugin` (haven't tested natively yet) sometimes triggers the following error message when the OBS apt repository is included:…
-
I did all the steps but midway I got this error:
`Picked up _JAVA_OPTIONS: -Djdk.net.URLClassPath.disableClassPathURLCheck=true
Applying CraftBukkit Patches
Patching with Advancement.patch
Excepti…
hazre updated
5 years ago
-
### Steps to reproduce
- I added user-intel to the package.py file
- Intel compiler and libraries are available in my environment
```
$ spack install lammps%intel +asphere +class2 +kspace +many…
-
### Steps to reproduce the issue
```console
$ spack spec -I diffutils@3.8%intel@2021.6.0
- diffutils@3.8%intel@2021.6.0 arch=linux-rhel7-cascadelake
[+] ^libiconv@1.16%intel@2021.6.0 libs=…
-
### What is the current behavior?
Currently, rules like `diff_test` (and rules that use it, including `write_source_files`) expect `diff` to be in the PATH.
This fails on NixOS (and platforms where …
malt3 updated
6 months ago
-
The code:
```
List original = Files.readAllLines(oldFile);
List revised = Files.readAllLines(file);
DiffRowGenerator generator = DiffRowGenerator.create()
.showInlineDiffs…
-
问题描述:3.0.2版本,开启了loadmore功能,也开启DiffUtils功能,使用setDiffNewData方法会自动滑倒底部。
实现步骤:
1. LoadMoreAdapter extends BaseQuickAdapter implements LoadMoreModule。这个是根据demo写的具有加载更多的adpter。
2. 开启diffutils功能,adpter.…
-
I'm running MacOS Ventura 13.0.1, and with `let g:strip_only_modified_lines=1`, the plugin call Apple Diff with 3 removed options:
- unchanged-group-format
- old-group-format
- new-group-format
…