-
Add a vercel.json configuration file to resolve the 404 error that occurs when users navigate using the browser’s back button. This will enable proper route handling for client-side routing in Vercel …
-
When I generate the report, I see more information in the `risks.xlsx` than in the `risks.json` file.
For example, the Excel sheet has a column `CWE`, but risks in the JSON file do not contain this (…
-
### Is there an existing feature request for this?
- [X] I have searched the existing issues
### Summary
It would be really helpful if keploy can also export tests into programmatic files. For eg: …
-
In #106 I used the following commands to un-collapse any arrays in the schema files:
```
jq -c --indent 4 . v3.0.1/tasks-schema.json | sponge v3.0.1/tasks-schema.json
jq -c --indent 4 . v3.0.1/adm…
-
To use this simulator as a library, we needed to fetch scheduling results from pod annotations.
In annotation, the results are stored as json, so the functions should unmarshal the json in the pod a…
-
**Describe the bug**
The friendlyName for components is not visible in UI Editor for insertMenu, but appears for layersection. Using version [builder.io/sdk@2.2.2](https://github.com/BuilderIO/builde…
-
**Please describe the scenario where the new feature would be useful**
A customer requested to know when a machine was onboarded to Ubuntu Pro for troubleshooting purposes. This would also be usefu…
-
This is the current implementation of writing metadata in JSON format for ingest into HuBMAP infrastructure:
```python
def extract_metadata_write_json(mdata: mudata.MuData, output_json: Path):
…
-
As documented, the API contains metrics for the prior 28 days. It would be useful if there would be a way to configure this to support a 'local' json file containing longer-term data (e.g. we currentl…
-
## Description
I might be missing some setting, but it looks like there is no way to setup the server in order to pickup configurations defined in a `jsconfig.json` file while in a javascript project…