QEDK
QEDK
If this site is accurate, http://choosealicense.com/licenses/ I guess, makes it easier to understand. If we use MIT, I would rather choose EPL 1.0, since it also involves disclosing the source...
Bumping this, we're facing the same issue 👍
Do we have any workarounds for this issue yet?
@urbanemissions Okay, I'll go step-by-step. The best place to get tabular data is [https://app.cpcbccr.com/ccr/#/caaqm-dashboard-all/caaqm-landing/data](https://app.cpcbccr.com/ccr/#/caaqm-dashboard-all/caaqm-landing/data) Select your parameters and submit, the first thing you'll notice is that you are only getting...
@urbanemissions That's probably it. Generating the download link is pretty plausible tho.
> In the python version, we have special variables like %(here) which is very helpful for big config files, but mostly it's needed for interoperability. https://docs.python.org/3/library/configparser.html#configparser.BasicInterpolation I see two ways...
This is a breaking change, I'm not strongly inclined to merge this in without other people who might be interested in this too.
Closing for now.
> Whenever data is read via `load` or `read`, the data `Ini` instance is mutated in place, but a clone of the inner data is returned too. So I end...
> I would like to save a config file with data sourced from `HashMap`. Is there a easy way to construct `Ini` and serialize it to a String? Two ways,...