Peter Krutz
Peter Krutz
As the latest person to stumble through this, let me post what appears to be working for me, based on what everyone else is doing. I've got jQuery mixed in...
@OGsoundFX This is probably it. https://github.com/fringd/zipline/issues/75 In the meantime, I'd recommend using https://github.com/WeTransfer/zip_tricks, which powers zipline.
Same error here as well
I've tested these changes locally with `hotwire-rails`. * I'm getting the 422 when session creation fails * Seeing the flash message * Logs are reporting `Processing by SessionsController#new as TURBO_STREAM`...
I struggled to get the import globbing to work with https://github.com/thomaschaaf/esbuild-plugin-import-glob I ended up installing https://github.com/excid3/esbuild-rails Then I did this in my `esbuild.config.js`: ``` const path = require('path') const rails...
@jonathanread We are saving the report contents in a database record as a blob (Don't ask, we inherited the situation), and this is what we are doing: `p.to_stream.read`. That may...
I was poking around for a solution as well, it seems reasonable to use safelisting as well: https://stackoverflow.com/questions/70597881/exclude-a-class-being-tree-shaken-by-tailwind
This is exactly what I need 👍
Same problem here, Ionic + angular-datepicker. Just to be clear, it's the same issue on `pickadate` AND `angular-datepicker`, so it's not specific to this port. Guess I should check the...