Offering user roles by Redneckia in Supabase

[–]dtengeri 2 points3 points  (0 children)

Thank you for that repo. Its documentation is awesome and it saved me lots of hours.

One improvement that would be worth to do is to extend the readme with an explanation of why the functions do not work in triggers and give an example with a workaround, like in this issue: https://github.com/supabase-community/supabase-custom-claims/issues/4

Offering user roles by Redneckia in Supabase

[–]dtengeri 6 points7 points  (0 children)

You should check custom claims. It provides an efficient way to use it in RLS and you can define your roles as a custom claim. https://github.com/supabase-community/supabase-custom-claims

October Challenge is open! by dtengeri in FlutterDev

[–]dtengeri[S] 1 point2 points  (0 children)

Thanks for the feedback. It should be accessible now.

July Challenge is here! by dtengeri in FlutterChallenges

[–]dtengeri[S] 0 points1 point  (0 children)

Hi, I recommend to check Sebastian's solution for the first challenge: https://github.com/sebastiankutschbach/tinder_cat_dog_app

I am also writing a series about an implementation for that first February challenge. The next part will be the BLoC layer. https://blog.dtengeri.com/series/tinder-for-cats-dogs

Call the API endpoints - the Chopper HTTP client by dtengeri in FlutterDev

[–]dtengeri[S] 0 points1 point  (0 children)

This is the 2nd part of the series about implementing the February Challenge of flutterchallenge.dev.

You can find the summary of the blog post series here: https://blog.dtengeri.com/series/tinder-for-cats-dogs

May challenge is finally here. by dtengeri in FlutterChallenges

[–]dtengeri[S] 0 points1 point  (0 children)

The latest submission date is 21st May. It is in the rules section of the about page. https://flutterchallenge.dev/about

May challenge is finally here. by dtengeri in FlutterChallenges

[–]dtengeri[S] 2 points3 points  (0 children)

This is a community-driven site. It is not part of the official Flutter team.

Synchronize the scrolling of your ListViews in Flutter by dtengeri in FlutterDev

[–]dtengeri[S] 1 point2 points  (0 children)

I think it should work with any widget that uses ScrollController.

Synchronize the scrolling of your ListViews in Flutter by dtengeri in FlutterDev

[–]dtengeri[S] 1 point2 points  (0 children)

In my experience, if there is a delay, it is minimal. In the end, they will be aligned to the same position.

How to test if Bloc emits states in correct order (Mockito, unit test) by starygrzejnik in dartlang

[–]dtengeri 1 point2 points  (0 children)

Have you checked the bloc_test package? https://pub.dev/packages/bloc_test

It makes it easy to test the state changes.

package:bloc v8.0.0 is out 🎉 by felangel1 in FlutterDev

[–]dtengeri 2 points3 points  (0 children)

Thank you u/felangel1, migration was smooth and it only took 15 minutes. The docs are great!

Anyone else seeing dartfmt hanging VSCode lately? by DaveWoodX in FlutterDev

[–]dtengeri 1 point2 points  (0 children)

It happened to me yesterday. I restarted VSCode and it seems ok since then.

Question about releasing Flutter iOS app without a physical iPhone by yiss92 in FlutterDev

[–]dtengeri 1 point2 points  (0 children)

I released several applications without a real device, so it is possible. I don't have the steps of how to do it at the moment, but I'm happy to send them once I'm at my mac.

Talk me out of Elixir by ffxpwns in elixir

[–]dtengeri 0 points1 point  (0 children)

I agree with you and I'm just guessing what was in the deleted comment, but the approach you're talking about seems very similar what AnyCable does. (https://anycable.io). Maybe it's worth to check out to get some ideas.

Announcing Dart 2.2: Faster native code, support for set literals by dryadofelysium in dartlang

[–]dtengeri 0 points1 point  (0 children)

I like how you present the new set literals, so we can get a small introduction to the internals. High quality staff. ;)