Niclas Hoyer
Niclas Hoyer
Die Version bei Packagist wird immer neuer sein. Die Regeln im Magento-Marketplace ändern sich ständig und wir versuchen laufend die Version zu aktualisieren. Leider klappt das nicht immer. Wir empfehlen...
Hm, we could revert the pull request and redo the translations, in that way we could be sure that the integration is done correctly. I don't know how much manual...
I just had a look, maybe it is easier to remove all lines where the first column is blank and then re add all phrases via the method described in...
Yes, sure, we're glad if someone takes care of this 👍🏽
I don't know yet if it is better to do this in a fork, or have a `de_DE_informal.csv` in a subfolder that just contains the phrases that we need to...
We would need a better deployment process that will merge those files, e.g. using Github actions and then we'll provide this as a separate package on packagist.
Just stumbled on this, maybe something along the lines from [rustls](https://github.com/rustls/rustls?tab=readme-ov-file#platform-support) with a `CryptoProvider` struct? They build on aws-lc-rs by default, but e.g. ring is also possible.
@ronnybremer we are already using this on 0.7.0-alpha.3, so yes 👍🏽 The settings was a bit different than proposed here, I had to look that up. I'm on the go...
@ronnybremer this is what we e.g. got for our app `manifest.json` etc. in main: ```rust #[used] static APP_MANIFEST: Asset = asset!( "/assets/manifest.json", AssetOptions::builder().with_hash_suffix(false) ); #[used] static APP_LOGO: Asset = asset!(...
`cargo update` did not work for me either (Fedora 41), but adding the dependency to my project via Cargo.toml did work. Of course that is not very practical. So this...