Philipp Muens
Philipp Muens
Hey guys, Philipp from the Serverless team here. I would really like to see this project using the Serverless framework as authentication is a tedious, but often inevitable feature! We've...
@hassankhan here's a link to the plugin documentation where you can read more about plugin developmen: https://github.com/serverless/serverless/blob/master/docs/developing-plugins/building-plugins.md Furthermore you might also want to look into our core plugins to see...
Hey @hassankhan yes, the plugin system was updated / re-written from scratch. But is way more flexible now. We've just started to announce our plans for our milestones in separate...
Yes, the version on Atmosphere is not working. You can download this repo, create a packages-Folder inside your project and copy the unzipped repo in the packages-Folder. Then you can...
You need to run `meteor add sewdn:collection-behaviours` after you've copied the package into the packages-Folder.
Hmm. The version I see here in the master-Branch is Version 0.2.0. https://github.com/Sewdn/meteor-collection-behaviours/blob/master/package.js#L3
Yes, they have to be resubmitted when the maintainer changes the code.
I'm seeing the exact same error message while following the [OrbitDB Guide](https://github.com/orbitdb/orbit-db/blob/main/GUIDE.md). Here's a simple code-snippet one can use to reproduce the problem: ```javascript // NOTE: I'm getting the same...
Hey everyone, just chiming in here since I'm trying to solve the same problem right now. I looked into Lucet and their implementation and @bkolobara `async-wormhole` lib which looks really...
Thanks a lot for getting back and providing the missing pieces @kaimast :+1: Using an `Option` is a pretty clever hack. I started to implement it this way but ran...