-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking for ideas! #6
Comments
What about to create a poll to vote for the features to impement first? |
I'd go for |
A few ideas:
The names probably need a bit of tweaking 😄 |
@Zyphrax maybe |
On top of my mind:
|
Yes that could work, it reminds me a bit of Ruby Rails environment secrets. Is it possible to make it generic? Can you for example do: |
Absolutely possible to use generics! I am not sure those "secret" values should be in the souce code. It is a good pattern to keep them in config files/build settings which depend on the build configuration and read via bundle info. |
I would like to do a PR for something like |
|
@Dimillian a Cached property wrapper is on the todo list. I am still not sure about the cache implementation itself; either NSCache, a popular 3rd party or an easy way of plug in the cache itself. |
Right I didn't saw thanks! |
@obfuscate: encrypt and decrypt the string |
Are you guys still working on this repo? |
In Pilgrim I have: @Assembled var assembly: ApplicationAssembly to pull items from a dependency container, where the container is responsible for lifecycle and wiring together actors at the composition root. You can then use @assembled to inject into top-level components (things like view controllers). Looking forward to |
|
Hello @guillermomuntaner |
Hello everyone!
In order to extend the collection I am looking for new fresh ideas.
Thanks.
The text was updated successfully, but these errors were encountered: