Tom Clancy
Tom Clancy
Started for us after upgrade to React 16. ``` installHook.js:287 Uncaught TypeError: Cannot read property 'constructor' of undefined at keys.forEach (installHook.js:287) at Array.forEach () at props16 (installHook.js:271) at recur16 (installHook.js:249)...
Sure, that's weird they're broken now, I will take a look next week. I must have messed up something in the command-line signature but I'm not sure how.
For anyone else finding this and getting blocked by `unexpected keyword argument 'ssl_ca_certs'`, you need to change your `LOCATION` parameter in a very subtle way, from ``` 'LOCATION': 'redis://{}:6379/0'.format(REDIS_ADDRESS), 'LOCATION':...
Does embedding the content of the font awesome JavaScript file solve the problem?
I think this is also causing a problem I'm seeing where it is converting some of the signs inside a conditional comment, which breaks the rendering of buttons for Outlook...
Does this work/ do you need additional tests? Not sure if it's too simplistic or overly complicated.
I installed by hand as per this and it works fine. Added the two files listed above, but it doesn't seem to be running after restart. ``` launchctl load /Library/LaunchAgents/tcpcrypt.plist...
Seeing the same in 18.1.0. With the caveat I have no idea what I am looking at, would modifying [here](https://github.com/maximehamm/tzatziki/blob/b9a5b43726ef57bbf9c884c2e31223eaf47cbb34/plugin-tzatziki/src/main/kotlin/io/nimbly/tzatziki/testdiscovery/TzTestResults.kt#L174) to something like `return activeResults?.tests . . .` at least...
In case it helps, here's something similar on an M1: ``` Freeze in EDT for 51 seconds Sampled time: 40000ms, sampling rate: 100ms, GC time: 334ms (0%), Class loading: 0%...