-
We are running our test codeunits automatically. The auto tests take our code from the git, compile, publish app and test app and run the tests. It has a bit different settings than what is needed for…
-
As an alternative to #21, consider skipping the found object table in favor of json files.
-
Thanks for the great example, it saved me a bunch of time.
I use a luminus generated project, which manages the package.json from lein, so I can't add scripts to the package.json (or I haven't figu…
-
### What problem does this feature solve?
This works:
```ts
import("./file.json");
```
however, [this does not](https://stackblitz.com/edit/github-csznuh-efk1a8?file=src%2Fentry.js):
```ts
im…
-
### Related problem
Changing uid, problem with links in internal project documentation
### Suggested solution
Add a configurable uid field to the JSON definitions of Grafana dashboards
###…
-
### Is your feature request related to a problem? Please describe.
Right now exported CSV files uses `text/comma-separated-values` mime type. According to [RFC 4180](https://datatracker.ietf.org/do…
-
-
The strategy I've been using has been to use a yaml file for my config values, as yaml allows comments and thus is a more human friendly format. I also like having a separate config file, especially …
-
I've heard through the grapevine that one of our current constraints has been JSON size due to the limits of parsing speed. A fairly recent [blog post](http://blog.dataweave.in/post/87589606893/json-v…
-
### Feature
In the past with jsonvisio.com you could send the json contents in the json query parameter. jsoncrack seems to only accept a url as that parameter in order to get the json contents.
…