Fränz Friederes
Fränz Friederes
@atticus7 As this Composer plugin has not received an update for 5 years you should not depend on it. I am maintaining a package that gives you the same functionality...
Hi everyone! This plugin is no longer being maintained. Please have a look at https://github.com/PhilippBaschke/acf-pro-installer/issues/44#issuecomment-734956075 and upgrade your setup. Cheers!
This package seems to be abandoned since the last code change occurred mid 2017. I maintain an alternative package [ffraenz/private-composer-installer](https://github.com/ffraenz/private-composer-installer) that can be used to install arbitrary private packages including...
@imstanleyyeo Please open a new issue over at https://github.com/ffraenz/private-composer-installer/issues to discuss your problem as it is not related to this repository. Thank you!
The possibility of sharing a custom pipe (subsequent bricks / processes) was planned since the beginning of v4 development. The basic functionality is already implemented. However, the share UI and...
Quick update: You can now serialize a pipe from the browser dev tools like this: ```javascript JSON.stringify(cryptii.App.getInstance().getPipe().serialize()) ``` Send the resulting string via the `pipe` parameter to the `/open` endpoint...
Hi folks! I deployed the new backend service with support for publishing own translation pipes. The user interface for publishing and sharing is still in the works. In the meantime...
Hi! I'd like to let you know that we are discontinuing the creation of deep links via the cryptii API. Existing shares created in the past will still work. I'm...
Hi @piersaitman, please make sure you use the 'Bytes' brick after the 'Hash function' brick to view the resulting hash in hexadecimal format. Example: https://cryptii.com/pipes/hash-function
I love to hear this project is being used for educational purposes. Automatic changes to the pipe are difficult, though, as they are not the expected behaviour in every scenario....