Hejun Deng

Results 12 comments of Hejun Deng

see this, for modern go applications, it works for me: https://github.com/driftprogramming/godotenv

You guys also can take look at this repo, to mock pgxpools, it works for me: https://github.com/driftprogramming/pgxpoolmock ``` func TestName(t *testing.T) { t.Parallel() ctrl := gomock.NewController(t) defer ctrl.Finish() // given...

where can I set ssl.enabled=false for elasticsearch connector?

> i solved this issue by locking to 2.0.4, looks like this issue was introduced in 2.0.5. But then, you will get alert from google: ``` Update com.google.android.play com.google.android.play:core has...

same issue here, realtime issue: Bad state: Cannot add event after closing flutter: #0 _StreamController.add (dart:async/stream_controller.dart:605) https://github.com/supabase/supabase-flutter/issues/1 _CompleterSink.add (package:web_socket_channel/src/sink_completer.dart:90) https://github.com/supabase/supabase-flutter/issues/2 RealtimeClient.push.callback. (package:realtime_client/src/realtime_client.dart:293) https://github.com/supabase/supabase-flutter/issues/3 new RealtimeClient. (package:realtime_client/src/realtime_client.dart:137) https://github.com/supabase/supabase-flutter/pull/4 RealtimeClient.push.callback (package:realtime_client/src/realtime_client.dart:293) https://github.com/supabase/supabase-flutter/issues/5...

Very common code from samples: supabase_flutter: ^2.6.0 ``` await Supabase.initialize( url: AppConfig.supabaseServerUrl, anonKey: AppConfig.supabaseServerAnonKey, realtimeClientOptions: const RealtimeClientOptions(eventsPerSecond: 10), ); supabase = Supabase.instance.client; channelPlayerMatch = Application.supabase.channel( 'AGOODMAINLAND_GLOBAL_PLAYERMATCHCHANNEL', ); channelPlayerMatch.onBroadcast(event: NetCore.EVENT_PLAYER_LEAVE_MATCH, callback:...

Can you rollback your code, you recently released realtime channel version cause big issue for my app. players can not see all other's position in game.