Bob van de Vijver
Bob van de Vijver
This actually means that the migrations are not used for their full potential. @bobdenotter is there a reason for this? Why not use the migration for the actual database schema...
Alright, that is actually a good one! The issue here was (or at least in my case) that most people might have already been lagging behind: I got a couple...
Great question! I think it should be decided which use case is more likely and adapt the solution to that. 1. The user has no translation for the field at...
This is currently still a thing. Maybe the warning should mention that you can solve this by adding Webpack as peer dependency to your project?
I must confess I did not have the time to inspect this any further, but it looks like the options passed to the dev server are the problem and I...
That does indeed feels like as what I'm experiencing... I tried enabling the `unsafeCache` as suggested in the linked thread, and that does significantly improve the rebuild time: after a...
@kl3sk Like this: ``` const webpackConfig = Encore.getWebpackConfig(); // Set unsafe cache webpackConfig.module.unsafeCache = true; module.exports = webpackConfig; ```
Same issue here
Well, I created the issue, so I'm facing it ;) But I try to switch the desktop client to the correct account before unlocking as workaround, which helps a lot...
@freekmurze Any progress on this one?