dlandtaa

Results 8 issues of dlandtaa

I'm trying to set up google login on android. The instructions say this: > To configure Android, [generate a configuration file here](https://developers.google.com/mobile/add?platform=android&cntapi=signin). That link takes me to the firebase home...

Is there anyway to control which fields are packed or unpacked on a call by call basis? Can I do something like this? ``` struct C { int a; int...

I would like to have a base class that handles the creation of the messagepack so that all the derived classes can use it. ``` class BaseClass { public: msgpack::sbuffer...

Thanks for putting this together. I had to add these lines to the top of `msgpack.hpp` to get it to compile: ``` #include #include ``` Am I missing something here?

This plugin works great on its own. The [cordova-plugin-firebasex](https://github.com/dpa99c/cordova-plugin-firebasex) (which I'm using for push notifications) also works great on its own. These two plugins do not work great together. I...

![image](https://user-images.githubusercontent.com/89596857/205218166-9b469dcb-60d9-4dbf-b06e-9f90b6b098b4.png) ## _What_ is wrong? Cannot install or run on redhat linux (amazon ec2 instance running amazon linux) ``` Linux version 4.14.294-220.533.amzn2.aarch64 (mockbuild@ip-10-0-52-76) (gcc version 7.3.1 20180712 (Red Hat 7.3.1-15)...

bug

Is there any concept of running a function before each graphql endpoint is executed? I'd like to have this for things like validating JWTs and other things. I realize we...

# Issue I am attempting to write some unit tests for a classes that uses my sequelize-typescript models but I am getting this error when I try to create an...