Rafael Almeida

Results 10 issues of Rafael Almeida

Hi, I'm trying to follow the example in the readme, but I never get the on('connect' ..) event to be fired. I can see that there are several connections that...

Hi did anyone faced rate limiting? I'm not sure, but looks like I have, by using the conn.Contacts() method. I was trying to improve the way I import contacts, the...

@casskir the tests for AMQ fails intermittently in the CI Check: https://cloud.drone.io/moleculer-go/moleculer Builds #400 and #401 failed at different points and #402 passed. No code changes, I just manually restarted...

Currently, the STAN transporter options are hardcoded. They need to come from the broker config.

Hi, First let me say thank you for the great work. I'm building a Android in-car system and I'll use AirPlay to support streaming of iOS audio, photos and video...

Hi, I'm getting this error while trying to execute "train.py", I had a look at the code. but it was not obvious to me the root cause. This happens the...

Anyone already working on llama3 support ?

Added DisableFunctionTypePointerAddresses to config. If true it will not print the address of a Func field. Example: type someFuncType func(string) string type someStructType struct { funcField someFuncType } before this...