Rob McCann
Rob McCann
I think this is notable when creating a cluster via a `databricks_job` as (as far as I can tell?) we can't use the `databricks_library` resource there so applies fail.
That sounds like it might work - we can detect when it's done via webpacks callback.
Would you mind linking to where you see that?
Just thinking aloud below and trying to get a grasp from reading code by sight, apologies, but perhaps this flow will reproduce the issue? ``` const config = {}; //...
I've done some investigation: Array of configs ---------------- `webpack([ { ...configA }, { ...configB }]).run(done)` Running webpack with an array of configurations work as you describe; the compilers are counted...
We have several, separate gulp tasks running doing various things in webpack. I'll see if we can somehow use gulp to compose a webpack config and then run it once....
I've added an updated list of theories to the opening post.
I was able to get a PDF to render with the example (added some additional logging and changed "finish" to "end"): ``` import PDFMake from 'pdfmake'; import JsxPdf from 'jsx-pdf';...
I'm no expert on this, so take it with a pinch of salt: I think for fuel 2.0's autoloader, the folder structure needs to follow PSR-0. So folder names and...