PointSource

Results 91 comments of PointSource

A good place to start would be to try the raw command like so: ```dart Future _ping() async { try { final ping = Ping(ipAddress, count: 4); print(ping.command); // Outputs...

Okay. Looks like I need to see why dart_ping isn't catching that error and reporting it back to you. Nonetheless, the fact that you can't ping it due to the...

Thanks for the PR! What is the purpose of supporting web in this case? You can't ping local net devices from a browser so even if it builds, it won't...

There are a handful of ways to send a ping request: - Bind to a raw socket and construct an ICMP packet and send it over the socket - Link...

Thanks. Since most of these dependencies are not major version increments, they should be forward compatible. Are you having any dependency resolution issues at the moment? And if so, which...

Thanks for the ticket! I'll look into this next week

Oh this is interesting. I think this may be caused by this line: ```sql -- Enable the db_pre_request hook for the authenticator role ALTER ROLE authenticator SET pgrst.db_pre_request TO 'db_pre_request';...

If you choose option 1, is there any reason you need the parent group system at all? Assuming a tenant manager can create groups and they instantly become an admin...

I'm not actually sure since I haven't used supabase pull. I have however used supabase db diff and that supposedly compares the remote schema to the local and looks for...

I believe I have a solution for this as it relates to local dev. I will update the readme with a how-to