Ryan Lavender

Results 10 comments of Ryan Lavender

It's hard to include because it's just a parent file that includes a bunch of other sass. I could send you the output.

I believe this has to do with needing the commonJS plugin for Rollup because of the way React does its exports.

I got it to work. I need to be able to add the namedExport option to the commonjs plugin. Here is the rollup config I got to work: ``` import...

@bdkjones Just wondering if you've had a chance to look at this?

@bdkjones Have you had any chance to look at implementing this in the UI?

@DanielRuf Is this going to be merged into master?

Forgot to mention the exception is "\phpseclib3\Exception\ConnectionClosedException" with the message "No data from server"

Hi @terrafrost , Thanks so much for the reply. Unfortunately I can't give access to the SFTP because it's a third-party source that I don't control. I was trying to...

@terrafrost , So I finally tracked this down. Apparently stream_get_contents() will silently timeout and just return an empty string and that's what was happening here. Could you possible add a...

Yes, it works good. Thanks for your help. Are you going to make a new release for this change, or a way I can get it through composer?