-
It would be useful to be able to see the installed version for each package dependency in a cabal file.
We could either show this in form of a code lens, or on hover, but we probably want both, see…
-
JSON is the dominant exchange format for REST API.
However, Armeria's `WebClient` does not provide any JSON-specific APIs.
I believe it should be useful additions if we provide:
```java
WebClien…
-
As outlined in `cweagans/composer-patches` [documentation](https://docs.cweagans.net/composer-patches/usage/defining-patches/#locations), the patch list can either be included directly in `composer.js…
-
Right now the configuration file's format is a weird JSON variation with `//` comments, at least as I understand it.
It'd be nice if we, instead, used a more config-friendly format (such as TOML or…
-
When downloading a project `.json`, the current version number should be included as an extra parameter in the downloaded project `.json` file.
This will be useful for both debugging project files, a…
-
[Tyche is a VS Code extension](https://marketplace.visualstudio.com/items?itemName=HarrisonGoldstein.tyche) designed to help users understand what their property-based tests are doing - with nice feat…
-
**Context**
The current diagnostics dialog is oriented towards downloading (and reviewing) a JSON file containing diagnostics, which are eventually useful to file a bug.
We'd like this dialog to be a…
-
请问MinerU有性能测试benchmark么?
使用CPU来跑性能如何?
-
It is fairly common in lessons in which a script is being developed that the full script is reproduced on every step.
Sometimes, this makes it a bit hard to follow which are the line that changed in …
-
Sorting the keys is quite useful, e.g. when comparing two json files.
```
--sort-keys / -S:
Output the fields of each object with the keys in sorted order.
```