-
Hey, was poking around in your various jq repos for inspiration. Nice to find someone else have thought about how to represent diffs between json values as json, might steal this notation for use with…
-
Attempting to hunt down a memory leak using the following code:
```phpw
meminfo_dump(fopen('before.json', 'w'));
echo gc_collect_cycles();
meminfo_dump(fopen('after.json', 'w'));
```
Now I c…
-
After running a test where screenshots are taken nothing for reporting is created, not even when comparisons fail. So when I run
`npx cypress-image-diff-html-report generate`
I get
`[cypress-image…
-
When you create a project with `sv` with `prettier` and `tailwindcss` options selected. It does not seem to add tailwind's prettier plugin. This only gets added if run `npx sv add tailwind` again afte…
-
### Description
### Ruby LSP Information
Details
-
```
# make rpm
git archive --format=tar HEAD > libnvme.tar
tar rf libnvme.tar .build/libnvme.spec
gzip -f -9 libnvme.tar
rpmbuild -ta libnvme.tar.gz -v
setting SOURCE_DATE_EPOCH=1657670400
Ex…
-
I commit `.vscode/settings.json` to git repo. Sometimes, I get a diff, where the order of `settings.json` is edited for `mesonbuild` properties. First, I thought writing to the workspace configuration…
-
Awesome lib so far :D, i'm currently migrating from nlohmann json and i was wondering if there are plans on implementing a `diff` & `patch` method? I tried looking around and `merge` seems to be the c…
-
**Describe the bug**
Samsung SSD 980 500GB not detected
**Expected behavior**
It should be detected
smartctl output from root shell:
sudo /sbin/smartctl -a /dev/nvme0
smartctl 7.3 2022-0…
-
### Terraform Core Version
1.5.7
### AWS Provider Version
5.75.1
### Affected Resource(s)
* `aws_sqs_queue_redrive_allow_policy`
### Expected Behavior
The `aws_sqs_queue_redrive_allow_policy` r…