Raymond Tukpe

Results 37 comments of Raymond Tukpe

Still crashes but with a different error... I can't seem to figure out why some widget are not inflated though... It works on android 4.4.4 ``` Fatal Exception: android.view.InflateException: Binary...

I was able to setup a GitHub Actions Typesense runner you can see it [here](https://github.com/jirevwe/typesense-github-action) and I'm using it in my project [here](https://github.com/frain-dev/convoy/blob/raymond%2Ffeat%2Frefactor-search-to-use-scoped-collections/.github/workflows/go.yml#L31-L35). Hopefully it can help others too

Hi... Calling disconnect alone won't work... You need to call the `off` method on the Emitter Listeners ``` socketInternal.connect(); socketInternal.on(Socket.EVENT_CONNECT, onConnected); socketInternal.on(ON_NEW_USER_TO_CLIENT, onNewUserToClient); socketInternal.on(MESSAGE_TO_CLIENT, onGetMessageToClient); ``` ``` socketInternal.disconnect(); socketInternal.off(Socket.EVENT_CONNECT, onConnected);...

@danvixent @Subomi I think this might be a good time to switch fully from `groupId` to `projectId` at least on the api level, or what do you guys think?

Hmm, I think it can be refactored in after it's merged.

Hey @kishorenc thanks for the update. Passing the offset and the limit will work for some use cases. We recently moved away from it due to slow queries that accompanied...

The config api already exposes the current version

Hey @tejaswinit2024, `v0.6.6` is about 2 years old at this point and is based on MongoDB. We have since [moved away](https://docs.getconvoy.io/release-notes/releases#v0-9) from it and replaced it with Postgres. Please review...