Matt Zuba

Results 16 comments of Matt Zuba

I'm pretty sure this will fail if the model is namespaced. Need to prefix the FQN with a slash if the model is namespaced.

Thanks for the help! Pretty simple output fortunately: ``` PS C:\Users\mzuba> & { $ex = $Error[0].Exception while ($ex) { "EX: $($ex.Message)" " $($ex.StackTrace)" $ex = $ex.InnerException } } EX: Object...

I thought I was using the latest, as I installed a few days ago, but noticed that there is a new version as of yesterday on Powershell Gallery. I currently...

That seems to do the trick. Is that a temporary fix until a new version is released with a permanent fix? I only ask because I'm writing a Powershell script...

Just ran into this today, the issue is over a year old, is there any chance of it being fixed soon?

The 'problem' is your code, not ChromePhp/ChromeLogger. ChromeLogger depends on HTTP headers to do it's work. The minute you do an 'echo' statement, headers send, so any ChromePhp calls you...

@b-dur / @coreybutler - is there a reason any part of NVM needs to be installed globally on a machine? Or maybe rephrased - can't every part of NVM just...

Also ran into this on Debian 10; workaround for me was to download Openssl 1.0.2u, compile and install it to a non-system directory so it wouldn't overwrite 1.1.1, and then...

I'd expand this and ask for this type of support x-platform, not just OSX. The key management solutions for Linux and Windows support x509 as well. If this isn't implemented...

I believe your webpack config and postcss config are pointless here because react-toolbox-themr doesn't use them. Why aren't you adding the background-color variable to your customProperties of `reactToolbox` in package.json?