Will Pearson

Results 21 comments of Will Pearson

How would the environment variables translate for a static site export? Right now this is the easiest way to deploy pinafore as a primary/secondary frontend onto an instance, at least...

You're right that it makes no sense to have instance switching disabled without locking to a specific instance. I don't currently use the instance switcher, so I'd be fine if...

Hello! The intent of `dump`/`load` and `dumps`/`loads` was to mimic python's builtin `json` module. I suppose there is no technical reason that `dump` couldn't support that usage in a backwards...

Patches (Pull Requests) welcome! I recommend saving it in some key value pairs which your code then ignores. For example: ```toml [comments] logging = "The logs are rotated every 2...

So, my initial reaction (per my earlier response in this issue) is that preserving comment information is overkill for almost all users of `load`/`loads`. For that reason, I don't think...

Any open issue is up for grabs for anyone to tackle. Please do open up a pull request if you have a patch you'd like to see merged in. Unfortunately,...

Thank you for reporting this issue! I can reproduce the bug but I am puzzled at what the expected output would be. I am not sure that an array of...

Hi Ed, Thank you for reporting this issue. ~Can you confirm that it was resolved by 1b5bb9e (which fixed #91) ?~ Not sure what that issue has to do with...

Hi Ed, It looks like this is fixed - or rather, your test case no longer produces a TomlDecodeError. I get the following output: `{'command': [' --arg=var']}` According to the...

Hi! Thank you for reporting this issue. I am having trouble reproducing it. Do you know which version of toml you were using to trigger this issue? Is it possible...