Yilmaz Guleryuz

Results 6 comments of Yilmaz Guleryuz

in feathersjs case, @prewk answer works well. see: ``` users(root, args, context) { return Users.find({}).then(results => results.data) } ```

Unfortunately, i has been a long time since... This project has been in a limbo state. Nevertheless, not much has changed with Gravatar API. Recently, I published [flutter_gravatar](https://pub.dev/packages/flutter_gravatar) package which...

thanks @winwisely99 🥇 this works on mobile with `flutter channel beta` ``` zefyr: git: url: git://github.com/winwisely99/zefyr.git path: packages/zefyr/ commit: 9b032d8 ```

> > thanks @winwisely99 🥇 > > this works on mobile with `flutter channel beta` > > ``` > > zefyr: > > git: > > url: git://github.com/winwisely99/zefyr.git > >...

we faced similar issue, and we resolved it by regenerating keys with ` -aes256 --traditional 4096` type. see snippet on how to generate those keys for use in OCI ```...