Nitesh Rijal
Nitesh Rijal
does this apply to https://github.com/maxtepkeev/architect/issues/27
Hi @muddafugga Did you get any progress on this? I'm getting the same thing on CentOS 7 as well.
@muddafugga what other projects have you considered? would be nice to know.
any new development in this front?
I even tried to run it as a service through systemctl, still the same.
I'm kinda on the same boat. The `useSupabaseClient()` returns `null` so `.auth` doesn't work, but the `useSupabaseUser()` composable is fine.
I can't tell why, but putting the `` block above the `` block works for me.
looks like an issue similar to this one https://github.com/digi604/django-smart-selects/issues/253#issuecomment-379346137
the code at [line 50 in chainedfk.js](https://github.com/digi604/django-smart-selects/blob/master/smart_selects/static/smart-selects/admin/js/chainedfk.js#L50) assumes that the rest of the code iterates over the response object, but that's not true. if you add a new line at...
Discussion with @taylorfturner and @ksneab7 about what rules should be enforced. We decided it made most sense to look at what does currently the Python Client enforce with Black, and...