Alan Chandler
Alan Chandler
My apologies. Its my test case that is screwed. The CSS variable is named `--pas-button-menu-height` in the declaration and `--pas-menu-width-height` in the use. Same is true with the width
Having explored a bit more the issue is still there - its the use of auto-fill that causes the difference. I have fixed the demo pen. IOS fails regardless of...
I did submit a bug
Yes but if `config.options.encrypt` is set to false then the actual value of `config.options.trustServerCertificate` is mute because what ever setting it has is irrelevant. So the warning message doesn't make...
> I don't think there is supposed to be a `colName` value in this case, because there is no actual column - it's coming from a "output" parameter. Precisely -...
I think there could be a problem with this. I only just started tested using the polyfill today using Safari - all previous uses have been with Chrome, but... I...
I think you can actually work out automatically whether to inject into the shadowRoot or the document header. The branch of the polyfill I am actually using now is one...
@dougwilson to answer your points 1. 7.10.0 - as I said above 2. The key modules (there are many many more involved in the entire application) are - "finalhandler": "^1.0.2",...
I'll try and put something together that replicates the problem but is simple. It will take me a short while though as I am busy for a few days.
@dougwilson I am not sure of the correct protocol to follow here, but I hope this is useful. I made a repository with a simple application that demonstrates the problems...