-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script to automate appending tasks in JSON #75
Comments
Sampling with this to see how it is being appended
|
update: |
let me try nested now:
|
This is how the output looks like:
|
Seems to work fine. Output looks something like this (for
|
I will submit an initial PR and then modify the "hard-coded" part to substitute the appropriate value |
@niccolopaganini as I indicated in the new key to add is Can you please update the testing done with it? |
On it |
Okay, my computer is lagging super bad and I am unable to work continuously. I already restarted it a couple of times but the issue is still persisting. Working on the above issue |
Addressing the top-level comment on PR (e-mission/nrel-openpath-deploy-configs#40 (comment)) -> Now, they're under |
Pushing all the changes now... |
Listing program names for convenience:
|
Before I add what I tried, I also noted the weird indentation/ syntax issue occurring to the kv pair that we are trying to append.
|
I found this: microsoft/TypeScript#15034 (comment) @shankari do you think I might be facing a similar issue for square brackets? |
No, because that is typescript and this is JSON.
That is a good point. As I said in the PR review:
So, I would like to see:
If it is not possible to fix this, the original JSON format may not be compatible with JSON dump in the first place - much of that JSON was hand-created, so that would not be super suprising. If you can make the argument for that, you can submit two PRs:
|
Subset issue #70 created by @achasmita
Task that needs to be done from my end:
configs
directory (https://github.com/niccolopaganini/nrel-openpath-deploy-configs-nvsr/tree/0a6d70f6797e95dcf1005583d65c9bb415a66186/configs)The text was updated successfully, but these errors were encountered: