Martijn Hartlief

Results 15 comments of Martijn Hartlief

Maybe it's because it's Flysystem s3? But I see new entities injecting the File object in the validator and existing entities inject UploadedFile, which can't be right, imo they should...

I'm sorry, I don't have time to make a test case. But all I can say is the @Assert callback returns a File object for new entities that says the...

We resolved this issue by manually adding @babel/core and babel-loader to the project. Updating other packages never upgraded babel to a high enough version to make array spreading work together...

Sorry I don't have time to pinpoint the exact version but ``` "dependencies": { "@babel/core": "^7.14.3" } ``` Resolved in 7.14.6 for us, which didn't work. Maybe if you lock...

Installing 1.2 also fixed the issue without the extra vue.config changes

I don't think disabling Gatekeeper is a good practice. Any timeline on a signed M1 release?

I would use a prePersist listener and only generate an UUID right before you persist. Because every initiation of an entity would result in generation of a new UUID while...

I would never link the vendor file for this reason alone. But copying the current vendor to the new release folder sounds indeed like a nice speed up.

Yes I see the symfony.rb file exists, and Symfony defines work for the base Capistrano functions. But when I try to use it in a rake file or in the...

Is this something that can be picked up? Notifying in Slack is extremely useful when someone does not have access to the repo. Thus actually showing the `git log --oneline...